Interface ResultSetProcessorAggregateGroupedOutputAllHelper
- All Superinterfaces:
ResultSetProcessorOutputHelper
- All Known Implementing Classes:
ResultSetProcessorAggregateGroupedOutputAllHelperImpl
public interface ResultSetProcessorAggregateGroupedOutputAllHelper
extends ResultSetProcessorOutputHelper
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
destroy()
outputJoin
(boolean isSynthesize) outputView
(boolean isSynthesize) void
processJoin
(Set<MultiKeyArrayOfKeys<EventBean>> newData, Set<MultiKeyArrayOfKeys<EventBean>> oldData, boolean isGenerateSynthetic) void
processView
(EventBean[] newData, EventBean[] oldData, boolean isGenerateSynthetic) void
-
Field Details
-
EPTYPE
-
-
Method Details
-
processView
-
processJoin
void processJoin(Set<MultiKeyArrayOfKeys<EventBean>> newData, Set<MultiKeyArrayOfKeys<EventBean>> oldData, boolean isGenerateSynthetic) -
outputView
-
outputJoin
-
remove
-
destroy
void destroy()
-