Uses of Class
io.milvus.grpc.ManualCompactionResponse
Packages that use ManualCompactionResponse
-
Uses of ManualCompactionResponse in io.milvus.client
Methods in io.milvus.client that return types with arguments of type ManualCompactionResponseModifier and TypeMethodDescriptionAbstractMilvusGrpcClient.manualCompact(ManualCompactParam requestParam) MilvusClient.manualCompact(ManualCompactParam requestParam) Performs a manual compaction.MilvusMultiServiceClient.manualCompact(ManualCompactParam requestParam) MilvusServiceClient.manualCompact(ManualCompactParam requestParam) -
Uses of ManualCompactionResponse in io.milvus.grpc
Methods in io.milvus.grpc that return ManualCompactionResponseModifier and TypeMethodDescriptionManualCompactionResponse.Builder.build()ManualCompactionResponse.Builder.buildPartial()static ManualCompactionResponseManualCompactionResponse.getDefaultInstance()ManualCompactionResponse.Builder.getDefaultInstanceForType()ManualCompactionResponse.getDefaultInstanceForType()MilvusServiceGrpc.MilvusServiceBlockingStub.manualCompaction(ManualCompactionRequest request) static ManualCompactionResponseManualCompactionResponse.parseDelimitedFrom(InputStream input) static ManualCompactionResponseManualCompactionResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ManualCompactionResponseManualCompactionResponse.parseFrom(byte[] data) static ManualCompactionResponseManualCompactionResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ManualCompactionResponseManualCompactionResponse.parseFrom(com.google.protobuf.ByteString data) static ManualCompactionResponseManualCompactionResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ManualCompactionResponseManualCompactionResponse.parseFrom(com.google.protobuf.CodedInputStream input) static ManualCompactionResponseManualCompactionResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ManualCompactionResponseManualCompactionResponse.parseFrom(InputStream input) static ManualCompactionResponseManualCompactionResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ManualCompactionResponseManualCompactionResponse.parseFrom(ByteBuffer data) static ManualCompactionResponseManualCompactionResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.milvus.grpc that return types with arguments of type ManualCompactionResponseModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<ManualCompactionRequest, ManualCompactionResponse> MilvusServiceGrpc.getManualCompactionMethod()com.google.protobuf.Parser<ManualCompactionResponse> ManualCompactionResponse.getParserForType()com.google.common.util.concurrent.ListenableFuture<ManualCompactionResponse> MilvusServiceGrpc.MilvusServiceFutureStub.manualCompaction(ManualCompactionRequest request) static com.google.protobuf.Parser<ManualCompactionResponse> ManualCompactionResponse.parser()Methods in io.milvus.grpc with parameters of type ManualCompactionResponseModifier and TypeMethodDescriptionManualCompactionResponse.Builder.mergeFrom(ManualCompactionResponse other) ManualCompactionResponse.newBuilder(ManualCompactionResponse prototype) Method parameters in io.milvus.grpc with type arguments of type ManualCompactionResponseModifier and TypeMethodDescriptiondefault voidMilvusServiceGrpc.AsyncService.manualCompaction(ManualCompactionRequest request, io.grpc.stub.StreamObserver<ManualCompactionResponse> responseObserver) voidMilvusServiceGrpc.MilvusServiceStub.manualCompaction(ManualCompactionRequest request, io.grpc.stub.StreamObserver<ManualCompactionResponse> responseObserver)