public class ResultSetProcessorAggregateAllOutputAllHelperImpl extends Object implements ResultSetProcessorAggregateAllOutputAllHelper
Constructor and Description |
---|
ResultSetProcessorAggregateAllOutputAllHelperImpl(ResultSetProcessorAggregateAll processor) |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
UniformPair<EventBean[]> |
output() |
void |
processJoin(Set<MultiKey<EventBean>> newEvents,
Set<MultiKey<EventBean>> oldEvents,
boolean isGenerateSynthetic) |
void |
processView(EventBean[] newData,
EventBean[] oldData,
boolean isGenerateSynthetic) |
public ResultSetProcessorAggregateAllOutputAllHelperImpl(ResultSetProcessorAggregateAll processor)
public void processView(EventBean[] newData, EventBean[] oldData, boolean isGenerateSynthetic)
processView
in interface ResultSetProcessorAggregateAllOutputAllHelper
public void processJoin(Set<MultiKey<EventBean>> newEvents, Set<MultiKey<EventBean>> oldEvents, boolean isGenerateSynthetic)
processJoin
in interface ResultSetProcessorAggregateAllOutputAllHelper
public UniformPair<EventBean[]> output()
output
in interface ResultSetProcessorAggregateAllOutputAllHelper
public void destroy()
destroy
in interface ResultSetProcessorAggregateAllOutputAllHelper