Uses of Class
com.espertech.esper.common.client.soda.OnInsertSplitStreamClause
Package
Description
This package defines the Esper statement object model.
-
Uses of OnInsertSplitStreamClause in com.espertech.esper.common.client.soda
Modifier and TypeMethodDescriptionstatic 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.