Uses of Interface
net.esper.eql.join.exec.TableLookupStrategy

Packages that use TableLookupStrategy
net.esper.eql.join.exec Inner join execution 
net.esper.eql.join.plan Inner join and outer join query planning 
 

Uses of TableLookupStrategy in net.esper.eql.join.exec
 

Classes in net.esper.eql.join.exec that implement TableLookupStrategy
 class FullTableScanLookupStrategy
          Lookup on an unindexed table returning the full table as matching events.
 class IndexedTableLookupStrategy
          Lookup on an index using a set of properties as key values.
 

Methods in net.esper.eql.join.exec that return TableLookupStrategy
 TableLookupStrategy TableOuterLookupExecNode.getLookupStrategy()
          Returns strategy for lookup.
 TableLookupStrategy TableLookupExecNode.getLookupStrategy()
          Returns strategy for lookup.
 

Constructors in net.esper.eql.join.exec with parameters of type TableLookupStrategy
LookupInstructionExec(int fromStream, String fromStreamName, int[] toStreams, TableLookupStrategy[] lookupStrategies, boolean[] requiredPerStream)
          Ctor.
TableLookupExecNode(int indexedStream, TableLookupStrategy lookupStrategy)
          Ctor.
TableOuterLookupExecNode(int indexedStream, TableLookupStrategy lookupStrategy)
          Ctor.
 

Uses of TableLookupStrategy in net.esper.eql.join.plan
 

Methods in net.esper.eql.join.plan that return TableLookupStrategy
abstract  TableLookupStrategy TableLookupPlan.makeStrategy(EventTable[][] indexesPerStream, EventType[] eventTypes)
          Instantiates the lookup plan into a execution strategy for the lookup.
 TableLookupStrategy IndexedTableLookupPlan.makeStrategy(EventTable[][] indexesPerStream, EventType[] eventTypes)
           
 TableLookupStrategy FullTableScanLookupPlan.makeStrategy(EventTable[][] indexesPerStream, EventType[] eventTypes)
           
 


© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com