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() |
Constructor and Description |
---|
EventRowRegexNFAView(EventRowRegexNFAViewFactory factory,
ObjectArrayEventType compositeEventType,
EventType rowEventType,
MatchRecognizeSpec matchRecognizeSpec,
LinkedHashMap<String,Pair<Integer,Boolean>> variableStreams,
Map<Integer,String> streamsVariables,
Set<String> variablesSingle,
AgentInstanceContext agentInstanceContext,
TreeMap<Integer,List<ExprPreviousMatchRecognizeNode>> callbacksPerIndex,
AggregationServiceMatchRecognize aggregationService,
boolean isDefineAsksMultimatches,
ObjectArrayBackedEventBean defineMultimatchEventBean,
boolean[] isExprRequiresMultimatchState,
boolean isUnbound,
boolean isIterateOnly,
boolean isCollectMultimatches,
RowRegexExprNode expandedPatternNode,
ConfigurationEngineDefaults.MatchRecognize matchRecognizeConfig,
EventRowRegexNFAViewScheduler scheduler) |