Package io.dingodb.store
Class StoreServiceGrpc.StoreServiceImplBase
java.lang.Object
io.dingodb.store.StoreServiceGrpc.StoreServiceImplBase
- All Implemented Interfaces:
StoreServiceGrpc.AsyncService,io.grpc.BindableService
- Enclosing class:
- StoreServiceGrpc
public abstract static class StoreServiceGrpc.StoreServiceImplBase
extends Object
implements io.grpc.BindableService, StoreServiceGrpc.AsyncService
Base class for the server implementation of the service StoreService.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.dingodb.store.StoreServiceGrpc.AsyncService
backupData, backupMeta, controlConfig, getMemoryInfo, hello, kvBatchCompareAndSet, kvBatchDelete, kvBatchGet, kvBatchPut, kvBatchPutIfAbsent, kvCompareAndSet, kvDeleteRange, kvGet, kvPut, kvPutIfAbsent, kvScanBegin, kvScanBeginV2, kvScanContinue, kvScanContinueV2, kvScanRelease, kvScanReleaseV2, restoreData, restoreMeta, txnBatchGet, txnBatchRollback, txnCheckSecondaryLocks, txnCheckTxnStatus, txnCommit, txnDeleteRange, txnDump, txnGc, txnGet, txnHeartBeat, txnPessimisticLock, txnPessimisticRollback, txnPrewrite, txnResolveLock, txnScan, txnScanLock
-
Constructor Details
-
StoreServiceImplBase
public StoreServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-