public class ResultSetProcessorRowPerGroupOutputAllHelperImpl extends Object implements ResultSetProcessorRowPerGroupOutputAllHelper
Modifier and Type | Field and Description |
---|---|
protected ResultSetProcessorRowPerGroup |
processor |
Constructor and Description |
---|
ResultSetProcessorRowPerGroupOutputAllHelperImpl(ResultSetProcessorRowPerGroup processor) |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
UniformPair<EventBean[]> |
outputJoin(boolean isSynthesize) |
UniformPair<EventBean[]> |
outputView(boolean isSynthesize) |
void |
processJoin(Set<MultiKey<EventBean>> newData,
Set<MultiKey<EventBean>> oldData,
boolean isGenerateSynthetic) |
void |
processView(EventBean[] newData,
EventBean[] oldData,
boolean isGenerateSynthetic) |
protected final ResultSetProcessorRowPerGroup processor
public ResultSetProcessorRowPerGroupOutputAllHelperImpl(ResultSetProcessorRowPerGroup processor)
public void processView(EventBean[] newData, EventBean[] oldData, boolean isGenerateSynthetic)
processView
in interface ResultSetProcessorRowPerGroupOutputAllHelper
public void processJoin(Set<MultiKey<EventBean>> newData, Set<MultiKey<EventBean>> oldData, boolean isGenerateSynthetic)
processJoin
in interface ResultSetProcessorRowPerGroupOutputAllHelper
public UniformPair<EventBean[]> outputView(boolean isSynthesize)
outputView
in interface ResultSetProcessorRowPerGroupOutputAllHelper
public UniformPair<EventBean[]> outputJoin(boolean isSynthesize)
outputJoin
in interface ResultSetProcessorRowPerGroupOutputAllHelper
public void destroy()
destroy
in interface ResultSetProcessorRowPerGroupOutputAllHelper