class SDef extends Source
timestamps, values
CF_AVERAGE, CF_FIRST, CF_LAST, CF_MAX, CF_MIN, CF_TOTAL
Constructor and Description |
---|
SDef(String name,
String defName,
String consolFun) |
Modifier and Type | Method and 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) |
getName, getPercentile, getTimestamps, getValues, setTimestamps, setValues
String getDefName()
String getConsolFun()
void setValue(double value)
Aggregates getAggregates(long tStart, long tEnd) throws RrdException
getAggregates
in class Source
RrdException
double getPercentile(long tStart, long tEnd, double percentile) throws RrdException
getPercentile
in class Source
RrdException