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