Modifier and Type | Method and Description |
---|---|
Map<Integer,ExprTableEvalStrategy> |
StatementAgentInstanceFactoryResult.getTableAccessStrategies() |
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) |
Modifier and Type | Interface and Description |
---|---|
interface |
AIRegistryTableAccess |
Modifier and Type | Class and Description |
---|---|
class |
AIRegistryTableAccessMap |
class |
AIRegistryTableAccessMultiPerm |
class |
AIRegistryTableAccessSingle |
Modifier and Type | Method and Description |
---|---|
void |
AIRegistryTableAccessSingle.assignService(int num,
ExprTableEvalStrategy subselectStrategy) |
void |
AIRegistryTableAccessMultiPerm.assignService(int num,
ExprTableEvalStrategy subselectStrategy) |
void |
AIRegistryTableAccessMap.assignService(int num,
ExprTableEvalStrategy strategy) |
void |
AIRegistryTableAccess.assignService(int num,
ExprTableEvalStrategy value) |
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 |
---|---|
ExprTableEvalStrategy |
StatementAIFactoryAssignmentsImpl.getTableAccess(int tableAccessNumber) |
ExprTableEvalStrategy |
StatementAIFactoryAssignments.getTableAccess(int tableAccessNumber) |
ExprTableEvalStrategy |
StatementAIFactoryAssignmentContext.getTableAccess(int tableAccessNumber) |
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 |
ExprTableEvalStrategyGroupedAggAccessRead |
class |
ExprTableEvalStrategyGroupedAggSimple |
class |
ExprTableEvalStrategyGroupedBase |
class |
ExprTableEvalStrategyGroupedKeys |
class |
ExprTableEvalStrategyGroupedProp |
class |
ExprTableEvalStrategyGroupedTopLevel |
class |
ExprTableEvalStrategyUngroupedAggAccessRead |
class |
ExprTableEvalStrategyUngroupedAggSimple |
class |
ExprTableEvalStrategyUngroupedBase |
class |
ExprTableEvalStrategyUngroupedProp |
class |
ExprTableEvalStrategyUngroupedTopLevel |
Modifier and Type | Method and Description |
---|---|
ExprTableEvalStrategy |
ExprTableEvalStrategyFactory.makeStrategy(TableAndLockProvider provider) |
Modifier and Type | Method and Description |
---|---|
static Map<Integer,ExprTableEvalStrategy> |
ExprTableEvalHelperStart.startTableAccess(Map<Integer,ExprTableEvalStrategyFactory> tableAccesses,
AgentInstanceContext agentInstanceContext) |
Modifier and Type | Method and Description |
---|---|
Map<Integer,ExprTableEvalStrategy> |
StatementResourceHolder.getTableAccessStrategies() |
Modifier and Type | Method and Description |
---|---|
void |
StatementResourceHolder.setTableAccessStrategies(Map<Integer,ExprTableEvalStrategy> tableAccessStrategies) |
Copyright © 2005–2018. All rights reserved.