public interface ResultSetProcessorSimpleOutputAllHelper extends ResultSetProcessorOutputHelper
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
UniformPair<EventBean[]> |
outputJoin(boolean isSynthesize) |
UniformPair<EventBean[]> |
outputView(boolean isSynthesize) |
void |
processJoin(Set<MultiKey<EventBean>> newEvents,
Set<MultiKey<EventBean>> oldEvents) |
void |
processView(EventBean[] newData,
EventBean[] oldData) |
void processJoin(Set<MultiKey<EventBean>> newEvents, Set<MultiKey<EventBean>> oldEvents)
UniformPair<EventBean[]> outputView(boolean isSynthesize)
UniformPair<EventBean[]> outputJoin(boolean isSynthesize)
void destroy()