StatementAgentInstanceFactoryOnTriggerResult(Viewable finalView,
StopCallback stopCallback,
AgentInstanceContext agentInstanceContext,
AggregationService aggregationService,
Map<ExprSubselectNode,SubSelectStrategyHolder> subselectStrategies,
EvalRootState optPatternRoot,
Map<ExprTableAccessNode,ExprTableAccessEvalStrategy> tableAccessStrategies,
ViewableActivationResult viewableActivationResult) |
StatementAgentInstanceFactoryResult(Viewable finalView,
StopCallback stopCallback,
AgentInstanceContext agentInstanceContext,
AggregationService optionalAggegationService,
Map<ExprSubselectNode,SubSelectStrategyHolder> subselectStrategies,
Map<ExprPriorNode,ExprPriorEvalStrategy> priorNodeStrategies,
Map<ExprPreviousNode,ExprPreviousEvalStrategy> previousNodeStrategies,
RegexExprPreviousEvalStrategy regexExprPreviousEvalStrategy,
Map<ExprTableAccessNode,ExprTableAccessEvalStrategy> tableAccessStrategies,
List<StatementAgentInstancePreload> preloadList) |
StatementAgentInstanceFactorySelectResult(Viewable finalView,
StopCallback stopCallback,
AgentInstanceContext agentInstanceContext,
AggregationService optionalAggegationService,
Map<ExprSubselectNode,SubSelectStrategyHolder> subselectStrategies,
Map<ExprPriorNode,ExprPriorEvalStrategy> priorNodeStrategies,
Map<ExprPreviousNode,ExprPreviousEvalStrategy> previousNodeStrategies,
RegexExprPreviousEvalStrategy regexExprPreviousEvalStrategy,
Map<ExprTableAccessNode,ExprTableAccessEvalStrategy> tableAccessStrategies,
List<StatementAgentInstancePreload> preloadList,
EvalRootState[] patternRoots,
StatementAgentInstancePostLoad optionalPostLoadJoin,
Viewable[] topViews,
Viewable[] eventStreamViewables,
ViewableActivationResult[] viewableActivationResults) |
StatementAgentInstanceFactoryUpdateResult(Viewable finalView,
StopCallback stopCallback,
AgentInstanceContext agentInstanceContext,
Map<ExprSubselectNode,SubSelectStrategyHolder> subselectStrategies) |