Package | Description |
---|---|
com.espertech.esper.client.soda |
This package defines the Esper statement object model.
|
Modifier and Type | Class and Description |
---|---|
class |
OnMergeMatchedDeleteAction
For use with on-merge clauses, deletes from a named window if matching rows are found.
|
class |
OnMergeMatchedInsertAction
For use with on-merge clauses, inserts into a named window if matching rows are not found.
|
class |
OnMergeMatchedUpdateAction
For use with on-merge clauses, updates rows in a named window if matching rows are found.
|
Modifier and Type | Method and Description |
---|---|
List<OnMergeMatchedAction> |
OnMergeMatchItem.getActions()
Returns all actions.
|
Modifier and Type | Method and Description |
---|---|
void |
OnMergeMatchItem.setActions(List<OnMergeMatchedAction> actions)
Sets all actions.
|
Constructor and Description |
---|
OnMergeMatchItem(boolean matched,
Expression optionalCondition,
List<OnMergeMatchedAction> actions)
Ctor.
|