Click or drag to resize
StatisticsGetRawBits Method
Returns the bits that represent the raw value of the described statistic.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public long GetRawBits(
	StatisticDescriptor descriptor
)

Parameters

descriptor
Type: GemStone.GemFire.CacheStatisticDescriptor
a statistic descriptor obtained with [!:#nameToDescriptor] or [!:StatisticsType#nameToDescriptor]

Return Value

Type: Int64
Exceptions
ExceptionCondition
IllegalArgumentException If the described statistic does not exist
See Also