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.
-
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.