com.espertech.esper.epl.join.plan
Class FullTableScanLookupPlan
java.lang.Object
com.espertech.esper.epl.join.plan.TableLookupPlan
com.espertech.esper.epl.join.plan.FullTableScanLookupPlan
public class FullTableScanLookupPlan
- extends TableLookupPlan
Plan for a full table scan.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FullTableScanLookupPlan
public FullTableScanLookupPlan(int lookupStream,
int indexedStream,
TableLookupIndexReqKey indexNum)
- Ctor.
- Parameters:
lookupStream
- - stream that generates event to look up forindexedStream
- - stream to full table scanindexNum
- - index number for the table containing the full unindexed contents
getKeyDescriptor
public TableLookupKeyDesc getKeyDescriptor()
- Specified by:
getKeyDescriptor
in class TableLookupPlan
makeStrategyInternal
public JoinExecTableLookupStrategy makeStrategyInternal(EventTable[] eventTable,
EventType[] eventTypes)
- Specified by:
makeStrategyInternal
in class TableLookupPlan
toString
public java.lang.String toString()
- Overrides:
toString
in class TableLookupPlan