@Stability.Internal public class CoreProtostellarKvBinaryResponses extends Object
| Modifier and Type | Method and Description |
|---|---|
static CoreMutationResult |
convertResponse(CoreKeyspace keyspace,
String key,
com.couchbase.client.protostellar.kv.v1.AppendResponse response) |
static CoreCounterResult |
convertResponse(CoreKeyspace keyspace,
String key,
com.couchbase.client.protostellar.kv.v1.DecrementResponse response) |
static CoreCounterResult |
convertResponse(CoreKeyspace keyspace,
String key,
com.couchbase.client.protostellar.kv.v1.IncrementResponse response) |
static CoreMutationResult |
convertResponse(CoreKeyspace keyspace,
String key,
com.couchbase.client.protostellar.kv.v1.PrependResponse response) |
public static CoreMutationResult convertResponse(CoreKeyspace keyspace, String key, com.couchbase.client.protostellar.kv.v1.AppendResponse response)
public static CoreMutationResult convertResponse(CoreKeyspace keyspace, String key, com.couchbase.client.protostellar.kv.v1.PrependResponse response)
public static CoreCounterResult convertResponse(CoreKeyspace keyspace, String key, com.couchbase.client.protostellar.kv.v1.IncrementResponse response)
public static CoreCounterResult convertResponse(CoreKeyspace keyspace, String key, com.couchbase.client.protostellar.kv.v1.DecrementResponse response)
Copyright © 2024 Couchbase, Inc.. All rights reserved.