Uses of Enum
com.couchbase.client.java.kv.ReadPreference
-
Uses of ReadPreference in com.couchbase.client.java.kv
Modifier and TypeMethodDescriptionstatic ReadPreference
Returns the enum constant of this type with the specified name.static ReadPreference[]
ReadPreference.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionGetAllReplicasOptions.readPreference
(ReadPreference readPreference) Set a read preference for this operation.GetAnyReplicaOptions.readPreference
(ReadPreference readPreference) Set a read preference for this operation.LookupInAllReplicasOptions.readPreference
(ReadPreference readPreference) Set a read preference for this operation.LookupInAnyReplicaOptions.readPreference
(ReadPreference readPreference) Set a read preference for this operation.