public interface IGangliaMetricMessage extends IGangliaMessage
Modifier and Type | Method and Description |
---|---|
String |
getFormat()
The printf format string associated with the metric value.
|
Number |
getNumericValue()
Return the
Number for the metric value. |
String |
getStringValue()
Return a String representation of the metric value (always succeeds).
|
Object |
getValue()
Return the metric value (non-
null ). |
boolean |
isNumeric()
Return
true if the metric value is a numeric, in which case
it can be cast to a Number . |
getHostName, getMetricName, getRecordType, isMetricMetadata, isMetricRequest, isMetricValue, isSpoof
String getFormat()
boolean isNumeric()
true
if the metric value is a numeric, in which case
it can be cast to a Number
.Object getValue()
null
).String getStringValue()
Number getNumericValue()
Number
for the metric value.UnsupportedOperationException
- if the metric value is not numeric.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.