Uses of Interface
com.couchbase.client.core.api.kv.CoreEncodedContent
-
Packages that use CoreEncodedContent Package Description com.couchbase.client.core.api.kv com.couchbase.client.core.classic.kv com.couchbase.client.core.protostellar.kv -
-
Uses of CoreEncodedContent in com.couchbase.client.core.api.kv
Methods in com.couchbase.client.core.api.kv that return CoreEncodedContent Modifier and Type Method Description static CoreEncodedContentCoreEncodedContent. of(byte[] encoded, int flags)Method parameters in com.couchbase.client.core.api.kv with type arguments of type CoreEncodedContent Modifier and Type Method Description CoreAsyncResponse<CoreMutationResult>CoreKvOps. insertAsync(CoreCommonOptions common, String key, Supplier<CoreEncodedContent> content, CoreDurability durability, long expiry)default CoreMutationResultCoreKvOps. insertBlocking(CoreCommonOptions common, String key, Supplier<CoreEncodedContent> content, CoreDurability durability, long expiry)default Mono<CoreMutationResult>CoreKvOps. insertReactive(CoreCommonOptions common, String key, Supplier<CoreEncodedContent> content, CoreDurability durability, long expiry)CoreAsyncResponse<CoreMutationResult>CoreKvOps. replaceAsync(CoreCommonOptions common, String key, Supplier<CoreEncodedContent> content, long cas, CoreDurability durability, long expiry, boolean preserveExpiry)default CoreMutationResultCoreKvOps. replaceBlocking(CoreCommonOptions common, String key, Supplier<CoreEncodedContent> content, long cas, CoreDurability durability, long expiry, boolean preserveExpiry)default Mono<CoreMutationResult>CoreKvOps. replaceReactive(CoreCommonOptions common, String key, Supplier<CoreEncodedContent> content, long cas, CoreDurability durability, long expiry, boolean preserveExpiry)CoreAsyncResponse<CoreMutationResult>CoreKvOps. upsertAsync(CoreCommonOptions common, String key, Supplier<CoreEncodedContent> content, CoreDurability durability, long expiry, boolean preserveExpiry)default CoreMutationResultCoreKvOps. upsertBlocking(CoreCommonOptions common, String key, Supplier<CoreEncodedContent> content, CoreDurability durability, long expiry, boolean preserveExpiry)default Mono<CoreMutationResult>CoreKvOps. upsertReactive(CoreCommonOptions common, String key, Supplier<CoreEncodedContent> content, CoreDurability durability, long expiry, boolean preserveExpiry)static voidCoreKvParamValidators. validateInsertParams(CoreCommonOptions common, String key, Supplier<CoreEncodedContent> content, CoreDurability durability, long expiry)static voidCoreKvParamValidators. validateReplaceParams(CoreCommonOptions common, String key, Supplier<CoreEncodedContent> content, long cas, CoreDurability durability, long expiry, boolean preserveExpiry)static voidCoreKvParamValidators. validateUpsertParams(CoreCommonOptions common, String key, Supplier<CoreEncodedContent> content, CoreDurability durability, long expiry, boolean preserveExpiry) -
Uses of CoreEncodedContent in com.couchbase.client.core.classic.kv
Method parameters in com.couchbase.client.core.classic.kv with type arguments of type CoreEncodedContent Modifier and Type Method Description CoreAsyncResponse<CoreMutationResult>ClassicCoreKvOps. insertAsync(CoreCommonOptions common, String key, Supplier<CoreEncodedContent> content, CoreDurability durability, long expiry)CoreAsyncResponse<CoreMutationResult>ClassicCoreKvOps. replaceAsync(CoreCommonOptions common, String key, Supplier<CoreEncodedContent> content, long cas, CoreDurability durability, long expiry, boolean preserveExpiry)CoreAsyncResponse<CoreMutationResult>ClassicCoreKvOps. upsertAsync(CoreCommonOptions common, String key, Supplier<CoreEncodedContent> content, CoreDurability durability, long expiry, boolean preserveExpiry) -
Uses of CoreEncodedContent in com.couchbase.client.core.protostellar.kv
Method parameters in com.couchbase.client.core.protostellar.kv with type arguments of type CoreEncodedContent Modifier and Type Method Description CoreAsyncResponse<CoreMutationResult>ProtostellarCoreKvOps. insertAsync(CoreCommonOptions common, String key, Supplier<CoreEncodedContent> content, CoreDurability durability, long expiry)CoreMutationResultProtostellarCoreKvOps. insertBlocking(CoreCommonOptions common, String key, Supplier<CoreEncodedContent> content, CoreDurability durability, long expiry)Mono<CoreMutationResult>ProtostellarCoreKvOps. insertReactive(CoreCommonOptions common, String key, Supplier<CoreEncodedContent> content, CoreDurability durability, long expiry)static ProtostellarRequest<com.couchbase.client.protostellar.kv.v1.InsertRequest>CoreProtostellarKeyValueRequests. insertRequest(Core core, CoreKeyspace keyspace, CoreCommonOptions opts, String key, Supplier<CoreEncodedContent> content, CoreDurability durability, long expiry)CoreAsyncResponse<CoreMutationResult>ProtostellarCoreKvOps. replaceAsync(CoreCommonOptions common, String key, Supplier<CoreEncodedContent> content, long cas, CoreDurability durability, long expiry, boolean preserveExpiry)CoreMutationResultProtostellarCoreKvOps. replaceBlocking(CoreCommonOptions common, String key, Supplier<CoreEncodedContent> content, long cas, CoreDurability durability, long expiry, boolean preserveExpiry)Mono<CoreMutationResult>ProtostellarCoreKvOps. replaceReactive(CoreCommonOptions common, String key, Supplier<CoreEncodedContent> content, long cas, CoreDurability durability, long expiry, boolean preserveExpiry)static ProtostellarRequest<com.couchbase.client.protostellar.kv.v1.ReplaceRequest>CoreProtostellarKeyValueRequests. replaceRequest(Core core, CoreKeyspace keyspace, CoreCommonOptions opts, String key, Supplier<CoreEncodedContent> content, long cas, CoreDurability durability, long expiry, boolean preserveExpiry)CoreAsyncResponse<CoreMutationResult>ProtostellarCoreKvOps. upsertAsync(CoreCommonOptions common, String key, Supplier<CoreEncodedContent> content, CoreDurability durability, long expiry, boolean preserveExpiry)CoreMutationResultProtostellarCoreKvOps. upsertBlocking(CoreCommonOptions common, String key, Supplier<CoreEncodedContent> content, CoreDurability durability, long expiry, boolean preserveExpiry)Mono<CoreMutationResult>ProtostellarCoreKvOps. upsertReactive(CoreCommonOptions common, String key, Supplier<CoreEncodedContent> content, CoreDurability durability, long expiry, boolean preserveExpiry)static ProtostellarRequest<com.couchbase.client.protostellar.kv.v1.UpsertRequest>CoreProtostellarKeyValueRequests. upsertRequest(Core core, CoreKeyspace keyspace, CoreCommonOptions opts, String key, Supplier<CoreEncodedContent> content, CoreDurability durability, long expiry, boolean preserveExpiry)
-