Click or drag to resize
PoolFactorySetSubscriptionRedundancy Method
Sets the redundancy level for this pools server-to-client subscriptions.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public PoolFactory SetSubscriptionRedundancy(
	int redundancy
)

Parameters

redundancy
Type: SystemInt32

Return Value

Type: PoolFactory
Exceptions
ExceptionCondition
throws IllegalArgumentException if redundancyLevel is less than -1.
Remarks
If 0 then no redundant copies will be kept on the servers. Otherwise an effort will be made to maintain the requested number of copies of the server-to-client subscriptions. At most one copy per server will be made up to the requested level.
See Also