Uses of Enum
com.couchbase.client.java.kv.ReadPreference
Packages that use ReadPreference
-
Uses of ReadPreference in com.couchbase.client.java.kv
Methods in com.couchbase.client.java.kv that return ReadPreferenceModifier 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.Methods in com.couchbase.client.java.kv with parameters of type ReadPreferenceModifier 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.