Package | Description |
---|---|
com.oracle.bmc.nosql.requests |
Modifier and Type | Method and Description |
---|---|
static GetRowRequest.Consistency |
GetRowRequest.Consistency.create(String key) |
GetRowRequest.Consistency |
GetRowRequest.getConsistency()
Consistency requirement for a read operation.
|
static GetRowRequest.Consistency |
GetRowRequest.Consistency.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GetRowRequest.Consistency[] |
GetRowRequest.Consistency.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
GetRowRequest.Builder |
GetRowRequest.Builder.consistency(GetRowRequest.Consistency consistency)
Consistency requirement for a read operation.
|
Copyright © 2016–2024. All rights reserved.