|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.join.plan.LookupInstructionPlan
public class LookupInstructionPlan
Plan for lookup using a from-stream event looking up one or more to-streams using a specified lookup plan for each to-stream.
Constructor Summary | |
---|---|
LookupInstructionPlan(int fromStream,
java.lang.String fromStreamName,
int[] toStreams,
TableLookupPlan[] lookupPlans,
HistoricalDataPlanNode[] historicalPlans,
boolean[] requiredPerStream)
Ctor. |
Method Summary | |
---|---|
void |
addIndexes(java.util.HashSet<TableLookupIndexReqKey> usedIndexes)
|
int |
getFromStream()
|
java.lang.String |
getFromStreamName()
|
HistoricalDataPlanNode[] |
getHistoricalPlans()
|
TableLookupPlan[] |
getLookupPlans()
|
boolean[] |
getRequiredPerStream()
|
int[] |
getToStreams()
|
LookupInstructionExec |
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. |
void |
print(IndentWriter writer)
Output the planned instruction. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LookupInstructionPlan(int fromStream, java.lang.String fromStreamName, int[] toStreams, TableLookupPlan[] lookupPlans, HistoricalDataPlanNode[] historicalPlans, boolean[] requiredPerStream)
fromStream
- - the stream supplying the lookup eventfromStreamName
- - the stream name supplying the lookup eventtoStreams
- - the set of streams to look up inlookupPlans
- - the plan to use for each stream to look up inrequiredPerStream
- - indicates which of the lookup streams are required to build a result and which are nothistoricalPlans
- - plans for use with historical streamsMethod Detail |
---|
public LookupInstructionExec 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)
statementName
- statementId
- annotations
- indexesPerStream
- is the index objects for use in lookupsstreamTypes
- is the types of each streamstreamViews
- the viewable representing each streamhistoricalStreamIndexLists
- index management for historical streams @return executable instructionpublic void print(IndentWriter writer)
writer
- to output topublic void addIndexes(java.util.HashSet<TableLookupIndexReqKey> usedIndexes)
public int getFromStream()
public java.lang.String getFromStreamName()
public int[] getToStreams()
public TableLookupPlan[] getLookupPlans()
public boolean[] getRequiredPerStream()
public HistoricalDataPlanNode[] getHistoricalPlans()
|
© 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 |