Uses of Interface
com.espertech.esper.common.client.soda.OnMergeMatchedAction
Packages that use OnMergeMatchedAction
Package
Description
This package defines the Esper statement object model.
-
Uses of OnMergeMatchedAction in com.espertech.esper.common.client.soda
Classes in com.espertech.esper.common.client.soda that implement OnMergeMatchedActionModifier 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.Methods in com.espertech.esper.common.client.soda that return types with arguments of type OnMergeMatchedActionMethod parameters in com.espertech.esper.common.client.soda with type arguments of type OnMergeMatchedActionModifier and TypeMethodDescriptionvoid
OnMergeMatchItem.setActions
(List<OnMergeMatchedAction> actions) Sets all actions.Constructor parameters in com.espertech.esper.common.client.soda with type arguments of type OnMergeMatchedActionModifierConstructorDescriptionOnMergeMatchItem
(boolean matched, Expression optionalCondition, List<OnMergeMatchedAction> actions) Ctor.