Package com.couchbase.client.java.kv
Class GetAnyReplicaOptions
- java.lang.Object
-
- com.couchbase.client.java.CommonOptions<GetAnyReplicaOptions>
-
- com.couchbase.client.java.kv.GetAnyReplicaOptions
-
public class GetAnyReplicaOptions extends CommonOptions<GetAnyReplicaOptions>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classGetAnyReplicaOptions.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 GetAnyReplicaOptions.Builtbuild()static GetAnyReplicaOptionsgetAnyReplicaOptions()Creates a new set ofGetAnyReplicaOptions.GetAnyReplicaOptionstranscoder(Transcoder transcoder)Allows to specify a custom transcoder 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
-
getAnyReplicaOptions
public static GetAnyReplicaOptions getAnyReplicaOptions()
Creates a new set ofGetAnyReplicaOptions.- Returns:
- options to customize.
-
transcoder
public GetAnyReplicaOptions transcoder(Transcoder transcoder)
Allows to specify a custom transcoder that is used to decode the content of the result.- Parameters:
transcoder- the custom transcoder that should be used for decoding.- Returns:
- the
GetOptionsto allow method chaining.
-
build
@Internal public GetAnyReplicaOptions.Built build()
-
-