Uses of Class
com.couchbase.client.java.kv.CounterResult
Packages that use CounterResult
Package
Description
Holds all classes that are needed for the Couchbase Java SDK.
Namespace for various kv-service related classes.
-
Uses of CounterResult in com.couchbase.client.java
Methods in com.couchbase.client.java that return CounterResultModifier and TypeMethodDescriptionDecrements the counter document by one.BinaryCollection.decrement
(String id, DecrementOptions options) Decrements the counter document by one or the number defined in the options.Increments the counter document by one.BinaryCollection.increment
(String id, IncrementOptions options) Increments the counter document by one or the number defined in the options.Methods in com.couchbase.client.java that return types with arguments of type CounterResultModifier and TypeMethodDescriptionDecrements the counter document by one.AsyncBinaryCollection.decrement
(String id, DecrementOptions options) Decrements the counter document by one or the number defined in the options.Decrements the counter document by one.ReactiveBinaryCollection.decrement
(String id, DecrementOptions options) Decrements the counter document by one or the number defined in the options.Increments the counter document by one.AsyncBinaryCollection.increment
(String id, IncrementOptions options) Increments the counter document by one or the number defined in the options.Increments the counter document by one.ReactiveBinaryCollection.increment
(String id, IncrementOptions options) Increments the counter document by one or the number defined in the options. -
Uses of CounterResult in com.couchbase.client.java.kv
Methods in com.couchbase.client.java.kv that return types with arguments of type CounterResultModifier and TypeMethodDescriptionstatic CompletableFuture<CounterResult>
CounterAccessor.decrement
(Core core, DecrementRequest request, String key, PersistTo persistTo, ReplicateTo replicateTo) static CompletableFuture<CounterResult>
CounterAccessor.increment
(Core core, IncrementRequest request, String key, PersistTo persistTo, ReplicateTo replicateTo)