Uses of Interface
com.bigdata.rdf.sparql.ast.hints.IQueryHint

Packages that use IQueryHint
com.bigdata.rdf.sparql.ast.hints Query hints are specified at the SPARQL layer using magic predicates. 
 

Uses of IQueryHint in com.bigdata.rdf.sparql.ast.hints
 

Classes in com.bigdata.rdf.sparql.ast.hints that implement IQueryHint
 class AbstractChunkSizeHint
           
 

Methods in com.bigdata.rdf.sparql.ast.hints that return IQueryHint
static IQueryHint<?> QueryHintRegistry.get(String name)
          Return the IQueryHint under that name.
 

Methods in com.bigdata.rdf.sparql.ast.hints with parameters of type IQueryHint
static void QueryHintRegistry.add(IQueryHint<?> queryHint)
          Register an IQueryHint.
 



Copyright © 2006-2012 SYSTAP, LLC. All Rights Reserved.