Uses of Class
io.dingodb.meta.Meta.CleanDeletedTableResponse
Packages that use Meta.CleanDeletedTableResponse
-
Uses of Meta.CleanDeletedTableResponse in io.dingodb.meta
Methods in io.dingodb.meta that return Meta.CleanDeletedTableResponseModifier and TypeMethodDescriptionMeta.CleanDeletedTableResponse.Builder.build()Meta.CleanDeletedTableResponse.Builder.buildPartial()MetaServiceGrpc.MetaServiceBlockingStub.cleanDeletedTable(Meta.CleanDeletedTableRequest request) Meta.CleanDeletedTableResponse.getDefaultInstance()Meta.CleanDeletedTableResponse.Builder.getDefaultInstanceForType()Meta.CleanDeletedTableResponse.getDefaultInstanceForType()Meta.CleanDeletedTableResponse.parseDelimitedFrom(InputStream input) Meta.CleanDeletedTableResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Meta.CleanDeletedTableResponse.parseFrom(byte[] data) Meta.CleanDeletedTableResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Meta.CleanDeletedTableResponse.parseFrom(com.google.protobuf.ByteString data) Meta.CleanDeletedTableResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Meta.CleanDeletedTableResponse.parseFrom(com.google.protobuf.CodedInputStream input) Meta.CleanDeletedTableResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Meta.CleanDeletedTableResponse.parseFrom(InputStream input) Meta.CleanDeletedTableResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Meta.CleanDeletedTableResponse.parseFrom(ByteBuffer data) Meta.CleanDeletedTableResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.meta that return types with arguments of type Meta.CleanDeletedTableResponseModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<Meta.CleanDeletedTableResponse>MetaServiceGrpc.MetaServiceFutureStub.cleanDeletedTable(Meta.CleanDeletedTableRequest request) static io.grpc.MethodDescriptor<Meta.CleanDeletedTableRequest,Meta.CleanDeletedTableResponse> MetaServiceGrpc.getCleanDeletedTableMethod()com.google.protobuf.Parser<Meta.CleanDeletedTableResponse>Meta.CleanDeletedTableResponse.getParserForType()static com.google.protobuf.Parser<Meta.CleanDeletedTableResponse>Meta.CleanDeletedTableResponse.parser()Methods in io.dingodb.meta with parameters of type Meta.CleanDeletedTableResponseModifier and TypeMethodDescriptionMeta.CleanDeletedTableResponse.Builder.mergeFrom(Meta.CleanDeletedTableResponse other) Meta.CleanDeletedTableResponse.newBuilder(Meta.CleanDeletedTableResponse prototype) Method parameters in io.dingodb.meta with type arguments of type Meta.CleanDeletedTableResponseModifier and TypeMethodDescriptiondefault voidMetaServiceGrpc.AsyncService.cleanDeletedTable(Meta.CleanDeletedTableRequest request, io.grpc.stub.StreamObserver<Meta.CleanDeletedTableResponse> responseObserver) voidMetaServiceGrpc.MetaServiceStub.cleanDeletedTable(Meta.CleanDeletedTableRequest request, io.grpc.stub.StreamObserver<Meta.CleanDeletedTableResponse> responseObserver)