Package | Description |
---|---|
com.espertech.esper.client.soda |
This package defines the Esper statement object model.
|
Modifier and Type | Method and Description |
---|---|
static OnInsertSplitStreamClause |
OnInsertSplitStreamClause.create()
Creates an split-stream on-insert clause considering only the first where-clause that matches.
|
static OnInsertSplitStreamClause |
OnInsertSplitStreamClause.create(boolean isFirst,
List<OnInsertSplitStreamItem> items)
Creates a split-stream on-insert clause from an indicator whether to consider the first of all where-clauses,
and a list of items.
|
static OnInsertSplitStreamClause |
OnClause.createOnInsertSplitStream()
Creates a split-stream clause.
|