Package | Description |
---|---|
com.espertech.esper.epl.agg.service |
Aggregation services.
|
com.espertech.esper.rowregex |
Match-recognize expression tree and state objects.
|
Modifier and Type | Class and Description |
---|---|
class |
AggregationServiceMatchRecognizeImpl
Implements an aggregation service for match recognize.
|
Modifier and Type | Method and Description |
---|---|
AggregationServiceMatchRecognize |
AggregationServiceMatchRecognizeFactoryImpl.makeService(AgentInstanceContext agentInstanceContext) |
AggregationServiceMatchRecognize |
AggregationServiceMatchRecognizeFactory.makeService(AgentInstanceContext agentInstanceContext) |
Modifier and Type | Field and Description |
---|---|
protected AggregationServiceMatchRecognize |
EventRowRegexNFAViewFactory.aggregationService |
Modifier and Type | Method and Description |
---|---|
AggregationServiceMatchRecognize |
EventRowRegexNFAViewFactory.getAggregationService() |
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) |