ConsolFuns
class SDef extends Source
CF_AVERAGE, CF_FIRST, CF_LAST, CF_MAX, CF_MIN, CF_TOTAL
timestamps, 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, wait
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