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) Aggregates
getAggregates(long tStart, long tEnd)
(package private) String
getConsolFun()
(package private) String
getDefName()
(package private) double
getPercentile(long tStart, long tEnd, double percentile)
(package private) void
setValue(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:
getAggregates
in classSource
- Throws:
RrdException
-
getPercentile
double getPercentile(long tStart, long tEnd, double percentile) throws RrdException
- Overrides:
getPercentile
in classSource
- Throws:
RrdException
-
-