Uses of Interface
com.couchbase.client.java.codec.Transcoder
Packages that use Transcoder
Package
Description
Utilities and interfaces for encoding and decoding.
Holds classes related to the environment and its configuration.
Namespace for various kv-service related classes.
- 
Uses of Transcoder in com.couchbase.client.java.codecClasses in com.couchbase.client.java.codec that implement TranscoderModifier and TypeClassDescriptionclassclassclassclassclassclassThis transcoder is compatible with the Java SDK 2 "LegacyTranscoder", which makes it usable back to Java SDK 1 as a result.classThis transcoder allows to serialize and deserialize objects if they implement theSerializableinterface.
- 
Uses of Transcoder in com.couchbase.client.java.envMethods in com.couchbase.client.java.env that return TranscoderModifier and TypeMethodDescriptionClusterEnvironment.transcoder()Returns the default transcoder used for all operations if not overridden on a per-operation basis.Methods in com.couchbase.client.java.env with parameters of type TranscoderModifier and TypeMethodDescriptionClusterEnvironment.Builder.transcoder(Transcoder transcoder) Allows to override the default transcoder going to be used for all KV operations.
- 
Uses of Transcoder in com.couchbase.client.java.kvFields in com.couchbase.client.java.kv declared as TranscoderModifier and TypeFieldDescriptionprotected final TranscoderGetResult.transcoderThe default transcoder which should be used.Methods in com.couchbase.client.java.kv that return TranscoderModifier and TypeMethodDescriptionGetAllReplicasOptions.Built.transcoder()GetAndLockOptions.Built.transcoder()GetAndTouchOptions.Built.transcoder()GetAnyReplicaOptions.Built.transcoder()GetOptions.Built.transcoder()InsertOptions.Built.transcoder()ReplaceOptions.Built.transcoder()ScanOptions.Built.transcoder()UpsertOptions.Built.transcoder()Methods in com.couchbase.client.java.kv with parameters of type TranscoderModifier and TypeMethodDescriptionstatic GetReplicaResultGetReplicaResult.from(CoreGetResult get, Transcoder transcoder) static GetReplicaResultGetReplicaResult.from(ReplicaHelper.GetReplicaResponse response, Transcoder transcoder) GetAllReplicasOptions.transcoder(Transcoder transcoder) Allows to specify a custom transcoder that is used to decode the content of the result.GetAndLockOptions.transcoder(Transcoder transcoder) Allows to specify a custom transcoder that is used to decode the content of the result.GetAndTouchOptions.transcoder(Transcoder transcoder) Allows to specify a custom transcoder that is used to decode the content of the result.GetAnyReplicaOptions.transcoder(Transcoder transcoder) Allows to specify a custom transcoder that is used to decode the content of the result.GetOptions.transcoder(Transcoder transcoder) Allows to specify a custom transcoder that is used to decode the content of the result.InsertOptions.transcoder(Transcoder transcoder) Allows to specify a custom transcoder that is used to encode the content of the request.ReplaceOptions.transcoder(Transcoder transcoder) Allows to specify a custom transcoder that is used to encode the content of the request.ScanOptions.transcoder(Transcoder transcoder) Allows to specify a custom transcoder that is used to decode the content of the result.UpsertOptions.transcoder(Transcoder transcoder) Allows to specify a custom transcoder that is used to encode the content of the request.Constructors in com.couchbase.client.java.kv with parameters of type TranscoderModifierConstructorDescriptionGetResult(byte[] content, int flags, long cas, Optional<Instant> expiry, Transcoder transcoder) Creates a newGetResult.GetResult(CoreGetResult core, Transcoder transcoder) ScanResult(boolean idOnly, String id, byte[] content, int flags, long cas, Optional<Instant> expiry, Transcoder transcoder) Creates a newGetResult.
- 
Uses of Transcoder in com.couchbase.client.java.transactionsConstructors in com.couchbase.client.java.transactions with parameters of type TranscoderModifierConstructorDescriptionTransactionGetResult(CoreTransactionGetResult internal, JsonSerializer serializer, Transcoder transcoder) 
- 
Uses of Transcoder in com.couchbase.client.java.transactions.configMethods in com.couchbase.client.java.transactions.config that return TranscoderModifier and TypeMethodDescriptionTransactionGetOptions.Built.transcoder()TransactionGetReplicaFromPreferredServerGroupOptions.Built.transcoder()TransactionInsertOptions.Built.transcoder()TransactionReplaceOptions.Built.transcoder()Methods in com.couchbase.client.java.transactions.config with parameters of type TranscoderModifier and TypeMethodDescriptionTransactionGetOptions.transcoder(Transcoder transcoder) Specify a customTranscoderthat is used to decode the content of the result.TransactionGetReplicaFromPreferredServerGroupOptions.transcoder(Transcoder transcoder) Specify a customTranscoderthat is used to decode the content of the result.TransactionInsertOptions.transcoder(Transcoder transcoder) Specify a customTranscoderthat is used to encode the content.TransactionReplaceOptions.transcoder(Transcoder transcoder) Specify a customTranscoderthat is used to encode the content.
- 
Uses of Transcoder in com.couchbase.client.java.transactions.getmultiMethods in com.couchbase.client.java.transactions.getmulti that return TranscoderModifier and TypeMethodDescription@Nullable TranscoderTransactionGetMultiReplicasFromPreferredServerGroupSpec.transcoder()@Nullable TranscoderTransactionGetMultiSpec.transcoder()Methods in com.couchbase.client.java.transactions.getmulti with parameters of type TranscoderModifier and TypeMethodDescriptionTransactionGetMultiReplicasFromPreferredServerGroupSpec.transcoder(Transcoder transcoder) Provide a transcoder so that e.g. binary documents can be handled.TransactionGetMultiSpec.transcoder(Transcoder transcoder) Provide a transcoder so that e.g. binary documents can be handled.Constructors in com.couchbase.client.java.transactions.getmulti with parameters of type TranscoderModifierConstructorDescriptionTransactionGetMultiReplicasFromPreferredServerGroupSpecResult(TransactionGetMultiReplicasFromPreferredServerGroupSpec spec, Optional<CoreTransactionGetResult> r, JsonSerializer serializer, @Nullable Transcoder transcoder) TransactionGetMultiSpecResult(TransactionGetMultiSpec spec, Optional<CoreTransactionGetResult> r, JsonSerializer serializer, @Nullable Transcoder transcoder) 
- 
Uses of Transcoder in com.couchbase.client.java.transactions.internalMethods in com.couchbase.client.java.transactions.internal with parameters of type TranscoderModifier and TypeMethodDescriptionstatic Transcoder.EncodedValueEncodingUtil.encode(Object content, RequestSpan span, JsonSerializer serializer, Transcoder transcoder, CoreContext coreContext)