public interface ArmMetricGauge64 extends ArmMetric
ARM_Gauge64
).
Objects implementing this interface are created using
ArmMetricFactory.newArmMetricGauge64(org.opengroup.arm40.metric.ArmMetricGauge64Definition)
.Modifier and Type | Method and Description |
---|---|
long |
get()
Gets the gauge value.
|
int |
set(long value)
Sets the gauge value.
|
getDefinition
getErrorCode, getErrorMessage, setErrorCode
long get()
int set(long value)
value
- new gauge value.ArmInterface
).