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

Packages that use VirtualDWView
com.espertech.esper.core.service Implementation of client package interfaces, glue code 
com.espertech.esper.epl.join.plan Inner join and outer join query planning 
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.service
 

Methods in com.espertech.esper.core.service that return VirtualDWView
 VirtualDWView[] StreamJoinAnalysisResult.getViewExternal()
           
 

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

Methods in com.espertech.esper.epl.join.plan with parameters of type VirtualDWView
 ExecNode TableOuterLookupNode.makeExec(java.lang.String statementName, java.lang.String statementId, java.lang.annotation.Annotation[] annotations, java.util.Map<java.lang.String,EventTable>[] indexesPerStream, EventType[] streamTypes, Viewable[] streamViews, HistoricalStreamIndexList[] historicalStreamIndexLists, VirtualDWView[] viewExternal)
           
 ExecNode TableLookupNode.makeExec(java.lang.String statementName, java.lang.String statementId, java.lang.annotation.Annotation[] annotations, java.util.Map<java.lang.String,EventTable>[] indexesPerStream, EventType[] streamTypes, Viewable[] streamViews, HistoricalStreamIndexList[] historicalStreamIndexLists, VirtualDWView[] viewExternal)
           
 ExecNode QueryPlanNodeNoOp.makeExec(java.lang.String statementName, java.lang.String statementId, java.lang.annotation.Annotation[] annotations, java.util.Map<java.lang.String,EventTable>[] indexesPerStream, EventType[] streamTypes, Viewable[] streamViews, HistoricalStreamIndexList[] historicalStreamIndexLists, VirtualDWView[] viewExternal)
           
abstract  ExecNode QueryPlanNode.makeExec(java.lang.String statementName, java.lang.String statementId, java.lang.annotation.Annotation[] annotations, java.util.Map<java.lang.String,EventTable>[] indexesPerStream, EventType[] streamTypes, Viewable[] streamViews, HistoricalStreamIndexList[] historicalStreamIndexLists, VirtualDWView[] viewExternal)
          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<java.lang.String,EventTable>[] indexPerStream, EventType[] streamTypes, Viewable[] streamViews, HistoricalStreamIndexList[] historicalStreamIndexList, VirtualDWView[] viewExternal)
           
 ExecNode LookupInstructionQueryPlanNode.makeExec(java.lang.String statementName, java.lang.String statementId, java.lang.annotation.Annotation[] annotations, java.util.Map<java.lang.String,EventTable>[] indexesPerStream, EventType[] streamTypes, Viewable[] streamViews, HistoricalStreamIndexList[] historicalStreamIndexLists, VirtualDWView[] viewExternal)
           
 LookupInstructionExec LookupInstructionPlan.makeExec(java.lang.String statementName, java.lang.String statementId, java.lang.annotation.Annotation[] annotations, java.util.Map<java.lang.String,EventTable>[] indexesPerStream, EventType[] streamTypes, Viewable[] streamViews, HistoricalStreamIndexList[] historicalStreamIndexLists, VirtualDWView[] viewExternal)
          Constructs the executable from the plan.
 ExecNode HistoricalDataPlanNode.makeExec(java.lang.String statementName, java.lang.String statementId, java.lang.annotation.Annotation[] annotations, java.util.Map<java.lang.String,EventTable>[] indexesPerStream, EventType[] streamTypes, Viewable[] streamViews, HistoricalStreamIndexList[] historicalStreamIndexLists, VirtualDWView[] viewExternal)
           
 JoinExecTableLookupStrategy TableLookupPlan.makeStrategy(java.lang.String statementName, java.lang.String statementId, java.lang.annotation.Annotation[] accessedByStmtAnnotations, java.util.Map<java.lang.String,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.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
           
 


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