Uses of Class
com.couchbase.client.java.kv.CounterResult
Package
Description
Holds all classes that are needed for the Couchbase Java SDK.
-
Uses of CounterResult in com.couchbase.client.java
Modifier 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.Modifier 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.