StatisticsSetDouble Method (StatisticDescriptor, Double) |
Sets the value of a described statistic of type double
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic void SetDouble(
StatisticDescriptor descriptor,
double value
)
Public Sub SetDouble (
descriptor As StatisticDescriptor,
value As Double
)
public:
virtual void SetDouble(
StatisticDescriptor^ descriptor,
double value
) sealed
abstract SetDouble :
descriptor : StatisticDescriptor *
value : float -> unit
override SetDouble :
descriptor : StatisticDescriptor *
value : float -> unit
Parameters
- descriptor
- Type: GemStone.GemFire.CacheStatisticDescriptor
a statistic descriptor obtained with [!:#nameToDescriptor]
or [!:StatisticsType#nameToDescriptor] - value
- Type: SystemDouble
value to set
ExceptionsException | Condition |
---|
IllegalArgumentException |
If no statistic exists for the given descriptor or
if the described statistic is not of
type double.
|
See Also