|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jrobin.core.jrrd.DataSource
public class DataSource
Instances of this class model a data source in an RRD file.
| Method Summary | |
|---|---|
double |
getMaximum()
Returns the maximum value input to this data source can have. |
double |
getMinimum()
Returns the minimum value input to this data source can have. |
int |
getMinimumHeartbeat()
Returns the minimum required heartbeat for this data source. |
String |
getName()
Returns the name of this data source. |
PDPStatusBlock |
getPDPStatusBlock()
Returns the primary data point status block for this data source. |
DataSourceType |
getType()
Returns the type this data source is. |
String |
toString()
Returns a summary the contents of this data source. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public PDPStatusBlock getPDPStatusBlock()
public int getMinimumHeartbeat()
public double getMinimum()
public DataSourceType getType()
DataSourceTypepublic double getMaximum()
public String getName()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||