Modifier and Type | Method and Description |
---|---|
PreviousGetterStrategy[] |
StatementAgentInstanceFactoryResult.getPreviousGetterStrategies() |
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 |
AIRegistryPreviousGetterStrategy |
Modifier and Type | Class and Description |
---|---|
class |
AIRegistryPreviousGetterStrategyMap |
class |
AIRegistryPreviousGetterStrategyMultiPerm |
class |
AIRegistryPreviousGetterStrategySingle |
Modifier and Type | Method and Description |
---|---|
PreviousGetterStrategy |
AIRegistryPreviousGetterStrategySingle.getStrategy(ExprEvaluatorContext ctx) |
PreviousGetterStrategy |
AIRegistryPreviousGetterStrategyMultiPerm.getStrategy(ExprEvaluatorContext ctx) |
PreviousGetterStrategy |
AIRegistryPreviousGetterStrategyMap.getStrategy(ExprEvaluatorContext ctx) |
Modifier and Type | Method and Description |
---|---|
void |
AIRegistrySubqueryEntry.assign(int agentInstanceId,
SubordTableLookupStrategy lookupStrategy,
AggregationService aggregationService,
PriorEvalStrategy priorEvalStrategy,
PreviousGetterStrategy previousGetterStrategy) |
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 |
AIRegistryPreviousGetterStrategySingle.assignService(int serviceId,
PreviousGetterStrategy previousGetterStrategy) |
void |
AIRegistryPreviousGetterStrategyMultiPerm.assignService(int serviceId,
PreviousGetterStrategy previousGetterStrategy) |
void |
AIRegistryPreviousGetterStrategyMap.assignService(int serviceId,
PreviousGetterStrategy previousGetterStrategy) |
void |
AIRegistryPreviousGetterStrategy.assignService(int serviceId,
PreviousGetterStrategy previousGetterStrategy) |
Modifier and Type | Method and Description |
---|---|
PreviousGetterStrategy[] |
StatementAIFactoryAssignmentsImpl.getPreviousStrategies() |
PreviousGetterStrategy[] |
StatementAIFactoryAssignments.getPreviousStrategies() |
PreviousGetterStrategy[] |
StatementAIFactoryAssignmentContext.getPreviousStrategies() |
PreviousGetterStrategy |
StatementAIFactoryAssignmentsImpl.getSubqueryPrevious(int subqueryNumber) |
PreviousGetterStrategy |
StatementAIFactoryAssignments.getSubqueryPrevious(int subqueryNumber) |
PreviousGetterStrategy |
StatementAIFactoryAssignmentContext.getSubqueryPrevious(int subqueryNumber) |
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 |
---|---|
PreviousGetterStrategy |
SubSelectStrategyRealization.getPreviousStrategy() |
PreviousGetterStrategy |
SubSelectFactoryResult.getPreviousStrategy() |
Constructor and Description |
---|
SubSelectStrategyRealization(SubordTableLookupStrategy lookupStrategy,
SubselectAggregationPreprocessorBase subselectAggregationPreprocessor,
AggregationService aggregationService,
PriorEvalStrategy priorStrategy,
PreviousGetterStrategy previousStrategy,
Viewable subselectView,
EventTable[] indexes) |
Modifier and Type | Method and Description |
---|---|
PreviousGetterStrategy[] |
StatementResourceHolder.getPreviousGetterStrategies() |
Constructor and Description |
---|
StatementResourceHolder(AgentInstanceContext agentInstanceContext,
AgentInstanceStopCallback agentInstanceStopCallback,
Viewable finalView,
AggregationService aggregationService,
PriorEvalStrategy[] priorEvalStrategies,
PreviousGetterStrategy[] previousGetterStrategies,
RowRecogPreviousStrategy rowRecogPreviousStrategy) |
Modifier and Type | Class and Description |
---|---|
class |
RandomAccessByIndexGetter
Getter that provides an index at runtime.
|
class |
RelativeAccessByEventNIndexGetterImpl
Provides random-access into window contents by event and index as a combination.
|
Modifier and Type | Method and Description |
---|---|
PreviousGetterStrategy |
RelativeAccessByEventNIndexGetterImpl.getStrategy(ExprEvaluatorContext ctx) |
PreviousGetterStrategy |
RandomAccessByIndexGetter.getStrategy(ExprEvaluatorContext ctx) |
Modifier and Type | Method and Description |
---|---|
PreviousGetterStrategy |
AgentInstanceViewFactoryChainContext.getPreviousNodeGetter() |
PreviousGetterStrategy |
DataWindowViewWithPrevious.makePreviousGetter() |
Constructor and Description |
---|
AgentInstanceViewFactoryChainContext(AgentInstanceContext agentInstanceContext,
boolean isRemoveStream,
PreviousGetterStrategy previousNodeGetter,
ViewUpdatedCollection priorViewUpdatedCollection) |
Modifier and Type | Method and Description |
---|---|
PreviousGetterStrategy |
KeepAllViewFactory.makePreviousGetter() |
Modifier and Type | Method and Description |
---|---|
PreviousGetterStrategy |
LengthWindowViewFactory.makePreviousGetter() |
Modifier and Type | Method and Description |
---|---|
PreviousGetterStrategy |
LengthBatchViewFactory.makePreviousGetter() |
Modifier and Type | Method and Description |
---|---|
PreviousGetterStrategy |
PreviousGetterStrategy.getStrategy(ExprEvaluatorContext ctx) |
Modifier and Type | Method and Description |
---|---|
PreviousGetterStrategy |
SortWindowViewFactory.makePreviousGetter() |
Modifier and Type | Method and Description |
---|---|
PreviousGetterStrategy |
TimeBatchViewFactory.makePreviousGetter() |
Modifier and Type | Method and Description |
---|---|
PreviousGetterStrategy |
TimeLengthBatchViewFactory.makePreviousGetter() |
Modifier and Type | Method and Description |
---|---|
PreviousGetterStrategy |
TimeWindowViewFactory.makePreviousGetter() |
Copyright © 2005–2018. All rights reserved.