|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.join.plan.QueryPlanNode
public abstract class QueryPlanNode
Specification node for a query execution plan to be extended by specific execution specification nodes.
Constructor Summary | |
---|---|
QueryPlanNode()
|
Method Summary | |
---|---|
abstract void |
addIndexes(java.util.HashSet<TableLookupIndexReqKey> usedIndexes)
|
abstract ExecNode |
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,
java.util.concurrent.locks.Lock[] tableSecondaryIndexLocks)
Make execution node from this specification. |
protected abstract void |
print(IndentWriter writer)
Print a long readable format of the query node to the supplied PrintWriter. |
static java.lang.String |
print(QueryPlanNode[] planNodeSpecs)
Print in readable format the execution plan spec. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QueryPlanNode()
Method Detail |
---|
public abstract ExecNode 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, java.util.concurrent.locks.Lock[] tableSecondaryIndexLocks)
statementName
- statement namestatementId
- statement idannotations
- annotationsindexesPerStream
- - tables build for each streamstreamTypes
- - event type of each streamstreamViews
- - viewable per stream for access to historical datahistoricalStreamIndexLists
- index management for historical streamsviewExternal
- @return execution node matching spectableSecondaryIndexLocks
- public abstract void addIndexes(java.util.HashSet<TableLookupIndexReqKey> usedIndexes)
protected abstract void print(IndentWriter writer)
writer
- is the indentation writer to print topublic static java.lang.String print(QueryPlanNode[] planNodeSpecs)
planNodeSpecs
- - plans to print
|
© 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 |