Uses of Class
com.couchbase.client.java.query.dsl.path.HashSide
Package | Description |
---|---|
com.couchbase.client.java.query.dsl.path |
-
Uses of HashSide in com.couchbase.client.java.query.dsl.path
Methods in com.couchbase.client.java.query.dsl.path that return HashSide Modifier and Type Method Description static HashSide
HashSide. valueOf(String name)
Returns the enum constant of this type with the specified name.static HashSide[]
HashSide. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.couchbase.client.java.query.dsl.path with parameters of type HashSide Modifier and Type Method Description KeysPath
DefaultJoinPath. useHash(HashSide side)
KeysPath
JoinPath. useHash(HashSide side)
Use hash join hint (Available in Enterprise Edition only)Constructors in com.couchbase.client.java.query.dsl.path with parameters of type HashSide Constructor Description HashJoinHintElement(HashSide side)