Uses of Class
io.dingodb.meta.Meta.DropSchemaRequest
Packages that use Meta.DropSchemaRequest
-
Uses of Meta.DropSchemaRequest in io.dingodb.meta
Methods in io.dingodb.meta that return Meta.DropSchemaRequestModifier and TypeMethodDescriptionMeta.DropSchemaRequest.Builder.build()Meta.DropSchemaRequest.Builder.buildPartial()static Meta.DropSchemaRequestMeta.DropSchemaRequest.getDefaultInstance()Meta.DropSchemaRequest.Builder.getDefaultInstanceForType()Meta.DropSchemaRequest.getDefaultInstanceForType()static Meta.DropSchemaRequestMeta.DropSchemaRequest.parseDelimitedFrom(InputStream input) static Meta.DropSchemaRequestMeta.DropSchemaRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.DropSchemaRequestMeta.DropSchemaRequest.parseFrom(byte[] data) static Meta.DropSchemaRequestMeta.DropSchemaRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.DropSchemaRequestMeta.DropSchemaRequest.parseFrom(com.google.protobuf.ByteString data) static Meta.DropSchemaRequestMeta.DropSchemaRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.DropSchemaRequestMeta.DropSchemaRequest.parseFrom(com.google.protobuf.CodedInputStream input) static Meta.DropSchemaRequestMeta.DropSchemaRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.DropSchemaRequestMeta.DropSchemaRequest.parseFrom(InputStream input) static Meta.DropSchemaRequestMeta.DropSchemaRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.DropSchemaRequestMeta.DropSchemaRequest.parseFrom(ByteBuffer data) static Meta.DropSchemaRequestMeta.DropSchemaRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.meta that return types with arguments of type Meta.DropSchemaRequestModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<Meta.DropSchemaRequest,Meta.DropSchemaResponse> MetaServiceGrpc.getDropSchemaMethod()com.google.protobuf.Parser<Meta.DropSchemaRequest>Meta.DropSchemaRequest.getParserForType()static com.google.protobuf.Parser<Meta.DropSchemaRequest>Meta.DropSchemaRequest.parser()Methods in io.dingodb.meta with parameters of type Meta.DropSchemaRequestModifier and TypeMethodDescriptiondefault voidMetaServiceGrpc.AsyncService.dropSchema(Meta.DropSchemaRequest request, io.grpc.stub.StreamObserver<Meta.DropSchemaResponse> responseObserver) DropSchema in: parent_schema_id schema_name out: SchemaMetaServiceGrpc.MetaServiceBlockingStub.dropSchema(Meta.DropSchemaRequest request) DropSchema in: parent_schema_id schema_name out: Schemacom.google.common.util.concurrent.ListenableFuture<Meta.DropSchemaResponse>MetaServiceGrpc.MetaServiceFutureStub.dropSchema(Meta.DropSchemaRequest request) DropSchema in: parent_schema_id schema_name out: SchemavoidMetaServiceGrpc.MetaServiceStub.dropSchema(Meta.DropSchemaRequest request, io.grpc.stub.StreamObserver<Meta.DropSchemaResponse> responseObserver) DropSchema in: parent_schema_id schema_name out: SchemaMeta.DropSchemaRequest.Builder.mergeFrom(Meta.DropSchemaRequest other) Meta.DropSchemaRequest.newBuilder(Meta.DropSchemaRequest prototype)