|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.join.plan.QueryPlan
public class QueryPlan
Contains the query plan for all streams.
Constructor Summary | |
---|---|
QueryPlan(QueryPlanIndex[] indexSpecs,
QueryPlanNode[] execNodeSpecs)
Ctor. |
Method Summary | |
---|---|
QueryPlanNode[] |
getExecNodeSpecs()
Return execution node specs. |
QueryPlanIndex[] |
getIndexSpecs()
Return index specs. |
java.lang.String |
toQueryPlan()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public QueryPlan(QueryPlanIndex[] indexSpecs, QueryPlanNode[] execNodeSpecs)
indexSpecs
- - specs for indexes to createexecNodeSpecs
- - specs for execution nodes to createMethod Detail |
---|
public QueryPlanIndex[] getIndexSpecs()
public QueryPlanNode[] getExecNodeSpecs()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toQueryPlan()
|
© 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 |