Uses of Class
io.milvus.grpc.GetCompactionPlansResponse
Packages that use GetCompactionPlansResponse
-
Uses of GetCompactionPlansResponse in io.milvus.client
Methods in io.milvus.client that return types with arguments of type GetCompactionPlansResponseModifier and TypeMethodDescriptionAbstractMilvusGrpcClient.getCompactionStateWithPlans(GetCompactionPlansParam requestParam) MilvusClient.getCompactionStateWithPlans(GetCompactionPlansParam requestParam) Gets compaction state with its plan.MilvusMultiServiceClient.getCompactionStateWithPlans(GetCompactionPlansParam requestParam) MilvusServiceClient.getCompactionStateWithPlans(GetCompactionPlansParam requestParam) -
Uses of GetCompactionPlansResponse in io.milvus.grpc
Methods in io.milvus.grpc that return GetCompactionPlansResponseModifier and TypeMethodDescriptionGetCompactionPlansResponse.Builder.build()GetCompactionPlansResponse.Builder.buildPartial()MilvusServiceGrpc.MilvusServiceBlockingStub.getCompactionStateWithPlans(GetCompactionPlansRequest request) static GetCompactionPlansResponseGetCompactionPlansResponse.getDefaultInstance()GetCompactionPlansResponse.Builder.getDefaultInstanceForType()GetCompactionPlansResponse.getDefaultInstanceForType()static GetCompactionPlansResponseGetCompactionPlansResponse.parseDelimitedFrom(InputStream input) static GetCompactionPlansResponseGetCompactionPlansResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetCompactionPlansResponseGetCompactionPlansResponse.parseFrom(byte[] data) static GetCompactionPlansResponseGetCompactionPlansResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetCompactionPlansResponseGetCompactionPlansResponse.parseFrom(com.google.protobuf.ByteString data) static GetCompactionPlansResponseGetCompactionPlansResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetCompactionPlansResponseGetCompactionPlansResponse.parseFrom(com.google.protobuf.CodedInputStream input) static GetCompactionPlansResponseGetCompactionPlansResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetCompactionPlansResponseGetCompactionPlansResponse.parseFrom(InputStream input) static GetCompactionPlansResponseGetCompactionPlansResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetCompactionPlansResponseGetCompactionPlansResponse.parseFrom(ByteBuffer data) static GetCompactionPlansResponseGetCompactionPlansResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.milvus.grpc that return types with arguments of type GetCompactionPlansResponseModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<GetCompactionPlansResponse> MilvusServiceGrpc.MilvusServiceFutureStub.getCompactionStateWithPlans(GetCompactionPlansRequest request) static io.grpc.MethodDescriptor<GetCompactionPlansRequest, GetCompactionPlansResponse> MilvusServiceGrpc.getGetCompactionStateWithPlansMethod()com.google.protobuf.Parser<GetCompactionPlansResponse> GetCompactionPlansResponse.getParserForType()static com.google.protobuf.Parser<GetCompactionPlansResponse> GetCompactionPlansResponse.parser()Methods in io.milvus.grpc with parameters of type GetCompactionPlansResponseModifier and TypeMethodDescriptionGetCompactionPlansResponse.Builder.mergeFrom(GetCompactionPlansResponse other) GetCompactionPlansResponse.newBuilder(GetCompactionPlansResponse prototype) Method parameters in io.milvus.grpc with type arguments of type GetCompactionPlansResponseModifier and TypeMethodDescriptiondefault voidMilvusServiceGrpc.AsyncService.getCompactionStateWithPlans(GetCompactionPlansRequest request, io.grpc.stub.StreamObserver<GetCompactionPlansResponse> responseObserver) voidMilvusServiceGrpc.MilvusServiceStub.getCompactionStateWithPlans(GetCompactionPlansRequest request, io.grpc.stub.StreamObserver<GetCompactionPlansResponse> responseObserver)