static ProtostellarRequest<com.couchbase.client.protostellar.kv.v1.AppendRequest> |
CoreProtoStellarKvBinaryRequests.appendRequest(Core core,
String key,
CoreKeyspace keyspace,
CoreCommonOptions opts,
byte[] content,
long cas,
CoreDurability durability) |
For creating Protostellar GRPC requests.
|
protected static CoreMutationResult |
CoreProtostellarKeyValueResponses.convertMutationResult(CoreKeyspace keyspace,
String key,
long cas,
com.couchbase.client.protostellar.kv.v1.MutationToken mt) |
|
static CoreExistsResult |
CoreProtostellarKeyValueResponses.convertResponse(CoreKeyspace keyspace,
String key,
com.couchbase.client.protostellar.kv.v1.ExistsResponse response) |
|
static CoreGetResult |
CoreProtostellarKeyValueResponses.convertResponse(CoreKeyspace keyspace,
String key,
com.couchbase.client.protostellar.kv.v1.GetResponse response) |
|
static CoreMutationResult |
CoreProtostellarKeyValueResponses.convertResponse(CoreKeyspace keyspace,
String key,
com.couchbase.client.protostellar.kv.v1.InsertResponse response) |
|
static CoreSubdocMutateResult |
CoreProtostellarKeyValueResponses.convertResponse(CoreKeyspace keyspace,
String key,
com.couchbase.client.protostellar.kv.v1.MutateInResponse response,
List<CoreSubdocMutateCommand> specs) |
|
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) |
|
static CoreMutationResult |
CoreProtostellarKvBinaryResponses.convertResponse(CoreKeyspace keyspace,
String key,
com.couchbase.client.protostellar.kv.v1.AppendResponse response) |
|
static CoreCounterResult |
CoreProtostellarKvBinaryResponses.convertResponse(CoreKeyspace keyspace,
String key,
com.couchbase.client.protostellar.kv.v1.DecrementResponse response) |
|
static CoreCounterResult |
CoreProtostellarKvBinaryResponses.convertResponse(CoreKeyspace keyspace,
String key,
com.couchbase.client.protostellar.kv.v1.IncrementResponse response) |
|
static CoreMutationResult |
CoreProtostellarKvBinaryResponses.convertResponse(CoreKeyspace keyspace,
String key,
com.couchbase.client.protostellar.kv.v1.PrependResponse response) |
|
static ProtostellarRequest<com.couchbase.client.protostellar.kv.v1.DecrementRequest> |
CoreProtoStellarKvBinaryRequests.decrementRequest(Core core,
String key,
CoreKeyspace keyspace,
CoreCommonOptions opts,
long expiry,
long delta,
Optional<Long> initial,
CoreDurability durability) |
|
static ProtostellarRequest<com.couchbase.client.protostellar.kv.v1.ExistsRequest> |
CoreProtostellarKeyValueRequests.existsRequest(Core core,
CoreKeyspace keyspace,
CoreCommonOptions opts,
String key) |
|
static ProtostellarRequest<com.couchbase.client.protostellar.kv.v1.GetAndLockRequest> |
CoreProtostellarKeyValueRequests.getAndLockRequest(Core core,
CoreCommonOptions opts,
CoreKeyspace keyspace,
String key,
Duration lockTime) |
|
static ProtostellarRequest<com.couchbase.client.protostellar.kv.v1.GetAndTouchRequest> |
CoreProtostellarKeyValueRequests.getAndTouchRequest(Core core,
CoreCommonOptions opts,
CoreKeyspace keyspace,
String key,
long expiration) |
|
static ProtostellarRequest<com.couchbase.client.protostellar.kv.v1.GetRequest> |
CoreProtostellarKeyValueRequests.getRequest(Core core,
CoreCommonOptions opts,
CoreKeyspace keyspace,
String key,
List<String> projections,
boolean withExpiry) |
|
static ProtostellarRequest<com.couchbase.client.protostellar.kv.v1.IncrementRequest> |
CoreProtoStellarKvBinaryRequests.incrementRequest(Core core,
String key,
CoreKeyspace keyspace,
CoreCommonOptions opts,
long expiry,
long delta,
Optional<Long> initial,
CoreDurability durability) |
|
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) |
|
static ProtostellarRequest<com.couchbase.client.protostellar.kv.v1.MutateInRequest> |
CoreProtostellarKeyValueRequests.mutateInRequest(Core core,
CoreKeyspace keyspace,
CoreCommonOptions opts,
String key,
List<CoreSubdocMutateCommand> commands,
CoreStoreSemantics storeSemantics,
long cas,
CoreDurability durability,
long expiry,
boolean preserveExpiry,
boolean accessDeleted,
boolean createAsDeleted) |
|
static ProtostellarRequest<com.couchbase.client.protostellar.kv.v1.PrependRequest> |
CoreProtoStellarKvBinaryRequests.prependRequest(Core core,
String key,
CoreKeyspace keyspace,
CoreCommonOptions opts,
byte[] content,
long cas,
CoreDurability durability) |
|
static ProtostellarRequest<com.couchbase.client.protostellar.kv.v1.RemoveRequest> |
CoreProtostellarKeyValueRequests.removeRequest(Core core,
CoreKeyspace keyspace,
CoreCommonOptions opts,
String key,
long cas,
CoreDurability durability) |
|
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) |
|
static ProtostellarRequest<com.couchbase.client.protostellar.kv.v1.TouchRequest> |
CoreProtostellarKeyValueRequests.touchRequest(Core core,
CoreKeyspace keyspace,
CoreCommonOptions opts,
String key,
long expiry) |
|
static ProtostellarRequest<com.couchbase.client.protostellar.kv.v1.UnlockRequest> |
CoreProtostellarKeyValueRequests.unlockRequest(Core core,
CoreKeyspace keyspace,
CoreCommonOptions opts,
String key,
long cas) |
|
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) |
|