Class OutputProcessViewAfterStateNone
java.lang.Object
com.espertech.esper.common.internal.epl.output.view.OutputProcessViewAfterStateNone
- All Implemented Interfaces:
OutputProcessViewAfterState
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
checkUpdateAfterCondition
(EventBean[] newEvents, StatementContext statementContext) boolean
checkUpdateAfterCondition
(UniformPair<EventBean[]> newOldEvents, StatementContext statementContext) boolean
checkUpdateAfterCondition
(Set<MultiKeyArrayOfKeys<EventBean>> newEvents, StatementContext statementContext) void
destroy()
-
Field Details
-
INSTANCE
-
-
Method Details
-
checkUpdateAfterCondition
- Specified by:
checkUpdateAfterCondition
in interfaceOutputProcessViewAfterState
-
checkUpdateAfterCondition
public boolean checkUpdateAfterCondition(Set<MultiKeyArrayOfKeys<EventBean>> newEvents, StatementContext statementContext) - Specified by:
checkUpdateAfterCondition
in interfaceOutputProcessViewAfterState
-
checkUpdateAfterCondition
public boolean checkUpdateAfterCondition(UniformPair<EventBean[]> newOldEvents, StatementContext statementContext) - Specified by:
checkUpdateAfterCondition
in interfaceOutputProcessViewAfterState
-
destroy
public void destroy()- Specified by:
destroy
in interfaceOutputProcessViewAfterState
-