public class QueryHintRegistry extends Object
IHashJoinUtility
implementation classes).Constructor and Description |
---|
QueryHintRegistry() |
Modifier and Type | Method and Description |
---|---|
static void |
add(IQueryHint<?> queryHint)
Register an
IQueryHint . |
static IQueryHint<?> |
get(String name)
Return the
IQueryHint under that name. |
public static final void add(IQueryHint<?> queryHint)
IQueryHint
.The
- query hint.UnsupportedOperationException
- if there is already a FunctionRegistry.Factory
registered for that
URI.public static final IQueryHint<?> get(String name)
IQueryHint
under that name.name
- The name of the IQueryHint
.IQueryHint
-or- null
if there is none
registered for that name.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.