Package org.jrobin.data
Class SDef
- java.lang.Object
-
- org.jrobin.data.Source
-
- org.jrobin.data.SDef
-
- All Implemented Interfaces:
ConsolFuns
class SDef extends Source
-
-
Field Summary
-
Fields inherited from class org.jrobin.data.Source
timestamps, values
-
Fields inherited from interface org.jrobin.core.ConsolFuns
CF_AVERAGE, CF_FIRST, CF_LAST, CF_MAX, CF_MIN, CF_TOTAL
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) AggregatesgetAggregates(long tStart, long tEnd)(package private) StringgetConsolFun()(package private) StringgetDefName()(package private) doublegetPercentile(long tStart, long tEnd, double percentile)(package private) voidsetValue(double value)-
Methods inherited from class org.jrobin.data.Source
getName, getPercentile, getTimestamps, getValues, setTimestamps, setValues
-
-
-
-
Method Detail
-
getDefName
String getDefName()
-
getConsolFun
String getConsolFun()
-
setValue
void setValue(double value)
-
getAggregates
Aggregates getAggregates(long tStart, long tEnd) throws RrdException
- Overrides:
getAggregatesin classSource- Throws:
RrdException
-
getPercentile
double getPercentile(long tStart, long tEnd, double percentile) throws RrdException- Overrides:
getPercentilein classSource- Throws:
RrdException
-
-