public class ResultSetProcessorAggregateAllOutputLastHelperImpl extends Object implements ResultSetProcessorAggregateAllOutputLastHelper
Constructor and Description |
---|
ResultSetProcessorAggregateAllOutputLastHelperImpl(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 ResultSetProcessorAggregateAllOutputLastHelperImpl(ResultSetProcessorAggregateAll processor)
public void processView(EventBean[] newData, EventBean[] oldData, boolean isGenerateSynthetic)
processView
in interface ResultSetProcessorAggregateAllOutputLastHelper
public void processJoin(Set<MultiKey<EventBean>> newEvents, Set<MultiKey<EventBean>> oldEvents, boolean isGenerateSynthetic)
processJoin
in interface ResultSetProcessorAggregateAllOutputLastHelper
public UniformPair<EventBean[]> output()
output
in interface ResultSetProcessorAggregateAllOutputLastHelper
public void destroy()
destroy
in interface ResultSetProcessorAggregateAllOutputLastHelper