Uses of Class
com.espertech.esper.client.soda.OnMergeMatchItem

Packages that use OnMergeMatchItem
com.espertech.esper.client.soda This package defines the Esper statement object model. 
 

Uses of OnMergeMatchItem in com.espertech.esper.client.soda
 

Methods in com.espertech.esper.client.soda that return types with arguments of type OnMergeMatchItem
 java.util.List<OnMergeMatchItem> OnMergeClause.getMatchItems()
          Returns all actions.
 

Methods in com.espertech.esper.client.soda with parameters of type OnMergeMatchItem
 OnMergeClause OnMergeClause.addAction(OnMergeMatchItem action)
          Add a new action to the list of actions.
 

Method parameters in com.espertech.esper.client.soda with type arguments of type OnMergeMatchItem
static OnMergeClause OnMergeClause.create(java.lang.String windowName, java.lang.String optionalAsName, java.util.List<OnMergeMatchItem> matchItems)
          Creates an on-update clause.
 void OnMergeClause.setMatchItems(java.util.List<OnMergeMatchItem> matchItems)
          Sets all actions.
 

Constructor parameters in com.espertech.esper.client.soda with type arguments of type OnMergeMatchItem
OnMergeClause(java.lang.String windowName, java.lang.String optionalAsName, java.util.List<OnMergeMatchItem> matchItems)
          Ctor.
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com