Package io.milvus.response
Class GetPartStatResponseWrapper
- java.lang.Object
-
- io.milvus.response.GetPartStatResponseWrapper
-
public class GetPartStatResponseWrapper extends Object
Utility class to wrap response ofgetPartitionStatisticsinterface.
-
-
Constructor Summary
Constructors Constructor Description GetPartStatResponseWrapper(@NonNull GetPartitionStatisticsResponse stat)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetRowCount()Gets the row count of a field.
-
-
-
Constructor Detail
-
GetPartStatResponseWrapper
public GetPartStatResponseWrapper(@NonNull @NonNull GetPartitionStatisticsResponse stat)
-
-
Method Detail
-
getRowCount
public long getRowCount() throws NumberFormatExceptionGets the row count of a field. ThrowNumberFormatExceptionif the row count is not a number.- Returns:
intdimension of the vector field- Throws:
NumberFormatException
-
-