|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.join.plan.TableLookupPlan
public abstract class TableLookupPlan
Abstract specification on how to perform a table lookup.
Constructor Summary | |
---|---|
protected |
TableLookupPlan(int lookupStream,
int indexedStream,
TableLookupIndexReqKey[] indexNum)
Ctor. |
Method Summary | |
---|---|
int |
getIndexedStream()
Returns indexed stream. |
TableLookupIndexReqKey[] |
getIndexNum()
Returns index number to use for looking up in. |
abstract TableLookupKeyDesc |
getKeyDescriptor()
|
int |
getLookupStream()
Returns the lookup stream. |
JoinExecTableLookupStrategy |
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. |
abstract JoinExecTableLookupStrategy |
makeStrategyInternal(EventTable[] eventTable,
EventType[] eventTypes)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected TableLookupPlan(int lookupStream, int indexedStream, TableLookupIndexReqKey[] indexNum)
lookupStream
- - stream number of stream that supplies event to be used to look upindexedStream
- - - stream number of stream that is being access via index/tableindexNum
- - index to use for lookupMethod Detail |
---|
public abstract JoinExecTableLookupStrategy makeStrategyInternal(EventTable[] eventTable, EventType[] eventTypes)
public abstract TableLookupKeyDesc getKeyDescriptor()
public final JoinExecTableLookupStrategy makeStrategy(java.lang.String statementName, java.lang.String statementId, java.lang.annotation.Annotation[] accessedByStmtAnnotations, java.util.Map<TableLookupIndexReqKey,EventTable>[] indexesPerStream, EventType[] eventTypes, VirtualDWView[] viewExternals)
indexesPerStream
- - tables for each streameventTypes
- - types of events in stream
public int getLookupStream()
public int getIndexedStream()
public TableLookupIndexReqKey[] getIndexNum()
public java.lang.String toString()
toString
in class java.lang.Object
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |