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.
Constructor and Description |
---|
OutputProcessViewConditionFirstPostProcess(ResultSetProcessor resultSetProcessor,
java.lang.Long afterConditionTime,
java.lang.Integer afterConditionNumberOfEvents,
boolean afterConditionSatisfied,
OutputProcessViewConditionFactory parent,
AgentInstanceContext agentInstanceContext,
OutputStrategyPostProcess postProcessor) |
Modifier and Type | Method and Description |
---|---|
void |
output(boolean forceUpdate,
UniformPair<EventBean[]> results) |
iterator, process, terminated, update
checkAfterCondition, checkAfterCondition, checkAfterCondition
addView, getEventType, getParent, getViews, hasViews, removeAllViews, removeView, setJoinExecutionStrategy, setParent
public OutputProcessViewConditionFirstPostProcess(ResultSetProcessor resultSetProcessor, java.lang.Long afterConditionTime, java.lang.Integer afterConditionNumberOfEvents, boolean afterConditionSatisfied, OutputProcessViewConditionFactory parent, AgentInstanceContext agentInstanceContext, OutputStrategyPostProcess postProcessor)
public void output(boolean forceUpdate, UniformPair<EventBean[]> results)