Class QueryPlan
java.lang.Object
com.espertech.esper.common.internal.epl.join.queryplan.QueryPlan
Contains the query plan for all streams.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn execution node specs.Return index specs.
-
Field Details
-
EPTYPE
-
-
Constructor Details
-
QueryPlan
Ctor.- Parameters:
indexSpecs
- - specs for indexes to createexecNodeSpecs
- - specs for execution nodes to create
-
-
Method Details
-
getIndexSpecs
Return index specs.- Returns:
- index specs
-
getExecNodeSpecs
Return execution node specs.- Returns:
- execution node specs
-