public abstract class AggregationServiceBase extends Object implements AggregationService
Modifier and Type | Field and Description |
---|---|
protected ExprEvaluator[] |
evaluators
Evaluation nodes under.
|
Constructor and Description |
---|
AggregationServiceBase(ExprEvaluator[] evaluators)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
ExprEvaluator[] |
getEvaluators() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
accept, acceptGroupDetail, applyEnter, applyLeave, clearResults, getContextPartitionAggregationService, isGrouped, setCurrentAccess, setRemovedCallback
getCollectionOfEvents, getCollectionScalar, getEventBean, getGroupKey, getGroupKeys, getValue
stop
protected ExprEvaluator[] evaluators
public AggregationServiceBase(ExprEvaluator[] evaluators)
evaluators
- - are the child node of each aggregation function used for computing the value to be aggregatedpublic ExprEvaluator[] getEvaluators()