|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MetricIntervalValue
Represents a metric which contains a name, reporter like the node, timestamp and corresponding value.
Method Summary | |
---|---|
String |
getName()
Returns the name of the metric. |
String |
getReporter()
Returns the reporter name of the metric. |
Date |
getTimestamp()
Returns the timestamp as date object, on which the metric was created. |
long |
getValue()
Returns the value of the metric. |
Method Detail |
---|
String getName()
in {@link Metrics} for a list of names which can be returned here
String getReporter()
Date getTimestamp()
long getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |