Uses of Class
com.oracle.bmc.nosql.requests.GetRowRequest.Consistency
-
Packages that use GetRowRequest.Consistency Package Description com.oracle.bmc.nosql.requests -
-
Uses of GetRowRequest.Consistency in com.oracle.bmc.nosql.requests
Methods in com.oracle.bmc.nosql.requests that return GetRowRequest.Consistency Modifier and Type Method 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.Methods in com.oracle.bmc.nosql.requests with parameters of type GetRowRequest.Consistency Modifier and Type Method Description GetRowRequest.Builder
GetRowRequest.Builder. consistency(GetRowRequest.Consistency consistency)
Consistency requirement for a read operation.
-