CoreMutationResult |
ProtostellarCoreKvBinaryOps.appendBlocking(String id,
byte[] content,
CoreCommonOptions options,
long cas,
CoreDurability durability) |
protected static CoreMutationResult |
CoreProtostellarKeyValueResponses.convertMutationResult(CoreKeyspace keyspace,
String key,
long cas,
com.couchbase.client.protostellar.kv.v1.MutationToken mt) |
static CoreMutationResult |
CoreProtostellarKvBinaryResponses.convertResponse(CoreKeyspace keyspace,
String key,
com.couchbase.client.protostellar.kv.v1.AppendResponse response) |
static CoreMutationResult |
CoreProtostellarKeyValueResponses.convertResponse(CoreKeyspace keyspace,
String key,
com.couchbase.client.protostellar.kv.v1.InsertResponse response) |
static CoreMutationResult |
CoreProtostellarKvBinaryResponses.convertResponse(CoreKeyspace keyspace,
String key,
com.couchbase.client.protostellar.kv.v1.PrependResponse response) |
static CoreMutationResult |
CoreProtostellarKeyValueResponses.convertResponse(CoreKeyspace keyspace,
String key,
com.couchbase.client.protostellar.kv.v1.RemoveResponse response) |
static CoreMutationResult |
CoreProtostellarKeyValueResponses.convertResponse(CoreKeyspace keyspace,
String key,
com.couchbase.client.protostellar.kv.v1.ReplaceResponse response) |
static CoreMutationResult |
CoreProtostellarKeyValueResponses.convertResponse(CoreKeyspace keyspace,
String key,
com.couchbase.client.protostellar.kv.v1.TouchResponse response) |
static CoreMutationResult |
CoreProtostellarKeyValueResponses.convertResponse(CoreKeyspace keyspace,
String key,
com.couchbase.client.protostellar.kv.v1.UnlockResponse response) |
static CoreMutationResult |
CoreProtostellarKeyValueResponses.convertResponse(CoreKeyspace keyspace,
String key,
com.couchbase.client.protostellar.kv.v1.UpsertResponse response) |
CoreMutationResult |
ProtostellarCoreKvOps.insertBlocking(CoreCommonOptions common,
String key,
Supplier<CoreEncodedContent> content,
CoreDurability durability,
CoreExpiry expiry) |
CoreMutationResult |
ProtostellarCoreKvBinaryOps.prependBlocking(String id,
byte[] content,
CoreCommonOptions options,
long cas,
CoreDurability durability) |
CoreMutationResult |
ProtostellarCoreKvOps.removeBlocking(CoreCommonOptions common,
String key,
long cas,
CoreDurability durability) |
CoreMutationResult |
ProtostellarCoreKvOps.replaceBlocking(CoreCommonOptions common,
String key,
Supplier<CoreEncodedContent> content,
long cas,
CoreDurability durability,
CoreExpiry expiry,
boolean preserveExpiry) |
CoreMutationResult |
ProtostellarCoreKvOps.upsertBlocking(CoreCommonOptions common,
String key,
Supplier<CoreEncodedContent> content,
CoreDurability durability,
CoreExpiry expiry,
boolean preserveExpiry) |