org.xcmis.search.query.plan
Class QueryExecutionPlan.SourceExecutionPlan

java.lang.Object
  extended by org.xcmis.search.query.plan.QueryExecutionPlan
      extended by org.xcmis.search.query.plan.QueryExecutionPlan.SourceExecutionPlan
All Implemented Interfaces:
Iterator<QueryExecutionPlan>
Direct Known Subclasses:
QueryExecutionPlan.JoinExecutionPlan, QueryExecutionPlan.SelectorExecutionPlan
Enclosing class:
QueryExecutionPlan

public abstract static class QueryExecutionPlan.SourceExecutionPlan
extends QueryExecutionPlan

Ancestor for Selector and Join step.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.xcmis.search.query.plan.QueryExecutionPlan
QueryExecutionPlan.JoinExecutionPlan, QueryExecutionPlan.LimitExecutionPlan, QueryExecutionPlan.NestedExecutionPlan, QueryExecutionPlan.ProjectExecutionPlan, QueryExecutionPlan.SelectorExecutionPlan, QueryExecutionPlan.SortExecutionPlan, QueryExecutionPlan.SourceExecutionPlan, QueryExecutionPlan.Type, QueryExecutionPlan.WhereExecutionPlan
 
Constructor Summary
QueryExecutionPlan.SourceExecutionPlan(QueryExecutionPlan.Type type)
           
 
Method Summary
 
Methods inherited from class org.xcmis.search.query.plan.QueryExecutionPlan
addSelector, addSelector, addSelectors, findPlanByType, getRecursiveString, getSelectors, getSize, getType, hasNext, next, remove, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueryExecutionPlan.SourceExecutionPlan

public QueryExecutionPlan.SourceExecutionPlan(QueryExecutionPlan.Type type)
Parameters:
type -


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.