public class ArmMetricCounter64 extends ArmMetric implements ArmMetricCounter64
ARM_Counter64).
Objects implementing this interface are created using
ArmMetricFactory.newArmMetricCounter64(org.opengroup.arm40.metric.ArmMetricCounter64Definition).| Modifier and Type | Field and Description |
|---|---|
protected long |
m_counter |
m_errorCode, m_factory| Constructor and Description |
|---|
ArmMetricCounter64(ArmMetricDefinition definition)
Create ARM Metric.
|
| Modifier and Type | Method and Description |
|---|---|
long |
get()
Gets the counter value.
|
int |
set(long value)
Sets the counter value.
|
getDefinitiongetErrorCode, getErrorMessage, getFactory, setErrorCode, setFactoryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDefinitiongetErrorCode, getErrorMessage, setErrorCodepublic ArmMetricCounter64(ArmMetricDefinition definition)
definition - the descriptive metadata (name, units, usage, ID) for the metricpublic long get()
ArmMetricCounter64get in interface ArmMetricCounter64public int set(long value)
ArmMetricCounter64set in interface ArmMetricCounter64value - new counter value.ArmInterface).