Package io.dingodb.index
Class IndexServiceGrpc.IndexServiceImplBase
java.lang.Object
io.dingodb.index.IndexServiceGrpc.IndexServiceImplBase
- All Implemented Interfaces:
IndexServiceGrpc.AsyncService,io.grpc.BindableService
- Enclosing class:
- IndexServiceGrpc
public abstract static class IndexServiceGrpc.IndexServiceImplBase
extends Object
implements io.grpc.BindableService, IndexServiceGrpc.AsyncService
Base class for the server implementation of the service IndexService.
-
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.index.IndexServiceGrpc.AsyncService
backupData, controlConfig, getMemoryInfo, hello, restoreData, txnBatchGet, txnBatchRollback, txnCheckTxnStatus, txnCommit, txnDeleteRange, txnDump, txnGc, txnGet, txnHeartBeat, txnPessimisticLock, txnPessimisticRollback, txnPrewrite, txnResolveLock, txnScan, txnScanLock, vectorAdd, vectorBatchQuery, vectorBuild, vectorCount, vectorCountMemory, vectorDelete, vectorDump, vectorGetBorderId, vectorGetRegionMetrics, vectorImport, vectorLoad, vectorReset, vectorScanQuery, vectorSearch, vectorSearchDebug, vectorStatus
-
Constructor Details
-
IndexServiceImplBase
public IndexServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-