Package | Description |
---|---|
com.espertech.esper.core.start |
Classes related to start and stop of statements
|
com.espertech.esper.epl.core |
Contains EPL statement specification classes define the constructs that make up an EPL statement,
such as the list of items in the select clause, the insert-into stream name and property names etc.
|
com.espertech.esper.rowregex |
Match-recognize expression tree and state objects.
|
Modifier and Type | Method and Description |
---|---|
Set<ExprPreviousMatchRecognizeNode> |
ViewResourceDelegateVerifiedStream.getMatchRecognizePreviousRequests() |
Constructor and Description |
---|
ViewResourceDelegateVerifiedStream(List<ExprPreviousNode> previousRequests,
SortedMap<Integer,List<ExprPriorNode>> priorRequests,
Set<ExprPreviousMatchRecognizeNode> matchRecognizePreviousRequests) |
Modifier and Type | Field and Description |
---|---|
protected TreeMap<Integer,List<ExprPreviousMatchRecognizeNode>> |
EventRowRegexNFAViewFactory.callbacksPerIndex |
Modifier and Type | Method and Description |
---|---|
Set<ExprPreviousMatchRecognizeNode> |
EventRowRegexNFAViewFactory.getPreviousExprNodes() |