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

Packages that use QueryExecutionPlan.SourceExecutionPlan
org.xcmis.search.query.plan   
 

Uses of QueryExecutionPlan.SourceExecutionPlan in org.xcmis.search.query.plan
 

Subclasses of QueryExecutionPlan.SourceExecutionPlan in org.xcmis.search.query.plan
static class QueryExecutionPlan.JoinExecutionPlan
          Plan what join two sources.
static class QueryExecutionPlan.SelectorExecutionPlan
          Plan for what accumulate information about source
 

Methods in org.xcmis.search.query.plan that return QueryExecutionPlan.SourceExecutionPlan
 QueryExecutionPlan.SourceExecutionPlan QueryExecutionPlan.JoinExecutionPlan.getLeftPlan()
           
 QueryExecutionPlan.SourceExecutionPlan QueryExecutionPlan.JoinExecutionPlan.getRightPlan()
           
 

Methods in org.xcmis.search.query.plan with parameters of type QueryExecutionPlan.SourceExecutionPlan
 void QueryExecutionPlan.JoinExecutionPlan.setLeftPlan(QueryExecutionPlan.SourceExecutionPlan leftPlan)
           
 void QueryExecutionPlan.JoinExecutionPlan.setRightPlan(QueryExecutionPlan.SourceExecutionPlan rightPlan)
           
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.