ConsolFunsclass SDef extends Source
CF_AVERAGE, CF_FIRST, CF_LAST, CF_MAX, CF_MIN, CF_TOTALtimestamps, values| Constructor | Description |
|---|---|
SDef(String name,
String defName,
String consolFun) |
| 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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetName, 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