Uses of Class
com.couchbase.client.java.kv.LookupInAnyReplicaOptions
Package
Description
Holds all classes that are needed for the Couchbase Java SDK.
Namespace for various kv-service related classes.
-
Uses of LookupInAnyReplicaOptions in com.couchbase.client.java
Modifier and TypeMethodDescriptionAsyncCollection.lookupInAnyReplica
(String id, List<LookupInSpec> specs, LookupInAnyReplicaOptions options) Reads all available replicas, and returns the first found.Collection.lookupInAnyReplica
(String id, List<LookupInSpec> lookupInSpecs, LookupInAnyReplicaOptions options) Reads all available replicas, and returns the first found with custom options.ReactiveCollection.lookupInAnyReplica
(String id, List<LookupInSpec> lookupInSpecs, LookupInAnyReplicaOptions options) Reads all available replicas, and returns the first found. -
Uses of LookupInAnyReplicaOptions in com.couchbase.client.java.kv
Modifier and TypeMethodDescriptionstatic LookupInAnyReplicaOptions
LookupInAnyReplicaOptions.lookupInAnyReplicaOptions()
LookupInAnyReplicaOptions.serializer
(JsonSerializer serializer) Allows to specify a custom serializer that is used to decode the content of the result.