Class ResultSetProcessorRowForAllOutputAllHelperImpl
java.lang.Object
com.espertech.esper.common.internal.epl.resultset.rowforall.ResultSetProcessorRowForAllOutputAllHelperImpl
- All Implemented Interfaces:
ResultSetProcessorOutputHelper
,ResultSetProcessorRowForAllOutputAllHelper
public class ResultSetProcessorRowForAllOutputAllHelperImpl
extends Object
implements ResultSetProcessorRowForAllOutputAllHelper
-
Field Summary
Fields inherited from interface com.espertech.esper.common.internal.epl.resultset.rowforall.ResultSetProcessorRowForAllOutputAllHelper
EPTYPE
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoid
destroy()
outputJoin
(boolean isGenerateSynthetic) outputView
(boolean isGenerateSynthetic) void
processJoin
(Set<MultiKeyArrayOfKeys<EventBean>> newEvents, Set<MultiKeyArrayOfKeys<EventBean>> oldEvents, boolean isGenerateSynthetic) void
processView
(EventBean[] newData, EventBean[] oldData, boolean isGenerateSynthetic)
-
Constructor Details
-
ResultSetProcessorRowForAllOutputAllHelperImpl
-
-
Method Details
-
processView
- Specified by:
processView
in interfaceResultSetProcessorRowForAllOutputAllHelper
-
processJoin
public void processJoin(Set<MultiKeyArrayOfKeys<EventBean>> newEvents, Set<MultiKeyArrayOfKeys<EventBean>> oldEvents, boolean isGenerateSynthetic) - Specified by:
processJoin
in interfaceResultSetProcessorRowForAllOutputAllHelper
-
outputView
- Specified by:
outputView
in interfaceResultSetProcessorRowForAllOutputAllHelper
-
outputJoin
- Specified by:
outputJoin
in interfaceResultSetProcessorRowForAllOutputAllHelper
-
destroy
public void destroy()- Specified by:
destroy
in interfaceResultSetProcessorRowForAllOutputAllHelper
-