Package io.dingodb.debug
Class DebugServiceGrpc.DebugServiceImplBase
java.lang.Object
io.dingodb.debug.DebugServiceGrpc.DebugServiceImplBase
- All Implemented Interfaces:
DebugServiceGrpc.AsyncService,io.grpc.BindableService
- Enclosing class:
- DebugServiceGrpc
public abstract static class DebugServiceGrpc.DebugServiceImplBase
extends Object
implements io.grpc.BindableService, DebugServiceGrpc.AsyncService
Base class for the server implementation of the service DebugService.
-
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.debug.DebugServiceGrpc.AsyncService
addRegion, adjustThreadPoolSize, bindCore, changeRegion, compact, debug, destroyRegion, dumpRegion, getMemoryStats, mergeRegion, modifyRegionMeta, releaseFreeMemory, showAffinity, snapshot, snapshotVectorIndex, traceWorkQueue, transferLeader, triggerRebuildVectorIndex, triggerSaveVectorIndex, triggerVectorIndexSnapshot, unbindCore
-
Constructor Details
-
DebugServiceImplBase
public DebugServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-