public interface ITimestampMetricValue
IGangliaMetadataMessage
for that
metric.Modifier and Type | Method and Description |
---|---|
int |
getAge()
The age in seconds of the last reported/received value (this reports
seconds for compatibility with tmax and dmax, both of which also use
seconds).
|
IGangliaMetadataMessage |
getMetadata()
The metadata declaration for this metric.
|
long |
getTimestamp()
The timestamp of the last reported/received value (milliseconds).
|
Object |
getValue()
The last reported/received value and
null if no value has
been reported/received. |
IGangliaMetadataMessage getMetadata()
long getTimestamp()
Note: Tmax is expressed in seconds, so be sure to do the conversion when necessary.
int getAge()
Object getValue()
null
if no value has
been reported/received.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.