class Aggregator extends Object implements ConsolFuns
CF_AVERAGE, CF_FIRST, CF_LAST, CF_MAX, CF_MIN, CF_TOTAL
Constructor and Description |
---|
Aggregator(long[] timestamps,
double[] values) |
Modifier and Type | Method and Description |
---|---|
(package private) Aggregates |
getAggregates(long tStart,
long tEnd) |
(package private) double |
getPercentile(long tStart,
long tEnd,
double percentile) |
(package private) double |
getPercentile(long tStart,
long tEnd,
double percentile,
boolean includenan) |
Aggregates getAggregates(long tStart, long tEnd)
double getPercentile(long tStart, long tEnd, double percentile)
double getPercentile(long tStart, long tEnd, double percentile, boolean includenan)