Uses of Interface
com.couchbase.client.java.query.dsl.path.KeysPath
| Package | Description |
|---|---|
| com.couchbase.client.java.query.dsl.path |
-
Uses of KeysPath in com.couchbase.client.java.query.dsl.path
Subinterfaces of KeysPath in com.couchbase.client.java.query.dsl.path Modifier and Type Interface Description interfaceAsPath.interfaceHintPathHint clause (especially for specifying indexes to use) after a from clause.interfaceJoinPath.interfaceNestPath.Classes in com.couchbase.client.java.query.dsl.path that implement KeysPath Modifier and Type Class Description classDefaultAsPath.classDefaultHintPathSeeHintPath.classDefaultJoinPath.classDefaultKeysPath.classDefaultNestPath.Methods in com.couchbase.client.java.query.dsl.path that return KeysPath Modifier and Type Method Description KeysPathDefaultNestPath. as(String alias)KeysPathNestPath. as(String alias)KeysPathDefaultJoinPath. useHash(HashSide side)KeysPathJoinPath. useHash(HashSide side)Use hash join hint (Available in Enterprise Edition only)KeysPathDefaultHintPath. useIndex(IndexReference... indexes)KeysPathDefaultHintPath. useIndex(String... indexes)KeysPathHintPath. useIndex(IndexReference... indexes)Hint at what index(es) to use for this query.KeysPathHintPath. useIndex(String... indexes)Hint at what index(es) to use for this query by giving names (will look for default index type).KeysPathDefaultJoinPath. useNestedLoop()KeysPathJoinPath. useNestedLoop()Use nested loop join