public class OutputProcessViewConditionFirstPostProcess extends OutputProcessViewConditionFirst
Without having-clause the order of processing won't matter therefore its handled by the
OutputProcessViewConditionDefault
. With group-by the ResultSetProcessor
handles the per-group first criteria.
childView, joinExecutionStrategy, parentView, resultSetProcessor
Constructor and Description |
---|
OutputProcessViewConditionFirstPostProcess(ResultSetProcessorHelperFactory resultSetProcessorHelperFactory,
ResultSetProcessor resultSetProcessor,
Long afterConditionTime,
Integer afterConditionNumberOfEvents,
boolean afterConditionSatisfied,
OutputProcessViewConditionFactory parent,
AgentInstanceContext agentInstanceContext,
OutputStrategyPostProcess postProcessor) |
Modifier and Type | Method and Description |
---|---|
void |
output(boolean forceUpdate,
UniformPair<EventBean[]> results) |
continueOutputProcessingJoin, continueOutputProcessingView, getNumChangesetRows, getOptionalAfterConditionState, getOptionalDeltaSet, getOptionalOutputCondition, iterator, process, terminated, update
checkAfterCondition, checkAfterCondition, checkAfterCondition, stop
addView, getEventType, getParent, getResultSetProcessor, getViews, hasViews, removeAllViews, removeView, setJoinExecutionStrategy, setParent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public OutputProcessViewConditionFirstPostProcess(ResultSetProcessorHelperFactory resultSetProcessorHelperFactory, ResultSetProcessor resultSetProcessor, Long afterConditionTime, Integer afterConditionNumberOfEvents, boolean afterConditionSatisfied, OutputProcessViewConditionFactory parent, AgentInstanceContext agentInstanceContext, OutputStrategyPostProcess postProcessor)
public void output(boolean forceUpdate, UniformPair<EventBean[]> results)