org.arm4.arm40.metric

Class ArmMetricGauge64

public class ArmMetricGauge64 extends ArmMetric implements ArmMetricGauge64

Implements a 64-bit integer gauge. It is the same as ARM 2.0 metric type=5 (ARM_Gauge64).

Objects implementing this interface are created using ArmMetricFactory.

Author: David Carter

Field Summary
protected longm_gauge
Constructor Summary
ArmMetricGauge64(ArmMetricDefinition definition)
Create ARM Metric.
Method Summary
longget()
intset(long value)

Field Detail

m_gauge

protected long m_gauge

Constructor Detail

ArmMetricGauge64

public ArmMetricGauge64(ArmMetricDefinition definition)
Create ARM Metric.

Parameters: definition the descriptive metadata (name, units, usage, ID) for the metric

Method Detail

get

public long get()

set

public int set(long value)