com.espertech.esper.epl.join.plan
Class QueryPlan

java.lang.Object
  extended by com.espertech.esper.epl.join.plan.QueryPlan

public class QueryPlan
extends java.lang.Object

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

QueryPlan

public QueryPlan(QueryPlanIndex[] indexSpecs,
                 QueryPlanNode[] execNodeSpecs)
Ctor.

Parameters:
indexSpecs - - specs for indexes to create
execNodeSpecs - - specs for execution nodes to create
Method Detail

getIndexSpecs

public QueryPlanIndex[] getIndexSpecs()
Return index specs.

Returns:
index specs

getExecNodeSpecs

public QueryPlanNode[] getExecNodeSpecs()
Return execution node specs.

Returns:
execution node specs

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toQueryPlan

public java.lang.String toQueryPlan()

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com