Uses of Class
com.couchbase.client.java.kv.ReplicaMode
-
Packages that use ReplicaMode Package Description com.couchbase.client.java.kv Namespace for various kv-service related classes. -
-
Uses of ReplicaMode in com.couchbase.client.java.kv
Methods in com.couchbase.client.java.kv that return ReplicaMode Modifier and Type Method Description ReplicaMode
GetFromReplicaOptions.Built. replicaMode()
static ReplicaMode
ReplicaMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ReplicaMode[]
ReplicaMode. 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 ReplicaMode Modifier and Type Method Description GetFromReplicaOptions
GetFromReplicaOptions. replicaMode(ReplicaMode replicaMode)
-