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 interface
AsPath
.interface
HintPath
Hint clause (especially for specifying indexes to use) after a from clause.interface
JoinPath
.interface
NestPath
.Classes in com.couchbase.client.java.query.dsl.path that implement KeysPath Modifier and Type Class Description class
DefaultAsPath
.class
DefaultHintPath
SeeHintPath
.class
DefaultJoinPath
.class
DefaultKeysPath
.class
DefaultNestPath
.Methods in com.couchbase.client.java.query.dsl.path that return KeysPath Modifier and Type Method Description KeysPath
DefaultNestPath. as(String alias)
KeysPath
NestPath. as(String alias)
KeysPath
DefaultJoinPath. useHash(HashSide side)
KeysPath
JoinPath. useHash(HashSide side)
Use hash join hint (Available in Enterprise Edition only)KeysPath
DefaultHintPath. useIndex(IndexReference... indexes)
KeysPath
DefaultHintPath. useIndex(String... indexes)
KeysPath
HintPath. useIndex(IndexReference... indexes)
Hint at what index(es) to use for this query.KeysPath
HintPath. useIndex(String... indexes)
Hint at what index(es) to use for this query by giving names (will look for default index type).KeysPath
DefaultJoinPath. useNestedLoop()
KeysPath
JoinPath. useNestedLoop()
Use nested loop join