@Generated(value="by gRPC proto compiler (version 1.60.0)", comments="Source: tikvpb.proto") public final class TikvGrpc extends Object
Key/value store API for TiKV.
Modifier and Type | Class and Description |
---|---|
static interface |
TikvGrpc.AsyncService
Key/value store API for TiKV.
|
static class |
TikvGrpc.TikvBlockingStub
A stub to allow clients to do synchronous rpc calls to service Tikv.
|
static class |
TikvGrpc.TikvFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service Tikv.
|
static class |
TikvGrpc.TikvImplBase
Base class for the server implementation of the service Tikv.
|
static class |
TikvGrpc.TikvStub
A stub to allow clients to do asynchronous rpc calls to service Tikv.
|
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_NAME |
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<Kvrpcpb.GetRequest,Kvrpcpb.GetResponse> getKvGetMethod()
public static io.grpc.MethodDescriptor<Kvrpcpb.ScanRequest,Kvrpcpb.ScanResponse> getKvScanMethod()
public static io.grpc.MethodDescriptor<Kvrpcpb.PrewriteRequest,Kvrpcpb.PrewriteResponse> getKvPrewriteMethod()
public static io.grpc.MethodDescriptor<Kvrpcpb.PessimisticLockRequest,Kvrpcpb.PessimisticLockResponse> getKvPessimisticLockMethod()
public static io.grpc.MethodDescriptor<Kvrpcpb.PessimisticRollbackRequest,Kvrpcpb.PessimisticRollbackResponse> getKVPessimisticRollbackMethod()
public static io.grpc.MethodDescriptor<Kvrpcpb.TxnHeartBeatRequest,Kvrpcpb.TxnHeartBeatResponse> getKvTxnHeartBeatMethod()
public static io.grpc.MethodDescriptor<Kvrpcpb.CheckTxnStatusRequest,Kvrpcpb.CheckTxnStatusResponse> getKvCheckTxnStatusMethod()
public static io.grpc.MethodDescriptor<Kvrpcpb.CheckSecondaryLocksRequest,Kvrpcpb.CheckSecondaryLocksResponse> getKvCheckSecondaryLocksMethod()
public static io.grpc.MethodDescriptor<Kvrpcpb.CommitRequest,Kvrpcpb.CommitResponse> getKvCommitMethod()
public static io.grpc.MethodDescriptor<Kvrpcpb.ImportRequest,Kvrpcpb.ImportResponse> getKvImportMethod()
public static io.grpc.MethodDescriptor<Kvrpcpb.CleanupRequest,Kvrpcpb.CleanupResponse> getKvCleanupMethod()
public static io.grpc.MethodDescriptor<Kvrpcpb.BatchGetRequest,Kvrpcpb.BatchGetResponse> getKvBatchGetMethod()
public static io.grpc.MethodDescriptor<Kvrpcpb.BatchRollbackRequest,Kvrpcpb.BatchRollbackResponse> getKvBatchRollbackMethod()
public static io.grpc.MethodDescriptor<Kvrpcpb.ScanLockRequest,Kvrpcpb.ScanLockResponse> getKvScanLockMethod()
public static io.grpc.MethodDescriptor<Kvrpcpb.ResolveLockRequest,Kvrpcpb.ResolveLockResponse> getKvResolveLockMethod()
public static io.grpc.MethodDescriptor<Kvrpcpb.GCRequest,Kvrpcpb.GCResponse> getKvGCMethod()
public static io.grpc.MethodDescriptor<Kvrpcpb.DeleteRangeRequest,Kvrpcpb.DeleteRangeResponse> getKvDeleteRangeMethod()
public static io.grpc.MethodDescriptor<Kvrpcpb.RawGetRequest,Kvrpcpb.RawGetResponse> getRawGetMethod()
public static io.grpc.MethodDescriptor<Kvrpcpb.RawBatchGetRequest,Kvrpcpb.RawBatchGetResponse> getRawBatchGetMethod()
public static io.grpc.MethodDescriptor<Kvrpcpb.RawPutRequest,Kvrpcpb.RawPutResponse> getRawPutMethod()
public static io.grpc.MethodDescriptor<Kvrpcpb.RawBatchPutRequest,Kvrpcpb.RawBatchPutResponse> getRawBatchPutMethod()
public static io.grpc.MethodDescriptor<Kvrpcpb.RawDeleteRequest,Kvrpcpb.RawDeleteResponse> getRawDeleteMethod()
public static io.grpc.MethodDescriptor<Kvrpcpb.RawBatchDeleteRequest,Kvrpcpb.RawBatchDeleteResponse> getRawBatchDeleteMethod()
public static io.grpc.MethodDescriptor<Kvrpcpb.RawScanRequest,Kvrpcpb.RawScanResponse> getRawScanMethod()
public static io.grpc.MethodDescriptor<Kvrpcpb.RawDeleteRangeRequest,Kvrpcpb.RawDeleteRangeResponse> getRawDeleteRangeMethod()
public static io.grpc.MethodDescriptor<Kvrpcpb.RawBatchScanRequest,Kvrpcpb.RawBatchScanResponse> getRawBatchScanMethod()
public static io.grpc.MethodDescriptor<Kvrpcpb.RawGetKeyTTLRequest,Kvrpcpb.RawGetKeyTTLResponse> getRawGetKeyTTLMethod()
public static io.grpc.MethodDescriptor<Kvrpcpb.RawCASRequest,Kvrpcpb.RawCASResponse> getRawCompareAndSwapMethod()
public static io.grpc.MethodDescriptor<Kvrpcpb.RawChecksumRequest,Kvrpcpb.RawChecksumResponse> getRawChecksumMethod()
public static io.grpc.MethodDescriptor<Kvrpcpb.UnsafeDestroyRangeRequest,Kvrpcpb.UnsafeDestroyRangeResponse> getUnsafeDestroyRangeMethod()
public static io.grpc.MethodDescriptor<Kvrpcpb.RegisterLockObserverRequest,Kvrpcpb.RegisterLockObserverResponse> getRegisterLockObserverMethod()
public static io.grpc.MethodDescriptor<Kvrpcpb.CheckLockObserverRequest,Kvrpcpb.CheckLockObserverResponse> getCheckLockObserverMethod()
public static io.grpc.MethodDescriptor<Kvrpcpb.RemoveLockObserverRequest,Kvrpcpb.RemoveLockObserverResponse> getRemoveLockObserverMethod()
public static io.grpc.MethodDescriptor<Kvrpcpb.PhysicalScanLockRequest,Kvrpcpb.PhysicalScanLockResponse> getPhysicalScanLockMethod()
public static io.grpc.MethodDescriptor<Coprocessor.Request,Coprocessor.Response> getCoprocessorMethod()
public static io.grpc.MethodDescriptor<Coprocessor.Request,Coprocessor.Response> getCoprocessorStreamMethod()
public static io.grpc.MethodDescriptor<Coprocessor.BatchRequest,Coprocessor.BatchResponse> getBatchCoprocessorMethod()
public static io.grpc.MethodDescriptor<Kvrpcpb.RawCoprocessorRequest,Kvrpcpb.RawCoprocessorResponse> getRawCoprocessorMethod()
public static io.grpc.MethodDescriptor<RaftServerpb.RaftMessage,RaftServerpb.Done> getRaftMethod()
public static io.grpc.MethodDescriptor<Tikvpb.BatchRaftMessage,RaftServerpb.Done> getBatchRaftMethod()
public static io.grpc.MethodDescriptor<RaftServerpb.SnapshotChunk,RaftServerpb.Done> getSnapshotMethod()
public static io.grpc.MethodDescriptor<Kvrpcpb.SplitRegionRequest,Kvrpcpb.SplitRegionResponse> getSplitRegionMethod()
public static io.grpc.MethodDescriptor<Kvrpcpb.ReadIndexRequest,Kvrpcpb.ReadIndexResponse> getReadIndexMethod()
public static io.grpc.MethodDescriptor<Kvrpcpb.MvccGetByKeyRequest,Kvrpcpb.MvccGetByKeyResponse> getMvccGetByKeyMethod()
public static io.grpc.MethodDescriptor<Kvrpcpb.MvccGetByStartTsRequest,Kvrpcpb.MvccGetByStartTsResponse> getMvccGetByStartTsMethod()
public static io.grpc.MethodDescriptor<Tikvpb.BatchCommandsRequest,Tikvpb.BatchCommandsResponse> getBatchCommandsMethod()
public static io.grpc.MethodDescriptor<Mpp.DispatchTaskRequest,Mpp.DispatchTaskResponse> getDispatchMPPTaskMethod()
public static io.grpc.MethodDescriptor<Mpp.CancelTaskRequest,Mpp.CancelTaskResponse> getCancelMPPTaskMethod()
public static io.grpc.MethodDescriptor<Mpp.EstablishMPPConnectionRequest,Mpp.MPPDataPacket> getEstablishMPPConnectionMethod()
public static io.grpc.MethodDescriptor<Mpp.IsAliveRequest,Mpp.IsAliveResponse> getIsAliveMethod()
public static io.grpc.MethodDescriptor<Kvrpcpb.CheckLeaderRequest,Kvrpcpb.CheckLeaderResponse> getCheckLeaderMethod()
public static io.grpc.MethodDescriptor<Kvrpcpb.StoreSafeTSRequest,Kvrpcpb.StoreSafeTSResponse> getGetStoreSafeTSMethod()
public static io.grpc.MethodDescriptor<Kvrpcpb.GetLockWaitInfoRequest,Kvrpcpb.GetLockWaitInfoResponse> getGetLockWaitInfoMethod()
public static TikvGrpc.TikvStub newStub(io.grpc.Channel channel)
public static TikvGrpc.TikvBlockingStub newBlockingStub(io.grpc.Channel channel)
public static TikvGrpc.TikvFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(TikvGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2024 PingCAP. All rights reserved.