Interface VirtualDWView
- All Known Implementing Classes:
VirtualDWViewImpl
public interface VirtualDWView
-
Method Summary
Modifier and TypeMethodDescriptionvoid
destroy()
getFireAndForgetData
(EventTable eventTable, Object[] keyValues, RangeIndexLookupValue[] rangeValues, Annotation[] annotations) getJoinLookupStrategy
(TableLookupPlan tableLookupPlan, AgentInstanceContext agentInstanceContext, EventTable[] eventTables, int lookupStream) getSubordinateLookupStrategy
(SubordTableLookupStrategyFactoryVDW subordTableFactory, ExprEvaluatorContext exprEvaluatorContext) void
handleDestroy
(int agentInstanceId) void
handleStartIndex
(String indexName, QueryPlanIndexItem explicitIndexDesc) void
handleStopIndex
(String indexName, QueryPlanIndexItem explicitIndexDesc)
-
Method Details
-
getVirtualDataWindow
VirtualDataWindow getVirtualDataWindow() -
getEventType
EventType getEventType() -
getSubordinateLookupStrategy
SubordTableLookupStrategy getSubordinateLookupStrategy(SubordTableLookupStrategyFactoryVDW subordTableFactory, ExprEvaluatorContext exprEvaluatorContext) -
getJoinLookupStrategy
JoinExecTableLookupStrategy getJoinLookupStrategy(TableLookupPlan tableLookupPlan, AgentInstanceContext agentInstanceContext, EventTable[] eventTables, int lookupStream) -
getFireAndForgetData
Collection<EventBean> getFireAndForgetData(EventTable eventTable, Object[] keyValues, RangeIndexLookupValue[] rangeValues, Annotation[] annotations) -
handleStopIndex
-
handleStartIndex
-
handleDestroy
void handleDestroy(int agentInstanceId) -
destroy
void destroy()
-