Click or drag to resize
PoolFactorySetLoadConditioningInterval Method
Sets the load conditioning interval for this pool.

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

Parameters

loadConditioningInterval
Type: SystemInt32

Return Value

Type: PoolFactory
Exceptions
ExceptionCondition
throws IllegalArgumentException if connectionLifetime is less than -1.
Remarks
This interval controls how frequently the pool will check to see if a connection to a given server should be moved to a different server to improve the load balance.
See Also