Package com.couchbase.client.java.kv
Class LookupInAllReplicasOptions
- java.lang.Object
-
- com.couchbase.client.java.CommonOptions<LookupInAllReplicasOptions>
-
- com.couchbase.client.java.kv.LookupInAllReplicasOptions
-
public class LookupInAllReplicasOptions extends CommonOptions<LookupInAllReplicasOptions>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
LookupInAllReplicasOptions.Built
-
Nested classes/interfaces inherited from class com.couchbase.client.java.CommonOptions
CommonOptions.BuiltCommonOptions
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description LookupInAllReplicasOptions.Built
build()
static LookupInAllReplicasOptions
lookupInAllReplicasOptions()
LookupInAllReplicasOptions
serializer(JsonSerializer serializer)
Allows to specify a custom serializer that is used to decode the content of the result.-
Methods inherited from class com.couchbase.client.java.CommonOptions
clientContext, parentSpan, retryStrategy, self, timeout
-
-
-
-
Method Detail
-
lookupInAllReplicasOptions
public static LookupInAllReplicasOptions lookupInAllReplicasOptions()
-
serializer
public LookupInAllReplicasOptions serializer(JsonSerializer serializer)
Allows to specify a custom serializer that is used to decode the content of the result.- Parameters:
serializer
- the custom serializer that should be used for decoding.- Returns:
- the
LookupInAllReplicasOptions
to allow method chaining.
-
build
@Internal public LookupInAllReplicasOptions.Built build()
-
-