Package io.dingodb.document
Class DocumentServiceGrpc.DocumentServiceImplBase
java.lang.Object
io.dingodb.document.DocumentServiceGrpc.DocumentServiceImplBase
- All Implemented Interfaces:
DocumentServiceGrpc.AsyncService,io.grpc.BindableService
- Enclosing class:
- DocumentServiceGrpc
public abstract static class DocumentServiceGrpc.DocumentServiceImplBase
extends Object
implements io.grpc.BindableService, DocumentServiceGrpc.AsyncService
Base class for the server implementation of the service DocumentService.
-
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.document.DocumentServiceGrpc.AsyncService
backupData, documentAdd, documentBatchQuery, documentCount, documentDelete, documentGetBorderId, documentGetRegionMetrics, documentScanQuery, documentSearch, documentSearchAll, getMemoryInfo, hello, restoreData, txnBatchGet, txnBatchRollback, txnCheckTxnStatus, txnCommit, txnDeleteRange, txnDump, txnGc, txnGet, txnHeartBeat, txnPessimisticLock, txnPessimisticRollback, txnPrewrite, txnResolveLock, txnScan, txnScanLock
-
Constructor Details
-
DocumentServiceImplBase
public DocumentServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-