Click or drag to resize
PoolFactorySetStatisticInterval Method
Set how often to send client statistics to the server.

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

Parameters

statisticInterval
Type: SystemInt32

Return Value

Type: PoolFactory
Exceptions
ExceptionCondition
throws IllegalArgumentException if statisticInterval is less than -1.
Remarks
Doing this allows gfmon to monitor clients. A value of -1 disables the sending of client statistics to the server.
See Also