Package | Description |
---|---|
org.tikv.kvproto |
Modifier and Type | Method and Description |
---|---|
Kvrpcpb.RawCASRequest |
Kvrpcpb.RawCASRequest.Builder.build() |
Kvrpcpb.RawCASRequest |
Kvrpcpb.RawCASRequest.Builder.buildPartial() |
static Kvrpcpb.RawCASRequest |
Kvrpcpb.RawCASRequest.getDefaultInstance() |
Kvrpcpb.RawCASRequest |
Kvrpcpb.RawCASRequest.getDefaultInstanceForType() |
Kvrpcpb.RawCASRequest |
Kvrpcpb.RawCASRequest.Builder.getDefaultInstanceForType() |
static Kvrpcpb.RawCASRequest |
Kvrpcpb.RawCASRequest.parseDelimitedFrom(InputStream input) |
static Kvrpcpb.RawCASRequest |
Kvrpcpb.RawCASRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Kvrpcpb.RawCASRequest |
Kvrpcpb.RawCASRequest.parseFrom(byte[] data) |
static Kvrpcpb.RawCASRequest |
Kvrpcpb.RawCASRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Kvrpcpb.RawCASRequest |
Kvrpcpb.RawCASRequest.parseFrom(ByteBuffer data) |
static Kvrpcpb.RawCASRequest |
Kvrpcpb.RawCASRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Kvrpcpb.RawCASRequest |
Kvrpcpb.RawCASRequest.parseFrom(com.google.protobuf.ByteString data) |
static Kvrpcpb.RawCASRequest |
Kvrpcpb.RawCASRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Kvrpcpb.RawCASRequest |
Kvrpcpb.RawCASRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static Kvrpcpb.RawCASRequest |
Kvrpcpb.RawCASRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Kvrpcpb.RawCASRequest |
Kvrpcpb.RawCASRequest.parseFrom(InputStream input) |
static Kvrpcpb.RawCASRequest |
Kvrpcpb.RawCASRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<Kvrpcpb.RawCASRequest> |
Kvrpcpb.RawCASRequest.getParserForType() |
static io.grpc.MethodDescriptor<Kvrpcpb.RawCASRequest,Kvrpcpb.RawCASResponse> |
TikvGrpc.getRawCompareAndSwapMethod() |
static com.google.protobuf.Parser<Kvrpcpb.RawCASRequest> |
Kvrpcpb.RawCASRequest.parser() |
Modifier and Type | Method and Description |
---|---|
Kvrpcpb.RawCASRequest.Builder |
Kvrpcpb.RawCASRequest.Builder.mergeFrom(Kvrpcpb.RawCASRequest other) |
static Kvrpcpb.RawCASRequest.Builder |
Kvrpcpb.RawCASRequest.newBuilder(Kvrpcpb.RawCASRequest prototype) |
Kvrpcpb.RawCASResponse |
TikvGrpc.TikvBlockingStub.rawCompareAndSwap(Kvrpcpb.RawCASRequest request)
Compare if the value in database equals to `RawCASRequest.previous_value` before putting the new value.
|
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.
|
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.