Package | Description |
---|---|
com.espertech.esper.client.soda |
This package defines the Esper statement object model.
|
Modifier and Type | Class and Description |
---|---|
class |
OnDeleteClause
A clause to delete from a named window based on a triggering event arriving and correlated to the named window events to be deleted.
|
class |
OnInsertSplitStreamClause
A clause to insert into zero, one or more streams based on criteria.
|
class |
OnMergeClause
A clause to insert, update or delete to/from a named window based on a triggering event arriving and correlated to the named window events to be updated.
|
class |
OnMergeMatchItem
As part of on-merge, this represents a single "matched" or "not matched" entry.
|
class |
OnSelectClause
A clause to delete from a named window based on a triggering event arriving and correlated to the named window events to be deleted.
|
class |
OnSetClause
A clause to assign new values to variables based on a triggering event arriving.
|
class |
OnUpdateClause
A clause to update a named window based on a triggering event arriving and correlated to the named window events to be updated.
|
Modifier and Type | Method and Description |
---|---|
OnClause |
EPStatementObjectModel.getOnExpr()
Returns the on-delete clause for deleting from named windows, or null if this statement
does not delete from a named window
|
Modifier and Type | Method and Description |
---|---|
void |
EPStatementObjectModel.setOnExpr(OnClause onExpr)
Sets the on-delete or on-select clause for selecting or deleting from named windows, or null if this statement
does not on-select or on-delete from a named window
|