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