|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueryExecutionPlan.Type | |
|---|---|
| org.xcmis.search.query.plan | |
| Uses of QueryExecutionPlan.Type in org.xcmis.search.query.plan |
|---|
| Methods in org.xcmis.search.query.plan that return QueryExecutionPlan.Type | |
|---|---|
static QueryExecutionPlan.Type |
QueryExecutionPlan.Type.forSymbol(String symbol)
Attempt to find the Type given a symbol. |
QueryExecutionPlan.Type |
QueryExecutionPlan.getType()
|
static QueryExecutionPlan.Type |
QueryExecutionPlan.Type.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static QueryExecutionPlan.Type[] |
QueryExecutionPlan.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.xcmis.search.query.plan with parameters of type QueryExecutionPlan.Type | |
|---|---|
QueryExecutionPlan |
QueryExecutionPlan.findPlanByType(QueryExecutionPlan.Type type)
Return plan by type |
QueryExecutionPlan |
QueryExecutionPlan.NestedExecutionPlan.findPlanByType(QueryExecutionPlan.Type type)
|
| Constructors in org.xcmis.search.query.plan with parameters of type QueryExecutionPlan.Type | |
|---|---|
QueryExecutionPlan.NestedExecutionPlan(QueryExecutionPlan.Type type)
|
|
QueryExecutionPlan.NestedExecutionPlan(QueryExecutionPlan.Type type,
QueryExecutionPlan childPlan)
|
|
QueryExecutionPlan.SourceExecutionPlan(QueryExecutionPlan.Type type)
|
|
QueryExecutionPlan(QueryExecutionPlan.Type type)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||