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