java.lang.Object
com.espertech.esper.common.internal.epl.join.queryplan.QueryPlan

public class QueryPlan extends Object
Contains the query plan for all streams.
  • Field Details

  • Constructor Details

    • QueryPlan

      public QueryPlan(QueryPlanIndex[] indexSpecs, QueryPlanNode[] execNodeSpecs)
      Ctor.
      Parameters:
      indexSpecs - - specs for indexes to create
      execNodeSpecs - - specs for execution nodes to create
  • Method Details

    • getIndexSpecs

      public QueryPlanIndex[] getIndexSpecs()
      Return index specs.
      Returns:
      index specs
    • getExecNodeSpecs

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