Class DefaultHintPath
java.lang.Object
com.couchbase.client.java.query.dsl.path.AbstractPath
com.couchbase.client.java.query.dsl.path.DefaultOffsetPath
com.couchbase.client.java.query.dsl.path.DefaultLimitPath
com.couchbase.client.java.query.dsl.path.DefaultOrderByPath
com.couchbase.client.java.query.dsl.path.DefaultSelectResultPath
com.couchbase.client.java.query.dsl.path.DefaultGroupByPath
com.couchbase.client.java.query.dsl.path.DefaultWherePath
com.couchbase.client.java.query.dsl.path.DefaultLetPath
com.couchbase.client.java.query.dsl.path.DefaultKeysPath
com.couchbase.client.java.query.dsl.path.DefaultHintPath
- All Implemented Interfaces:
GroupByPath
,HintPath
,KeysPath
,LetPath
,LimitPath
,OffsetPath
,OrderByPath
,Path
,SelectResultPath
,WherePath
,Statement
- Direct Known Subclasses:
DefaultAsPath
@Experimental @Public public class DefaultHintPath extends DefaultKeysPath implements HintPath
See
HintPath
.- Since:
- 2.2
- Author:
- Simon Baslé
-
Constructor Summary
Constructors Constructor Description DefaultHintPath(AbstractPath parent)
-
Method Summary
Methods inherited from class com.couchbase.client.java.query.dsl.path.DefaultKeysPath
on, onKeys, onKeys, onKeys, onKeysValues, useKeys, useKeys, useKeys, useKeysValues
Methods inherited from class com.couchbase.client.java.query.dsl.path.DefaultLetPath
innerJoin, innerJoin, innerNest, innerNest, innerUnnest, innerUnnest, join, join, leftJoin, leftJoin, leftNest, leftNest, leftOuterJoin, leftOuterJoin, leftOuterNest, leftOuterNest, leftOuterUnnest, leftOuterUnnest, leftUnnest, leftUnnest, let, nest, nest, unnest, unnest
Methods inherited from class com.couchbase.client.java.query.dsl.path.DefaultWherePath
where, where
Methods inherited from class com.couchbase.client.java.query.dsl.path.DefaultGroupByPath
groupBy, groupBy
Methods inherited from class com.couchbase.client.java.query.dsl.path.DefaultSelectResultPath
except, except, exceptAll, exceptAll, intersect, intersect, intersectAll, intersectAll, union, union, unionAll, unionAll
Methods inherited from class com.couchbase.client.java.query.dsl.path.DefaultOrderByPath
orderBy
Methods inherited from class com.couchbase.client.java.query.dsl.path.DefaultLimitPath
limit
Methods inherited from class com.couchbase.client.java.query.dsl.path.DefaultOffsetPath
offset
Methods inherited from class com.couchbase.client.java.query.dsl.path.AbstractPath
element, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.couchbase.client.java.query.dsl.path.GroupByPath
groupBy, groupBy
Methods inherited from interface com.couchbase.client.java.query.dsl.path.KeysPath
on, onKeys, onKeys, onKeys, onKeysValues, useKeys, useKeys, useKeys, useKeysValues
Methods inherited from interface com.couchbase.client.java.query.dsl.path.LetPath
innerJoin, innerJoin, innerNest, innerNest, innerUnnest, innerUnnest, join, join, leftJoin, leftJoin, leftNest, leftNest, leftOuterJoin, leftOuterJoin, leftOuterNest, leftOuterNest, leftOuterUnnest, leftOuterUnnest, leftUnnest, leftUnnest, let, nest, nest, unnest, unnest
Methods inherited from interface com.couchbase.client.java.query.dsl.path.OffsetPath
offset
Methods inherited from interface com.couchbase.client.java.query.dsl.path.OrderByPath
orderBy
Methods inherited from interface com.couchbase.client.java.query.dsl.path.SelectResultPath
except, except, exceptAll, exceptAll, intersect, intersect, intersectAll, intersectAll, union, union, unionAll, unionAll
-
Constructor Details
-
DefaultHintPath
-
-
Method Details
-
useIndex
Description copied from interface:HintPath
Hint at what index(es) to use for this query. UseIndexReference
's factory methods. -
useIndex
Description copied from interface:HintPath
Hint at what index(es) to use for this query by giving names (will look for default index type). The index names will be escaped.
-