Package | Description |
---|---|
org.tikv.kvproto |
Modifier and Type | Method and Description |
---|---|
Kvrpcpb.RawCASResponse |
Kvrpcpb.RawCASResponse.Builder.build() |
Kvrpcpb.RawCASResponse |
Kvrpcpb.RawCASResponse.Builder.buildPartial() |
static Kvrpcpb.RawCASResponse |
Kvrpcpb.RawCASResponse.getDefaultInstance() |
Kvrpcpb.RawCASResponse |
Kvrpcpb.RawCASResponse.getDefaultInstanceForType() |
Kvrpcpb.RawCASResponse |
Kvrpcpb.RawCASResponse.Builder.getDefaultInstanceForType() |
static Kvrpcpb.RawCASResponse |
Kvrpcpb.RawCASResponse.parseDelimitedFrom(InputStream input) |
static Kvrpcpb.RawCASResponse |
Kvrpcpb.RawCASResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Kvrpcpb.RawCASResponse |
Kvrpcpb.RawCASResponse.parseFrom(byte[] data) |
static Kvrpcpb.RawCASResponse |
Kvrpcpb.RawCASResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Kvrpcpb.RawCASResponse |
Kvrpcpb.RawCASResponse.parseFrom(ByteBuffer data) |
static Kvrpcpb.RawCASResponse |
Kvrpcpb.RawCASResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Kvrpcpb.RawCASResponse |
Kvrpcpb.RawCASResponse.parseFrom(com.google.protobuf.ByteString data) |
static Kvrpcpb.RawCASResponse |
Kvrpcpb.RawCASResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Kvrpcpb.RawCASResponse |
Kvrpcpb.RawCASResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static Kvrpcpb.RawCASResponse |
Kvrpcpb.RawCASResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Kvrpcpb.RawCASResponse |
Kvrpcpb.RawCASResponse.parseFrom(InputStream input) |
static Kvrpcpb.RawCASResponse |
Kvrpcpb.RawCASResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Kvrpcpb.RawCASResponse |
TikvGrpc.TikvBlockingStub.rawCompareAndSwap(Kvrpcpb.RawCASRequest request)
Compare if the value in database equals to `RawCASRequest.previous_value` before putting the new value.
|
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<Kvrpcpb.RawCASResponse> |
Kvrpcpb.RawCASResponse.getParserForType() |
static io.grpc.MethodDescriptor<Kvrpcpb.RawCASRequest,Kvrpcpb.RawCASResponse> |
TikvGrpc.getRawCompareAndSwapMethod() |
static com.google.protobuf.Parser<Kvrpcpb.RawCASResponse> |
Kvrpcpb.RawCASResponse.parser() |
com.google.common.util.concurrent.ListenableFuture<Kvrpcpb.RawCASResponse> |
TikvGrpc.TikvFutureStub.rawCompareAndSwap(Kvrpcpb.RawCASRequest request)
Compare if the value in database equals to `RawCASRequest.previous_value` before putting the new value.
|
Modifier and Type | Method and Description |
---|---|
Kvrpcpb.RawCASResponse.Builder |
Kvrpcpb.RawCASResponse.Builder.mergeFrom(Kvrpcpb.RawCASResponse other) |
static Kvrpcpb.RawCASResponse.Builder |
Kvrpcpb.RawCASResponse.newBuilder(Kvrpcpb.RawCASResponse prototype) |
Modifier and Type | Method and Description |
---|---|
default void |
TikvGrpc.AsyncService.rawCompareAndSwap(Kvrpcpb.RawCASRequest request,
io.grpc.stub.StreamObserver<Kvrpcpb.RawCASResponse> responseObserver)
Compare if the value in database equals to `RawCASRequest.previous_value` before putting the new value.
|
void |
TikvGrpc.TikvStub.rawCompareAndSwap(Kvrpcpb.RawCASRequest request,
io.grpc.stub.StreamObserver<Kvrpcpb.RawCASResponse> responseObserver)
Compare if the value in database equals to `RawCASRequest.previous_value` before putting the new value.
|
Copyright © 2024 PingCAP. All rights reserved.