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