|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.axibase.tsd.model.data.command.SimpleAggregateMatcher
public class SimpleAggregateMatcher
Contains data to compute statistics for the specified time intervals.
| Constructor Summary | |
|---|---|
SimpleAggregateMatcher()
|
|
SimpleAggregateMatcher(Interval interval,
Interpolate interpolate,
AggregateType type,
AggregateType... types)
|
|
| Method Summary | |
|---|---|
Interpolate |
getInterpolate()
Generates missing aggregation intervals using interpolation if enabled: NONE, LINEAR, STEP |
Interval |
getInterval()
interval for computing statistics. |
List<AggregateType> |
getTypes()
An array of statistical functions DETAIL,COUNT, MIN, MAX, AVG, SUM, PERCENTILE_999, PERCENTILE_995, PERCENTILE_99, PERCENTILE_95, PERCENTILE_90, PERCENTILE_75, PERCENTILE_50, STANDARD_DEVIATION, FIRST, LAST, DELTA, WAVG, WTAVG, THRESHOLD_COUNT, THRESHOLD_DURATION, THRESHOLD_PERCENT |
protected void |
init(Interval interval,
Interpolate interpolate,
AggregateType type,
AggregateType... types)
|
void |
setInterpolate(Interpolate interpolate)
|
void |
setInterval(Interval interval)
|
void |
setTypes(List<AggregateType> types)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleAggregateMatcher()
public SimpleAggregateMatcher(Interval interval,
Interpolate interpolate,
AggregateType type,
AggregateType... types)
| Method Detail |
|---|
protected void init(Interval interval,
Interpolate interpolate,
AggregateType type,
AggregateType... types)
public List<AggregateType> getTypes()
public Interval getInterval()
public Interpolate getInterpolate()
public void setTypes(List<AggregateType> types)
public void setInterval(Interval interval)
public void setInterpolate(Interpolate interpolate)
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||