Uses of Class
io.dingodb.meta.Meta.UpdateIndexRequest
Packages that use Meta.UpdateIndexRequest
-
Uses of Meta.UpdateIndexRequest in io.dingodb.meta
Methods in io.dingodb.meta that return Meta.UpdateIndexRequestModifier and TypeMethodDescriptionMeta.UpdateIndexRequest.Builder.build()Meta.UpdateIndexRequest.Builder.buildPartial()static Meta.UpdateIndexRequestMeta.UpdateIndexRequest.getDefaultInstance()Meta.UpdateIndexRequest.Builder.getDefaultInstanceForType()Meta.UpdateIndexRequest.getDefaultInstanceForType()static Meta.UpdateIndexRequestMeta.UpdateIndexRequest.parseDelimitedFrom(InputStream input) static Meta.UpdateIndexRequestMeta.UpdateIndexRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.UpdateIndexRequestMeta.UpdateIndexRequest.parseFrom(byte[] data) static Meta.UpdateIndexRequestMeta.UpdateIndexRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.UpdateIndexRequestMeta.UpdateIndexRequest.parseFrom(com.google.protobuf.ByteString data) static Meta.UpdateIndexRequestMeta.UpdateIndexRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.UpdateIndexRequestMeta.UpdateIndexRequest.parseFrom(com.google.protobuf.CodedInputStream input) static Meta.UpdateIndexRequestMeta.UpdateIndexRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.UpdateIndexRequestMeta.UpdateIndexRequest.parseFrom(InputStream input) static Meta.UpdateIndexRequestMeta.UpdateIndexRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.UpdateIndexRequestMeta.UpdateIndexRequest.parseFrom(ByteBuffer data) static Meta.UpdateIndexRequestMeta.UpdateIndexRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.meta that return types with arguments of type Meta.UpdateIndexRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Meta.UpdateIndexRequest>Meta.UpdateIndexRequest.getParserForType()static io.grpc.MethodDescriptor<Meta.UpdateIndexRequest,Meta.UpdateIndexResponse> MetaServiceGrpc.getUpdateIndexMethod()static com.google.protobuf.Parser<Meta.UpdateIndexRequest>Meta.UpdateIndexRequest.parser()Methods in io.dingodb.meta with parameters of type Meta.UpdateIndexRequestModifier and TypeMethodDescriptionMeta.UpdateIndexRequest.Builder.mergeFrom(Meta.UpdateIndexRequest other) Meta.UpdateIndexRequest.newBuilder(Meta.UpdateIndexRequest prototype) default voidMetaServiceGrpc.AsyncService.updateIndex(Meta.UpdateIndexRequest request, io.grpc.stub.StreamObserver<Meta.UpdateIndexResponse> responseObserver) UpdateIndex in: index_id IndexDefinition out: {}MetaServiceGrpc.MetaServiceBlockingStub.updateIndex(Meta.UpdateIndexRequest request) UpdateIndex in: index_id IndexDefinition out: {}com.google.common.util.concurrent.ListenableFuture<Meta.UpdateIndexResponse>MetaServiceGrpc.MetaServiceFutureStub.updateIndex(Meta.UpdateIndexRequest request) UpdateIndex in: index_id IndexDefinition out: {}voidMetaServiceGrpc.MetaServiceStub.updateIndex(Meta.UpdateIndexRequest request, io.grpc.stub.StreamObserver<Meta.UpdateIndexResponse> responseObserver) UpdateIndex in: index_id IndexDefinition out: {}