public abstract static class DebugGrpc.DebugImplBase extends Object implements io.grpc.BindableService, DebugGrpc.AsyncService
Debug service for TiKV. Errors are defined as follow: - OK: Okay, we are good! - UNKNOWN: For unknown error. - INVALID_ARGUMENT: Something goes wrong within requests. - NOT_FOUND: It is key or region not found, it's based on context, detailed reason can be found in grpc message. Note: It bypasses raft layer.
Constructor and Description |
---|
DebugImplBase() |
Modifier and Type | Method and Description |
---|---|
io.grpc.ServerServiceDefinition |
bindService() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
checkRegionConsistency, compact, get, getAllRegionsInStore, getClusterInfo, getMetrics, getRegionProperties, getStoreInfo, injectFailPoint, listFailPoints, modifyTikvConfig, raftLog, recoverFailPoint, regionInfo, regionSize, resetToVersion, scanMvcc
Copyright © 2024 PingCAP. All rights reserved.