org.opengroup.arm40.metric
public interface ArmMetricGauge64 extends ArmMetric
ARM_Gauge64
).
Objects implementing this interface are created using
ArmMetricFactory.
Method Summary | |
---|---|
long | get()
Gets the gauge value. |
int | set(long value)
Sets the gauge value. |
Returns: the gauge value.
Parameters: value new gauge value.
Returns: 0 on sucess; otherwise, a non-zero error code is returned (as specified in ArmInterface).