StatisticsGetLong Method (StatisticDescriptor) |
Returns the value of the described statistic of type long.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic long GetLong(
StatisticDescriptor descriptor
)
Public Function GetLong (
descriptor As StatisticDescriptor
) As Long
public:
virtual long long GetLong(
StatisticDescriptor^ descriptor
) sealed
abstract GetLong :
descriptor : StatisticDescriptor -> int64
override GetLong :
descriptor : StatisticDescriptor -> int64
Parameters
- descriptor
- Type: GemStone.GemFire.CacheStatisticDescriptor
a statistic descriptor obtained with [!:#nameToDescriptor]
or [!:StatisticsType#nameToDescriptor]
Return Value
Type:
Int64
ExceptionsException | Condition |
---|
IllegalArgumentException |
If no statistic exists with the specified descriptor or
if the described statistic is not of
type long.
|
See Also