public class ResultSetProcessorRowPerGroupRollupUnbound extends ResultSetProcessorRowPerGroupRollupImpl
agentInstanceContext, aggregationService, orderByProcessor, prototype
Modifier and Type | Method and Description |
---|---|
void |
applyViewResult(EventBean[] newData,
EventBean[] oldData) |
java.util.Iterator<EventBean> |
getIterator(Viewable parent)
Returns the iterator implementing the group-by and aggregation and order-by logic
specific to each case of use of these construct.
|
UniformPair<EventBean[]> |
processViewResult(EventBean[] newData,
EventBean[] oldData,
boolean isSynthesize)
For use by views posting their result, process the event rows that are entered and removed (new and old events).
|
void |
stop()
Stops the underlying resources.
|
acceptHelperVisitor, applyJoinResult, applyJoinResultCodegen, clear, continueOutputLimitedLastAllNonBufferedJoin, continueOutputLimitedLastAllNonBufferedJoinCodegen, continueOutputLimitedLastAllNonBufferedView, generateGroupKeySingle, generateOutputBatched, generateOutputBatchedMapUnsorted, getAgentInstanceContext, getAggregationService, getGroupByRollupDesc, getIterator, getResultEventType, isSelectRStream, processJoinResult, processOutputLimitedJoin, processOutputLimitedJoinCodegen, processOutputLimitedLastAllNonBufferedJoin, processOutputLimitedLastAllNonBufferedJoinCodegen, processOutputLimitedLastAllNonBufferedView, processOutputLimitedView, removedAggregationGroupKey, setAgentInstanceContext
public void stop()
StopCallback
stop
in interface StopCallback
stop
in class ResultSetProcessorRowPerGroupRollupImpl
public void applyViewResult(EventBean[] newData, EventBean[] oldData)
applyViewResult
in interface ResultSetProcessor
applyViewResult
in class ResultSetProcessorRowPerGroupRollupImpl
public UniformPair<EventBean[]> processViewResult(EventBean[] newData, EventBean[] oldData, boolean isSynthesize)
ResultSetProcessor
processViewResult
in interface ResultSetProcessor
processViewResult
in class ResultSetProcessorRowPerGroupRollupImpl
newData
- - new events posted by viewoldData
- - old events posted by viewisSynthesize
- - set to true to indicate that synthetic events are required for an iterator result setpublic java.util.Iterator<EventBean> getIterator(Viewable parent)
ResultSetProcessor
getIterator
in interface ResultSetProcessor
getIterator
in class ResultSetProcessorRowPerGroupRollupImpl
parent
- is the parent view iterator