Click or drag to resize
StatisticsFactoryCreateAtomicStatistics Method (StatisticsType)
Creates and returns a Statistics instance of the given StatisticsType type, textId, and with default ids.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public Statistics CreateAtomicStatistics(
	StatisticsType type
)

Parameters

type
Type: GemStone.GemFire.CacheStatisticsType

Return Value

Type: Statistics
See Also