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