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