| Package | Description |
|---|---|
| com.couchbase.client.java.query.dsl.path |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
KeysPath |
JoinPath.useHash(HashSide side)
Use hash join hint (Available in Enterprise Edition only)
|
KeysPath |
DefaultJoinPath.useHash(HashSide side) |
| Constructor and Description |
|---|
HashJoinHintElement(HashSide side) |
Copyright © 2015 Couchbase, Inc.