Modifier and Type | Method and Description |
---|---|
RowRecogPreviousStrategy |
StatementAgentInstanceFactoryResult.getRowRecogPreviousStrategy() |
Constructor and Description |
---|
StatementAgentInstanceFactoryResult(Viewable finalView,
AgentInstanceMgmtCallback stopCallback,
AgentInstanceContext agentInstanceContext,
AggregationService optionalAggegationService,
Map<Integer,SubSelectFactoryResult> subselectStrategies,
PriorEvalStrategy[] priorStrategies,
PreviousGetterStrategy[] previousGetterStrategies,
RowRecogPreviousStrategy rowRecogPreviousStrategy,
Map<Integer,ExprTableEvalStrategy> tableAccessStrategies,
List<StatementAgentInstancePreload> preloadList,
Runnable postContextMergeRunnable) |
Constructor and Description |
---|
StatementAgentInstanceFactoryCreateContextResult(Viewable finalView,
AgentInstanceMgmtCallback stopCallback,
AgentInstanceContext agentInstanceContext,
AggregationService optionalAggegationService,
Map<Integer,SubSelectFactoryResult> subselectStrategies,
PriorEvalStrategy[] priorStrategies,
PreviousGetterStrategy[] previousGetterStrategies,
RowRecogPreviousStrategy regexExprPreviousEvalStrategy,
Map<Integer,ExprTableEvalStrategy> tableAccessStrategies,
List<StatementAgentInstancePreload> preloadList,
ContextManagerRealization contextManagerRealization) |
Constructor and Description |
---|
StatementAgentInstanceFactoryOnTriggerResult(Viewable finalView,
AgentInstanceMgmtCallback stopCallback,
AgentInstanceContext agentInstanceContext,
AggregationService optionalAggegationService,
Map<Integer,SubSelectFactoryResult> subselectStrategies,
PriorEvalStrategy[] priorStrategies,
PreviousGetterStrategy[] previousGetterStrategies,
RowRecogPreviousStrategy regexExprPreviousEvalStrategy,
Map<Integer,ExprTableEvalStrategy> tableAccessStrategies,
List<StatementAgentInstancePreload> preloadList,
Runnable postContextMergeRunnable,
EvalRootState optPatternRoot,
ViewableActivationResult viewableActivationResult) |
Constructor and Description |
---|
StatementAgentInstanceFactorySelectResult(Viewable finalView,
AgentInstanceMgmtCallback stopCallback,
AgentInstanceContext agentInstanceContext,
AggregationService optionalAggegationService,
Map<Integer,SubSelectFactoryResult> subselectStrategies,
PriorEvalStrategy[] priorStrategies,
PreviousGetterStrategy[] previousGetterStrategies,
RowRecogPreviousStrategy regexExprPreviousEvalStrategy,
Map<Integer,ExprTableEvalStrategy> tableAccessStrategies,
List<StatementAgentInstancePreload> preloadList,
Runnable postContextMergeRunnable,
EvalRootState[] patternRoots,
JoinSetComposer joinSetComposer,
Viewable[] topViews,
Viewable[] eventStreamViewables,
ViewableActivationResult[] viewableActivationResults,
ResultSetProcessor resultSetProcessor) |
Modifier and Type | Interface and Description |
---|---|
interface |
AIRegistryRowRecogPreviousStrategy |
Modifier and Type | Class and Description |
---|---|
class |
AIRegistryRowRecogPreviousStrategyMap |
class |
AIRegistryRowRecogPreviousStrategyMultiPerm |
class |
AIRegistryRowRecogPreviousStrategySingle |
Modifier and Type | Method and Description |
---|---|
static void |
AIRegistryUtil.assignFutures(StatementAIResourceRegistry aiResourceRegistry,
int agentInstanceId,
AggregationService optionalAggegationService,
PriorEvalStrategy[] optionalPriorStrategies,
PreviousGetterStrategy[] optionalPreviousGetters,
Map<Integer,SubSelectFactoryResult> subselects,
Map<Integer,ExprTableEvalStrategy> tableAccessStrategies,
RowRecogPreviousStrategy rowRecogPreviousStrategy) |
void |
AIRegistryRowRecogPreviousStrategySingle.assignService(int serviceId,
RowRecogPreviousStrategy strategy) |
void |
AIRegistryRowRecogPreviousStrategyMultiPerm.assignService(int serviceId,
RowRecogPreviousStrategy service) |
void |
AIRegistryRowRecogPreviousStrategyMap.assignService(int serviceId,
RowRecogPreviousStrategy service) |
void |
AIRegistryRowRecogPreviousStrategy.assignService(int serviceId,
RowRecogPreviousStrategy strategy) |
Modifier and Type | Method and Description |
---|---|
RowRecogPreviousStrategy |
StatementAIFactoryAssignmentsImpl.getRowRecogPreviousStrategy() |
RowRecogPreviousStrategy |
StatementAIFactoryAssignments.getRowRecogPreviousStrategy() |
RowRecogPreviousStrategy |
StatementAIFactoryAssignmentContext.getRowRecogPreviousStrategy() |
Constructor and Description |
---|
StatementAIFactoryAssignmentsImpl(AggregationService aggregationResultFuture,
PriorEvalStrategy[] priorStrategies,
PreviousGetterStrategy[] previousStrategies,
Map<Integer,SubSelectFactoryResult> subselects,
Map<Integer,ExprTableEvalStrategy> tableAccesses,
RowRecogPreviousStrategy rowRecogPreviousStrategy) |
Modifier and Type | Class and Description |
---|---|
class |
RowRecogPreviousStrategyImpl
Getter that provides an index at runtime.
|
Modifier and Type | Method and Description |
---|---|
RowRecogPreviousStrategy |
RowRecogNFAViewService.getPreviousEvaluationStrategy() |
RowRecogPreviousStrategy |
RowRecogNFAView.getPreviousEvaluationStrategy() |
Modifier and Type | Method and Description |
---|---|
RowRecogPreviousStrategy |
StatementResourceHolder.getRowRecogPreviousStrategy() |
Constructor and Description |
---|
StatementResourceHolder(AgentInstanceContext agentInstanceContext,
AgentInstanceMgmtCallback agentInstanceStopCallback,
Viewable finalView,
AggregationService aggregationService,
PriorEvalStrategy[] priorEvalStrategies,
PreviousGetterStrategy[] previousGetterStrategies,
RowRecogPreviousStrategy rowRecogPreviousStrategy) |
Copyright © 2005–2021. All rights reserved.