Uses of Class
com.couchbase.client.java.kv.ReplicateTo
-
Packages that use ReplicateTo Package Description com.couchbase.client.java.kv Namespace for various kv-service related classes. -
-
Uses of ReplicateTo in com.couchbase.client.java.kv
Methods in com.couchbase.client.java.kv that return ReplicateTo Modifier and Type Method Description ReplicateToCommonDurabilityOptions.BuiltCommonDurabilityOptions. replicateTo()Returns the replication durability setting if provided.static ReplicateToReplicateTo. valueOf(String name)Returns the enum constant of this type with the specified name.static ReplicateTo[]ReplicateTo. 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 ReplicateTo Modifier and Type Method Description SELFCommonDurabilityOptions. durability(PersistTo persistTo, ReplicateTo replicateTo)Allows to customize the poll-based durability requirements for this operation.static <T extends MutationResult>
CompletableFuture<T>DurabilityUtils. wrapWithDurability(CompletableFuture<T> input, String key, PersistTo persistTo, ReplicateTo replicateTo, Core core, KeyValueRequest<?> request, boolean remove)Helper method to wrap a mutation result to perform durability requirements if needed.
-