Uses of Class
org.modeshape.graph.query.plan.PlanHints

Packages that use PlanHints
org.modeshape.graph The ModeShape Graph API defines the types that allow you to work with content organized as a graph. 
org.modeshape.graph.query The Query API provides a mechanism for building and executing queries. 
org.modeshape.graph.query.optimize This package contains the Optimizer interface, a rule-based optimizer implementation, and library of optimization rules. 
org.modeshape.graph.query.plan This package defines the Planner interface, the CanonicalPlanner implementation, and the PlanNode class that is used to represent a canonical query plan. 
org.modeshape.jcr.query   
org.modeshape.jcr.query.qom   
 

Uses of PlanHints in org.modeshape.graph
 

Methods in org.modeshape.graph with parameters of type PlanHints
 Graph.BuildQuery Graph.BuildQuery.using(PlanHints hints)
          Use the supplied hints when executing the query.
 

Constructors in org.modeshape.graph with parameters of type PlanHints
Graph.GraphQueryContext(Schemata schemata, TypeSystem typeSystem, PlanHints hints, Problems problems, Map<String,Object> variables, Graph.Batch batch)
           
 

Uses of PlanHints in org.modeshape.graph.query
 

Methods in org.modeshape.graph.query that return PlanHints
 PlanHints QueryContext.getHints()
          Get the plan hints.
 

Methods in org.modeshape.graph.query with parameters of type PlanHints
protected  QueryResultColumns QueryEngine.determineQueryResultColumns(PlanNode optimizedPlan, PlanHints hints)
           
 QueryContext QueryContext.with(PlanHints hints)
          Obtain a copy of this context, except that the copy uses the supplied hints.
 

Constructors in org.modeshape.graph.query with parameters of type PlanHints
QueryContext(Schemata schemata, TypeSystem typeSystem, PlanHints hints)
          Create a new context for query execution.
QueryContext(Schemata schemata, TypeSystem typeSystem, PlanHints hints, Problems problems)
          Create a new context for query execution.
QueryContext(Schemata schemata, TypeSystem typeSystem, PlanHints hints, Problems problems, Map<String,Object> variables)
          Create a new context for query execution.
 

Uses of PlanHints in org.modeshape.graph.query.optimize
 

Methods in org.modeshape.graph.query.optimize with parameters of type PlanHints
protected  void RuleBasedOptimizer.populateRuleStack(LinkedList<OptimizerRule> ruleStack, PlanHints hints)
          Method that is used to create the initial rule stack.
 

Uses of PlanHints in org.modeshape.graph.query.plan
 

Methods in org.modeshape.graph.query.plan that return PlanHints
 PlanHints PlanHints.clone()
          
 

Uses of PlanHints in org.modeshape.jcr.query
 

Methods in org.modeshape.jcr.query with parameters of type PlanHints
 QueryResults JcrQueryContext.execute(QueryCommand query, PlanHints hints, Map<String,Object> variables)
           
 

Constructors in org.modeshape.jcr.query with parameters of type PlanHints
JcrQuery(JcrQueryContext context, String statement, String language, QueryCommand query, PlanHints hints, Path storedAtPath)
          Creates a new JCR Query by specifying the query statement itself, the language in which the query is stated, the QueryCommand representation and, optionally, the node from which the query was loaded.
 

Uses of PlanHints in org.modeshape.jcr.query.qom
 

Constructors in org.modeshape.jcr.query.qom with parameters of type PlanHints
JcrQueryObjectModel(JcrQueryContext context, String statement, String language, JcrSelectQuery query, PlanHints hints, Path storedAtPath)
          Creates a new JCR Query by specifying the query statement itself, the language in which the query is stated, the QueryCommand representation and, optionally, the node from which the query was loaded.
JcrSetQueryObjectModel(JcrQueryContext context, String statement, String language, JcrSetQuery query, PlanHints hints, Path storedAtPath)
          Creates a new JCR Query by specifying the query statement itself, the language in which the query is stated, the QueryCommand representation and, optionally, the node from which the query was loaded.
 



Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.