Uses of Class
io.milvus.grpc.GetCompactionPlansResponse
-
Packages that use GetCompactionPlansResponse Package Description io.milvus.client io.milvus.grpc -
-
Uses of GetCompactionPlansResponse in io.milvus.client
Methods in io.milvus.client that return types with arguments of type GetCompactionPlansResponse Modifier and Type Method Description R<GetCompactionPlansResponse>AbstractMilvusGrpcClient. getCompactionStateWithPlans(GetCompactionPlansParam requestParam)R<GetCompactionPlansResponse>MilvusClient. getCompactionStateWithPlans(GetCompactionPlansParam requestParam)Gets compaction state with its plan.R<GetCompactionPlansResponse>MilvusMultiServiceClient. getCompactionStateWithPlans(GetCompactionPlansParam requestParam)R<GetCompactionPlansResponse>MilvusServiceClient. getCompactionStateWithPlans(GetCompactionPlansParam requestParam) -
Uses of GetCompactionPlansResponse in io.milvus.grpc
Methods in io.milvus.grpc that return GetCompactionPlansResponse Modifier and Type Method Description GetCompactionPlansResponseGetCompactionPlansResponse.Builder. build()GetCompactionPlansResponseGetCompactionPlansResponse.Builder. buildPartial()GetCompactionPlansResponseMilvusServiceGrpc.MilvusServiceBlockingStub. getCompactionStateWithPlans(GetCompactionPlansRequest request)static GetCompactionPlansResponseGetCompactionPlansResponse. getDefaultInstance()GetCompactionPlansResponseGetCompactionPlansResponse.Builder. getDefaultInstanceForType()GetCompactionPlansResponseGetCompactionPlansResponse. 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 GetCompactionPlansResponse Modifier and Type Method Description com.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 GetCompactionPlansResponse Modifier and Type Method Description GetCompactionPlansResponse.BuilderGetCompactionPlansResponse.Builder. mergeFrom(GetCompactionPlansResponse other)static GetCompactionPlansResponse.BuilderGetCompactionPlansResponse. newBuilder(GetCompactionPlansResponse prototype)Method parameters in io.milvus.grpc with type arguments of type GetCompactionPlansResponse Modifier and Type Method Description voidMilvusServiceGrpc.MilvusServiceImplBase. getCompactionStateWithPlans(GetCompactionPlansRequest request, io.grpc.stub.StreamObserver<GetCompactionPlansResponse> responseObserver)voidMilvusServiceGrpc.MilvusServiceStub. getCompactionStateWithPlans(GetCompactionPlansRequest request, io.grpc.stub.StreamObserver<GetCompactionPlansResponse> responseObserver)
-