| Package | Description |
|---|---|
| com.couchbase.client.core.api.kv | |
| com.couchbase.client.core.classic.kv | |
| com.couchbase.client.core.msg.kv | |
| com.couchbase.client.core.protostellar.kv |
| Modifier and Type | Method and Description |
|---|---|
static CoreStoreSemantics |
CoreStoreSemantics.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoreStoreSemantics[] |
CoreStoreSemantics.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CoreAsyncResponse<CoreSubdocMutateResult> |
CoreKvOps.subdocMutateAsync(CoreCommonOptions common,
String key,
Supplier<List<CoreSubdocMutateCommand>> commands,
CoreStoreSemantics storeSemantics,
long cas,
CoreDurability durability,
CoreExpiry expiry,
boolean preserveExpiry,
boolean accessDeleted,
boolean createAsDeleted) |
default CoreSubdocMutateResult |
CoreKvOps.subdocMutateBlocking(CoreCommonOptions common,
String key,
Supplier<List<CoreSubdocMutateCommand>> commands,
CoreStoreSemantics storeSemantics,
long cas,
CoreDurability durability,
CoreExpiry expiry,
boolean preserveExpiry,
boolean accessDeleted,
boolean createAsDeleted) |
default Mono<CoreSubdocMutateResult> |
CoreKvOps.subdocMutateReactive(CoreCommonOptions common,
String key,
Supplier<List<CoreSubdocMutateCommand>> commands,
CoreStoreSemantics storeSemantics,
long cas,
CoreDurability durability,
CoreExpiry expiry,
boolean preserveExpiry,
boolean accessDeleted,
boolean createAsDeleted) |
static void |
CoreKvParamValidators.validateSubdocMutateParams(CoreCommonOptions common,
String key,
CoreStoreSemantics storeSemantics,
long cas) |
| Modifier and Type | Method and Description |
|---|---|
CoreAsyncResponse<CoreSubdocMutateResult> |
ClassicCoreKvOps.subdocMutateAsync(CoreCommonOptions common,
String key,
Supplier<List<CoreSubdocMutateCommand>> commands,
CoreStoreSemantics storeSemantics,
long cas,
CoreDurability durability,
CoreExpiry expiry,
boolean preserveExpiry,
boolean accessDeleted,
boolean createAsDeleted) |
| Constructor and Description |
|---|
SubdocMutateRequest(Duration timeout,
CoreContext ctx,
CollectionIdentifier collectionIdentifier,
BucketConfig bucketConfig,
RetryStrategy retryStrategy,
String key,
CoreStoreSemantics storeSemantics,
boolean accessDeleted,
boolean createAsDeleted,
List<CoreSubdocMutateCommand> commands,
long expiration,
boolean preserveExpiry,
long cas,
Optional<DurabilityLevel> syncReplicationType,
RequestSpan span) |
| Modifier and Type | Method and Description |
|---|---|
static ProtostellarRequest<com.couchbase.client.protostellar.kv.v1.MutateInRequest> |
CoreProtostellarKeyValueRequests.mutateInRequest(CoreProtostellar core,
CoreKeyspace keyspace,
CoreCommonOptions opts,
String key,
List<CoreSubdocMutateCommand> commands,
CoreStoreSemantics storeSemantics,
long cas,
CoreDurability durability,
CoreExpiry expiry,
boolean preserveExpiry,
boolean accessDeleted,
boolean createAsDeleted) |
CoreAsyncResponse<CoreSubdocMutateResult> |
ProtostellarCoreKvOps.subdocMutateAsync(CoreCommonOptions common,
String key,
Supplier<List<CoreSubdocMutateCommand>> commands,
CoreStoreSemantics storeSemantics,
long cas,
CoreDurability durability,
CoreExpiry expiry,
boolean preserveExpiry,
boolean accessDeleted,
boolean createAsDeleted) |
CoreSubdocMutateResult |
ProtostellarCoreKvOps.subdocMutateBlocking(CoreCommonOptions common,
String key,
Supplier<List<CoreSubdocMutateCommand>> commands,
CoreStoreSemantics storeSemantics,
long cas,
CoreDurability durability,
CoreExpiry expiry,
boolean preserveExpiry,
boolean accessDeleted,
boolean createAsDeleted) |
Mono<CoreSubdocMutateResult> |
ProtostellarCoreKvOps.subdocMutateReactive(CoreCommonOptions common,
String key,
Supplier<List<CoreSubdocMutateCommand>> commands,
CoreStoreSemantics storeSemantics,
long cas,
CoreDurability durability,
CoreExpiry expiry,
boolean preserveExpiry,
boolean accessDeleted,
boolean createAsDeleted) |
Copyright © 2024 Couchbase, Inc.. All rights reserved.