|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jrobin.core.jrrd.PDPStatusBlock
public class PDPStatusBlock
Instances of this class model the primary data point status from an RRD file.
| Method Summary | |
|---|---|
String |
getLastReading()
Returns the last reading from the data source. |
int |
getUnknownSeconds()
Returns the number of seconds of the current primary data point is unknown data. |
double |
getValue()
Returns the current value of the primary data point. |
String |
toString()
Returns a summary the contents of this PDP status block. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public String getLastReading()
public double getValue()
public int getUnknownSeconds()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||