|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A client-side handle to a timeseries inside the Smart Database. Manipulation of this object on the client results in data being stored and retrieved in database.
Timeseries may be either regular --- defined by a delta parameter indiciating the period --- or irregular --- in which every measurement point comes with its own timestamp.
Method Summary | |
java.util.Date |
getDate(int n)
Gets date of the nth point |
int |
getDelta()
Number of milliseconds between measurements; zero if irregular timeseries. |
java.util.Date |
getFirst()
Timestamp of first datapoint in timeseries |
java.util.Date |
getLast()
Timestamp of last datapoint in timesries |
int |
getNumPoints()
# of datapoints in timeseries |
TimeseriesSpec |
getSpec()
Description of what this timeseries records |
Method Detail |
public TimeseriesSpec getSpec()
public java.util.Date getFirst()
public java.util.Date getLast()
public int getNumPoints()
public int getDelta()
public java.util.Date getDate(int n)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |