Uses of Class
io.milvus.grpc.GetPersistentSegmentInfoResponse
-
Packages that use GetPersistentSegmentInfoResponse Package Description io.milvus.client io.milvus.grpc -
-
Uses of GetPersistentSegmentInfoResponse in io.milvus.client
Methods in io.milvus.client that return types with arguments of type GetPersistentSegmentInfoResponse Modifier and Type Method Description R<GetPersistentSegmentInfoResponse>AbstractMilvusGrpcClient. getPersistentSegmentInfo(@NonNull GetPersistentSegmentInfoParam requestParam)R<GetPersistentSegmentInfoResponse>MilvusClient. getPersistentSegmentInfo(GetPersistentSegmentInfoParam requestParam)Gets the information of persistent segments from data node, including row count, persistence state(growing or flushed), etc.R<GetPersistentSegmentInfoResponse>MilvusMultiServiceClient. getPersistentSegmentInfo(GetPersistentSegmentInfoParam requestParam) -
Uses of GetPersistentSegmentInfoResponse in io.milvus.grpc
Methods in io.milvus.grpc that return GetPersistentSegmentInfoResponse Modifier and Type Method Description GetPersistentSegmentInfoResponseGetPersistentSegmentInfoResponse.Builder. build()GetPersistentSegmentInfoResponseGetPersistentSegmentInfoResponse.Builder. buildPartial()static GetPersistentSegmentInfoResponseGetPersistentSegmentInfoResponse. getDefaultInstance()GetPersistentSegmentInfoResponseGetPersistentSegmentInfoResponse.Builder. getDefaultInstanceForType()GetPersistentSegmentInfoResponseGetPersistentSegmentInfoResponse. getDefaultInstanceForType()GetPersistentSegmentInfoResponseMilvusServiceGrpc.MilvusServiceBlockingStub. getPersistentSegmentInfo(GetPersistentSegmentInfoRequest request)static GetPersistentSegmentInfoResponseGetPersistentSegmentInfoResponse. parseDelimitedFrom(InputStream input)static GetPersistentSegmentInfoResponseGetPersistentSegmentInfoResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetPersistentSegmentInfoResponseGetPersistentSegmentInfoResponse. parseFrom(byte[] data)static GetPersistentSegmentInfoResponseGetPersistentSegmentInfoResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetPersistentSegmentInfoResponseGetPersistentSegmentInfoResponse. parseFrom(com.google.protobuf.ByteString data)static GetPersistentSegmentInfoResponseGetPersistentSegmentInfoResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetPersistentSegmentInfoResponseGetPersistentSegmentInfoResponse. parseFrom(com.google.protobuf.CodedInputStream input)static GetPersistentSegmentInfoResponseGetPersistentSegmentInfoResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetPersistentSegmentInfoResponseGetPersistentSegmentInfoResponse. parseFrom(InputStream input)static GetPersistentSegmentInfoResponseGetPersistentSegmentInfoResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetPersistentSegmentInfoResponseGetPersistentSegmentInfoResponse. parseFrom(ByteBuffer data)static GetPersistentSegmentInfoResponseGetPersistentSegmentInfoResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.milvus.grpc that return types with arguments of type GetPersistentSegmentInfoResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<GetPersistentSegmentInfoRequest,GetPersistentSegmentInfoResponse>MilvusServiceGrpc. getGetPersistentSegmentInfoMethod()com.google.protobuf.Parser<GetPersistentSegmentInfoResponse>GetPersistentSegmentInfoResponse. getParserForType()com.google.common.util.concurrent.ListenableFuture<GetPersistentSegmentInfoResponse>MilvusServiceGrpc.MilvusServiceFutureStub. getPersistentSegmentInfo(GetPersistentSegmentInfoRequest request)static com.google.protobuf.Parser<GetPersistentSegmentInfoResponse>GetPersistentSegmentInfoResponse. parser()Methods in io.milvus.grpc with parameters of type GetPersistentSegmentInfoResponse Modifier and Type Method Description GetPersistentSegmentInfoResponse.BuilderGetPersistentSegmentInfoResponse.Builder. mergeFrom(GetPersistentSegmentInfoResponse other)static GetPersistentSegmentInfoResponse.BuilderGetPersistentSegmentInfoResponse. newBuilder(GetPersistentSegmentInfoResponse prototype)Method parameters in io.milvus.grpc with type arguments of type GetPersistentSegmentInfoResponse Modifier and Type Method Description voidMilvusServiceGrpc.MilvusServiceImplBase. getPersistentSegmentInfo(GetPersistentSegmentInfoRequest request, io.grpc.stub.StreamObserver<GetPersistentSegmentInfoResponse> responseObserver)voidMilvusServiceGrpc.MilvusServiceStub. getPersistentSegmentInfo(GetPersistentSegmentInfoRequest request, io.grpc.stub.StreamObserver<GetPersistentSegmentInfoResponse> responseObserver)
-