class SDef extends Source
timestamps, valuesCF_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, setValuesString getDefName()
String getConsolFun()
void setValue(double value)
Aggregates getAggregates(long tStart, long tEnd) throws RrdException
getAggregates in class SourceRrdExceptiondouble getPercentile(long tStart,
long tEnd,
double percentile)
throws RrdException
getPercentile in class SourceRrdException