| 
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.XSystemReportCounterInfo
public class XSystemReportCounterInfo
XSystemReportCounterInfo contains information about metrics that are stored as RRDTool counters.
| 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 | 
RangeAvgDeltaPerSecondThe average rate of change of the value over the range.  | 
 double | 
RangeDeltaAn approximation of the total delta over the range of the report.  | 
 double | 
SnapshotValueThe value of the JMX attribute at the time of report generation.  | 
| Constructor Summary | |
|---|---|
XSystemReportCounterInfo() | 
|
| 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 RangeAvgDeltaPerSecond
public double RangeDelta
| Constructor Detail | 
|---|
public XSystemReportCounterInfo()
  | 
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 | |||||||||