|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jrobin.core.FetchPoint
fetchData()
method from the
FetchRequest
class
public class FetchPoint
Class to represent data source values for the specific timestamp. Objects of this class
are created during the fetching process. See fetch()
method of the FetchRequest
class.
Method Summary | |
---|---|
java.lang.String |
dump()
Deprecated. Returns string representing timestamp and all data source values. |
int |
getSize()
Deprecated. Returns number of data source values (same as number od data sources defined in RRD). |
long |
getTime()
Deprecated. Returns timestamp associated with this fetch point. |
double |
getValue(int i)
Deprecated. Returns the i-th data source value. |
double[] |
getValues()
Deprecated. Returns array of data source values for the associated timestamp. |
java.lang.String |
toString()
Deprecated. Returns string representing timestamp and all data source values. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public long getTime()
public double[] getValues()
public int getSize()
public double getValue(int i)
i
- Data source index.
public java.lang.String dump()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |