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