public class StatementAgentInstanceFactoryResult extends Object
Modifier | Constructor and Description |
---|---|
protected |
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) |
protected 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)
public Viewable getFinalView()
public AgentInstanceMgmtCallback getStopCallback()
public AgentInstanceContext getAgentInstanceContext()
public AggregationService getOptionalAggegationService()
public Map<Integer,SubSelectFactoryResult> getSubselectStrategies()
public PriorEvalStrategy[] getPriorStrategies()
public PreviousGetterStrategy[] getPreviousGetterStrategies()
public Collection<StatementAgentInstancePreload> getPreloadList()
public RowRecogPreviousStrategy getRowRecogPreviousStrategy()
public void setStopCallback(AgentInstanceMgmtCallback stopCallback)
public Map<Integer,ExprTableEvalStrategy> getTableAccessStrategies()
public Runnable getPostContextMergeRunnable()
Copyright © 2005–2020. All rights reserved.