Uses of Interface
com.espertech.esper.common.client.soda.OnMergeMatchedAction
Package
Description
This package defines the Esper statement object model.
-
Uses of OnMergeMatchedAction in com.espertech.esper.common.client.soda
Modifier and TypeClassDescriptionclass
For use with on-merge clauses, deletes from a named window if matching rows are found.class
For use with on-merge clauses, inserts into a named window if matching rows are not found.class
For use with on-merge clauses, updates rows in a named window if matching rows are found.Modifier and TypeMethodDescriptionvoid
OnMergeMatchItem.setActions
(List<OnMergeMatchedAction> actions) Sets all actions.ModifierConstructorDescriptionOnMergeMatchItem
(boolean matched, Expression optionalCondition, List<OnMergeMatchedAction> actions) Ctor.