public interface VirtualDWView
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
EventType |
getEventType() |
Collection<EventBean> |
getFireAndForgetData(EventTable eventTable,
Object[] keyValues,
RangeIndexLookupValue[] rangeValues,
Annotation[] annotations) |
JoinExecTableLookupStrategy |
getJoinLookupStrategy(TableLookupPlan tableLookupPlan,
AgentInstanceContext agentInstanceContext,
EventTable[] eventTables,
int lookupStream) |
SubordTableLookupStrategy |
getSubordinateLookupStrategy(SubordTableLookupStrategyFactoryVDW subordTableFactory,
AgentInstanceContext agentInstanceContext) |
VirtualDataWindow |
getVirtualDataWindow() |
void |
handleDestroy(int agentInstanceId) |
void |
handleStartIndex(String indexName,
QueryPlanIndexItem explicitIndexDesc) |
void |
handleStopIndex(String indexName,
QueryPlanIndexItem explicitIndexDesc) |
VirtualDataWindow getVirtualDataWindow()
EventType getEventType()
SubordTableLookupStrategy getSubordinateLookupStrategy(SubordTableLookupStrategyFactoryVDW subordTableFactory, AgentInstanceContext agentInstanceContext)
JoinExecTableLookupStrategy getJoinLookupStrategy(TableLookupPlan tableLookupPlan, AgentInstanceContext agentInstanceContext, EventTable[] eventTables, int lookupStream)
Collection<EventBean> getFireAndForgetData(EventTable eventTable, Object[] keyValues, RangeIndexLookupValue[] rangeValues, Annotation[] annotations)
void handleStopIndex(String indexName, QueryPlanIndexItem explicitIndexDesc)
void handleStartIndex(String indexName, QueryPlanIndexItem explicitIndexDesc)
void handleDestroy(int agentInstanceId)
void destroy()
Copyright © 2005–2018. All rights reserved.