Uses of Class
io.dingodb.debug.Debug.UnbindCoreRequest
Packages that use Debug.UnbindCoreRequest
-
Uses of Debug.UnbindCoreRequest in io.dingodb.debug
Methods in io.dingodb.debug that return Debug.UnbindCoreRequestModifier and TypeMethodDescriptionDebug.UnbindCoreRequest.Builder.build()Debug.UnbindCoreRequest.Builder.buildPartial()static Debug.UnbindCoreRequestDebug.UnbindCoreRequest.getDefaultInstance()Debug.UnbindCoreRequest.Builder.getDefaultInstanceForType()Debug.UnbindCoreRequest.getDefaultInstanceForType()static Debug.UnbindCoreRequestDebug.UnbindCoreRequest.parseDelimitedFrom(InputStream input) static Debug.UnbindCoreRequestDebug.UnbindCoreRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Debug.UnbindCoreRequestDebug.UnbindCoreRequest.parseFrom(byte[] data) static Debug.UnbindCoreRequestDebug.UnbindCoreRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Debug.UnbindCoreRequestDebug.UnbindCoreRequest.parseFrom(com.google.protobuf.ByteString data) static Debug.UnbindCoreRequestDebug.UnbindCoreRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Debug.UnbindCoreRequestDebug.UnbindCoreRequest.parseFrom(com.google.protobuf.CodedInputStream input) static Debug.UnbindCoreRequestDebug.UnbindCoreRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Debug.UnbindCoreRequestDebug.UnbindCoreRequest.parseFrom(InputStream input) static Debug.UnbindCoreRequestDebug.UnbindCoreRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Debug.UnbindCoreRequestDebug.UnbindCoreRequest.parseFrom(ByteBuffer data) static Debug.UnbindCoreRequestDebug.UnbindCoreRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.debug that return types with arguments of type Debug.UnbindCoreRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Debug.UnbindCoreRequest>Debug.UnbindCoreRequest.getParserForType()static io.grpc.MethodDescriptor<Debug.UnbindCoreRequest,Debug.UnbindCoreResponse> DebugServiceGrpc.getUnbindCoreMethod()static com.google.protobuf.Parser<Debug.UnbindCoreRequest>Debug.UnbindCoreRequest.parser()Methods in io.dingodb.debug with parameters of type Debug.UnbindCoreRequestModifier and TypeMethodDescriptionDebug.UnbindCoreRequest.Builder.mergeFrom(Debug.UnbindCoreRequest other) Debug.UnbindCoreRequest.newBuilder(Debug.UnbindCoreRequest prototype) default voidDebugServiceGrpc.AsyncService.unbindCore(Debug.UnbindCoreRequest request, io.grpc.stub.StreamObserver<Debug.UnbindCoreResponse> responseObserver) DebugServiceGrpc.DebugServiceBlockingStub.unbindCore(Debug.UnbindCoreRequest request) com.google.common.util.concurrent.ListenableFuture<Debug.UnbindCoreResponse>DebugServiceGrpc.DebugServiceFutureStub.unbindCore(Debug.UnbindCoreRequest request) voidDebugServiceGrpc.DebugServiceStub.unbindCore(Debug.UnbindCoreRequest request, io.grpc.stub.StreamObserver<Debug.UnbindCoreResponse> responseObserver)