Modifier and Type | Method and Description |
---|---|
Map<Integer,SubSelectFactoryResult> |
StatementAgentInstanceFactoryResult.getSubselectStrategies() |
Constructor and Description |
---|
StatementAgentInstanceFactoryResult(Viewable finalView,
AgentInstanceStopCallback stopCallback,
AgentInstanceContext agentInstanceContext,
AggregationService optionalAggegationService,
Map<Integer,SubSelectFactoryResult> subselectStrategies,
PriorEvalStrategy[] priorStrategies,
PreviousGetterStrategy[] previousGetterStrategies,
RowRecogPreviousStrategy rowRecogPreviousStrategy,
Map<Integer,ExprTableEvalStrategy> tableAccessStrategies,
List<StatementAgentInstancePreload> preloadList) |
Constructor and Description |
---|
StatementAgentInstanceFactoryCreateContextResult(Viewable finalView,
AgentInstanceStopCallback 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,
AgentInstanceStopCallback stopCallback,
AgentInstanceContext agentInstanceContext,
AggregationService optionalAggegationService,
Map<Integer,SubSelectFactoryResult> subselectStrategies,
PriorEvalStrategy[] priorStrategies,
PreviousGetterStrategy[] previousGetterStrategies,
RowRecogPreviousStrategy regexExprPreviousEvalStrategy,
Map<Integer,ExprTableEvalStrategy> tableAccessStrategies,
List<StatementAgentInstancePreload> preloadList,
EvalRootState optPatternRoot,
ViewableActivationResult viewableActivationResult) |
Constructor and Description |
---|
StatementAgentInstanceFactorySelectResult(Viewable finalView,
AgentInstanceStopCallback stopCallback,
AgentInstanceContext agentInstanceContext,
AggregationService optionalAggegationService,
Map<Integer,SubSelectFactoryResult> subselectStrategies,
PriorEvalStrategy[] priorStrategies,
PreviousGetterStrategy[] previousGetterStrategies,
RowRecogPreviousStrategy regexExprPreviousEvalStrategy,
Map<Integer,ExprTableEvalStrategy> tableAccessStrategies,
List<StatementAgentInstancePreload> preloadList,
EvalRootState[] patternRoots,
JoinSetComposer joinSetComposer,
Viewable[] topViews,
Viewable[] eventStreamViewables,
ViewableActivationResult[] viewableActivationResults,
ResultSetProcessor resultSetProcessor) |
Constructor and Description |
---|
StatementAgentInstanceFactoryUpdateResult(Viewable finalView,
AgentInstanceStopCallback stopCallback,
AgentInstanceContext agentInstanceContext,
Map<Integer,SubSelectFactoryResult> subselectActivations) |
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) |
Modifier and Type | Method and Description |
---|---|
Map<Integer,SubSelectFactoryResult> |
StatementAIFactoryAssignmentsImpl.getSubselects() |
Constructor and Description |
---|
StatementAIFactoryAssignmentsImpl(AggregationService aggregationResultFuture,
PriorEvalStrategy[] priorStrategies,
PreviousGetterStrategy[] previousStrategies,
Map<Integer,SubSelectFactoryResult> subselects,
Map<Integer,ExprTableEvalStrategy> tableAccesses,
RowRecogPreviousStrategy rowRecogPreviousStrategy) |
Modifier and Type | Method and Description |
---|---|
static Map<Integer,SubSelectFactoryResult> |
SubSelectHelperStart.startSubselects(Map<Integer,SubSelectFactory> subselects,
AgentInstanceContext agentInstanceContext,
List<AgentInstanceStopCallback> stopCallbacks,
boolean isRecoveringResilient) |
Modifier and Type | Method and Description |
---|---|
Map<Integer,SubSelectFactoryResult> |
StatementResourceHolder.getSubselectStrategies() |
Modifier and Type | Method and Description |
---|---|
void |
StatementResourceHolder.setSubselectStrategies(Map<Integer,SubSelectFactoryResult> subselectStrategies) |
Copyright © 2005–2018. All rights reserved.