|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
waggle.core.info.XDTO
waggle.common.modules.systemreport.infos.XSystemReportGaugeInfo
public class XSystemReportGaugeInfo
XSystemReportGaugeInfo contains information about metrics that are stored as RRDTool gauges.
| Field Summary | |
|---|---|
String |
IDThe ID of the attribute, which is a combination of MBean ObjectName and attribute name. |
String |
LegendOptional label that is more user human readable than the ID. |
double |
RangeAvgValueThe value average over the range of the report. |
double |
RangeLastValueThe last known value in the range of the report. |
double |
RangeMaxValueThe value maximum over the range of the report. |
double |
RangeMinValueThe value minimum over the range of the report. |
double |
SnapshotValueThe value of the JMX attribute at the time of report generation. |
| Constructor Summary | |
|---|---|
XSystemReportGaugeInfo() |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public String ID
public String Legend
public double SnapshotValue
public double RangeAvgValue
public double RangeMinValue
public double RangeMaxValue
public double RangeLastValue
| Constructor Detail |
|---|
public XSystemReportGaugeInfo()
|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||