Uses of Class
com.espertech.esper.common.client.soda.OnMergeMatchItem
Packages that use OnMergeMatchItem
Package
Description
This package defines the Esper statement object model.
-
Uses of OnMergeMatchItem in com.espertech.esper.common.client.soda
Methods in com.espertech.esper.common.client.soda that return types with arguments of type OnMergeMatchItemMethods in com.espertech.esper.common.client.soda with parameters of type OnMergeMatchItemModifier and TypeMethodDescriptionOnMergeClause.addAction
(OnMergeMatchItem action) Add a new action to the list of actions.Method parameters in com.espertech.esper.common.client.soda with type arguments of type OnMergeMatchItemModifier and TypeMethodDescriptionstatic OnMergeClause
OnMergeClause.create
(String windowName, String optionalAsName, List<OnMergeMatchItem> matchItems) Creates an on-update clause.void
OnMergeClause.setMatchItems
(List<OnMergeMatchItem> matchItems) Sets all actions.Constructor parameters in com.espertech.esper.common.client.soda with type arguments of type OnMergeMatchItemModifierConstructorDescriptionOnMergeClause
(String windowName, String optionalAsName, List<OnMergeMatchItem> matchItems) Ctor.