Uses of Interface
com.espertech.esper.epl.virtualdw.VirtualDWView

Packages that use VirtualDWView
com.espertech.esper.core.start Classes related to start and stop of statements 
com.espertech.esper.epl.fafquery Fire-and-forget query execution planning. 
com.espertech.esper.epl.join.plan Inner join and outer join query planning 
com.espertech.esper.epl.lookup Subquery execution strategies and lookup indexes 
com.espertech.esper.epl.named Named window classes are in this package 
com.espertech.esper.epl.virtualdw Virtual data window. 
 

Uses of VirtualDWView in com.espertech.esper.core.start
 

Methods in com.espertech.esper.core.start that return VirtualDWView
 VirtualDWView FireAndForgetInstanceTable.getVirtualDataWindow()
           
 VirtualDWView FireAndForgetInstanceNamedWindow.getVirtualDataWindow()
           
abstract  VirtualDWView FireAndForgetInstance.getVirtualDataWindow()
           
 

Uses of VirtualDWView in com.espertech.esper.epl.fafquery
 

Methods in com.espertech.esper.epl.fafquery with parameters of type VirtualDWView
static java.util.Collection<EventBean> FireAndForgetQueryExec.snapshot(FilterSpecCompiled optionalFilter, java.lang.annotation.Annotation[] annotations, VirtualDWView virtualDataWindow, EventTableIndexRepository indexRepository, boolean queryPlanLogging, org.apache.commons.logging.Log queryPlanLogDestination, java.lang.String objectName, AgentInstanceContext agentInstanceContext)
           
 

Uses of VirtualDWView in com.espertech.esper.epl.join.plan
 

Methods in com.espertech.esper.epl.join.plan with parameters of type VirtualDWView
 LookupInstructionExec LookupInstructionPlan.makeExec(java.lang.String statementName, java.lang.String statementId, java.lang.annotation.Annotation[] annotations, java.util.Map<TableLookupIndexReqKey,EventTable>[] indexesPerStream, EventType[] streamTypes, Viewable[] streamViews, HistoricalStreamIndexList[] historicalStreamIndexLists, VirtualDWView[] viewExternal)
          Constructs the executable from the plan.
 ExecNode TableOuterLookupNode.makeExec(java.lang.String statementName, java.lang.String statementId, java.lang.annotation.Annotation[] annotations, java.util.Map<TableLookupIndexReqKey,EventTable>[] indexesPerStream, EventType[] streamTypes, Viewable[] streamViews, HistoricalStreamIndexList[] historicalStreamIndexLists, VirtualDWView[] viewExternal, java.util.concurrent.locks.Lock[] tableSecondaryIndexLocks)
           
 ExecNode TableLookupNode.makeExec(java.lang.String statementName, java.lang.String statementId, java.lang.annotation.Annotation[] annotations, java.util.Map<TableLookupIndexReqKey,EventTable>[] indexesPerStream, EventType[] streamTypes, Viewable[] streamViews, HistoricalStreamIndexList[] historicalStreamIndexLists, VirtualDWView[] viewExternal, java.util.concurrent.locks.Lock[] tableSecondaryIndexLocks)
           
 ExecNode QueryPlanNodeNoOp.makeExec(java.lang.String statementName, java.lang.String statementId, java.lang.annotation.Annotation[] annotations, java.util.Map<TableLookupIndexReqKey,EventTable>[] indexesPerStream, EventType[] streamTypes, Viewable[] streamViews, HistoricalStreamIndexList[] historicalStreamIndexLists, VirtualDWView[] viewExternal, java.util.concurrent.locks.Lock[] tableSecondaryIndexLocks)
           
abstract  ExecNode QueryPlanNode.makeExec(java.lang.String statementName, java.lang.String statementId, java.lang.annotation.Annotation[] annotations, java.util.Map<TableLookupIndexReqKey,EventTable>[] indexesPerStream, EventType[] streamTypes, Viewable[] streamViews, HistoricalStreamIndexList[] historicalStreamIndexLists, VirtualDWView[] viewExternal, java.util.concurrent.locks.Lock[] tableSecondaryIndexLocks)
          Make execution node from this specification.
 ExecNode NestedIterationNode.makeExec(java.lang.String statementName, java.lang.String statementId, java.lang.annotation.Annotation[] annotations, java.util.Map<TableLookupIndexReqKey,EventTable>[] indexPerStream, EventType[] streamTypes, Viewable[] streamViews, HistoricalStreamIndexList[] historicalStreamIndexList, VirtualDWView[] viewExternal, java.util.concurrent.locks.Lock[] tableSecondaryIndexLocks)
           
 ExecNode LookupInstructionQueryPlanNode.makeExec(java.lang.String statementName, java.lang.String statementId, java.lang.annotation.Annotation[] annotations, java.util.Map<TableLookupIndexReqKey,EventTable>[] indexesPerStream, EventType[] streamTypes, Viewable[] streamViews, HistoricalStreamIndexList[] historicalStreamIndexLists, VirtualDWView[] viewExternal, java.util.concurrent.locks.Lock[] tableSecondaryIndexLocks)
           
 ExecNode HistoricalDataPlanNode.makeExec(java.lang.String statementName, java.lang.String statementId, java.lang.annotation.Annotation[] annotations, java.util.Map<TableLookupIndexReqKey,EventTable>[] indexesPerStream, EventType[] streamTypes, Viewable[] streamViews, HistoricalStreamIndexList[] historicalStreamIndexLists, VirtualDWView[] viewExternal, java.util.concurrent.locks.Lock[] tableSecondaryIndexLocks)
           
 JoinExecTableLookupStrategy TableLookupPlan.makeStrategy(java.lang.String statementName, java.lang.String statementId, java.lang.annotation.Annotation[] accessedByStmtAnnotations, java.util.Map<TableLookupIndexReqKey,EventTable>[] indexesPerStream, EventType[] eventTypes, VirtualDWView[] viewExternals)
          Instantiates the lookup plan into a execution strategy for the lookup.
 

Uses of VirtualDWView in com.espertech.esper.epl.lookup
 

Methods in com.espertech.esper.epl.lookup with parameters of type VirtualDWView
 SubordTableLookupStrategy SubordTableLookupStrategyFactoryVDW.makeStrategy(EventTable[] eventTable, VirtualDWView vdw)
           
 SubordTableLookupStrategy SubordTableLookupStrategyFactory.makeStrategy(EventTable[] eventTable, VirtualDWView vdw)
           
 SubordTableLookupStrategy SubordSortedTableLookupStrategyFactory.makeStrategy(EventTable[] eventTable, VirtualDWView vdw)
           
 SubordTableLookupStrategy SubordInKeywordSingleTableLookupStrategyFactory.makeStrategy(EventTable[] eventTable, VirtualDWView vdw)
           
 SubordTableLookupStrategy SubordInKeywordMultiTableLookupStrategyFactory.makeStrategy(EventTable[] eventTable, VirtualDWView vdw)
           
 SubordTableLookupStrategy SubordIndexedTableLookupStrategySinglePropFactory.makeStrategy(EventTable[] eventTable, VirtualDWView vdw)
           
 SubordTableLookupStrategy SubordIndexedTableLookupStrategySingleExprFactory.makeStrategy(EventTable[] eventTable, VirtualDWView vdw)
           
 SubordTableLookupStrategy SubordIndexedTableLookupStrategySingleCoercingFactory.makeStrategy(EventTable[] eventTable, VirtualDWView vdw)
           
 SubordTableLookupStrategy SubordIndexedTableLookupStrategyPropFactory.makeStrategy(EventTable[] eventTable, VirtualDWView vdw)
           
 SubordTableLookupStrategy SubordIndexedTableLookupStrategyExprFactory.makeStrategy(EventTable[] eventTable, VirtualDWView vdw)
           
 SubordTableLookupStrategy SubordIndexedTableLookupStrategyCoercingFactory.makeStrategy(EventTable[] eventTable, VirtualDWView vdw)
           
 SubordFullTableScanLookupStrategy SubordFullTableScanLookupStrategyFactory.makeStrategy(EventTable[] eventTable, VirtualDWView vdw)
           
 SubordTableLookupStrategy SubordCompositeTableLookupStrategyFactory.makeStrategy(EventTable[] eventTable, VirtualDWView vdw)
           
 SubordWMatchExprLookupStrategy SubordWMatchExprLookupStrategyFactoryIndexedUnfiltered.realize(EventTable[] indexes, AgentInstanceContext agentInstanceContext, java.lang.Iterable<EventBean> scanIterable, VirtualDWView virtualDataWindow)
           
 SubordWMatchExprLookupStrategy SubordWMatchExprLookupStrategyFactoryIndexedFiltered.realize(EventTable[] indexes, AgentInstanceContext agentInstanceContext, java.lang.Iterable<EventBean> scanIterable, VirtualDWView virtualDataWindow)
           
 SubordWMatchExprLookupStrategy SubordWMatchExprLookupStrategyFactoryAllUnfiltered.realize(EventTable[] indexes, AgentInstanceContext agentInstanceContext, java.lang.Iterable<EventBean> scanIterable, VirtualDWView virtualDataWindow)
           
 SubordWMatchExprLookupStrategy SubordWMatchExprLookupStrategyFactoryAllFiltered.realize(EventTable[] indexes, AgentInstanceContext agentInstanceContext, java.lang.Iterable<EventBean> scanIterable, VirtualDWView virtualDataWindow)
           
 SubordWMatchExprLookupStrategy SubordWMatchExprLookupStrategyFactory.realize(EventTable[] indexes, AgentInstanceContext agentInstanceContext, java.lang.Iterable<EventBean> scanIterable, VirtualDWView virtualDataWindow)
           
 

Uses of VirtualDWView in com.espertech.esper.epl.named
 

Methods in com.espertech.esper.epl.named that return VirtualDWView
 VirtualDWView NamedWindowRootViewInstance.getVirtualDataWindow()
           
 

Uses of VirtualDWView in com.espertech.esper.epl.virtualdw
 

Classes in com.espertech.esper.epl.virtualdw that implement VirtualDWView
 class VirtualDWViewImpl
           
 

Methods in com.espertech.esper.epl.virtualdw that return VirtualDWView
 VirtualDWView VirtualDWViewProviderForAgentInstance.getView(AgentInstanceContext agentInstanceContext)
           
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com