Class ResultSetProcessorAggregateGroupedOutputAllHelperImpl
java.lang.Object
com.espertech.esper.common.internal.epl.resultset.agggrouped.ResultSetProcessorAggregateGroupedOutputAllHelperImpl
- All Implemented Interfaces:
ResultSetProcessorAggregateGroupedOutputAllHelper
,ResultSetProcessorOutputHelper
public class ResultSetProcessorAggregateGroupedOutputAllHelperImpl
extends Object
implements ResultSetProcessorAggregateGroupedOutputAllHelper
-
Field Summary
Fields inherited from interface com.espertech.esper.common.internal.epl.resultset.agggrouped.ResultSetProcessorAggregateGroupedOutputAllHelper
EPTYPE
-
Constructor Summary
ConstructorDescription -
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
-
Constructor Details
-
ResultSetProcessorAggregateGroupedOutputAllHelperImpl
public ResultSetProcessorAggregateGroupedOutputAllHelperImpl(ResultSetProcessorAggregateGrouped processor)
-
-
Method Details
-
processView
- Specified by:
processView
in interfaceResultSetProcessorAggregateGroupedOutputAllHelper
-
processJoin
public void processJoin(Set<MultiKeyArrayOfKeys<EventBean>> newData, Set<MultiKeyArrayOfKeys<EventBean>> oldData, boolean isGenerateSynthetic) - Specified by:
processJoin
in interfaceResultSetProcessorAggregateGroupedOutputAllHelper
-
outputView
- Specified by:
outputView
in interfaceResultSetProcessorAggregateGroupedOutputAllHelper
-
outputJoin
- Specified by:
outputJoin
in interfaceResultSetProcessorAggregateGroupedOutputAllHelper
-
remove
- Specified by:
remove
in interfaceResultSetProcessorAggregateGroupedOutputAllHelper
-
destroy
public void destroy()- Specified by:
destroy
in interfaceResultSetProcessorAggregateGroupedOutputAllHelper
-