Package io.milvus.response
Class GetCollStatResponseWrapper
- java.lang.Object
-
- io.milvus.response.GetCollStatResponseWrapper
-
public class GetCollStatResponseWrapper extends Object
Utility class to wrap response ofgetCollectionStatisticsinterface.
-
-
Constructor Summary
Constructors Constructor Description GetCollStatResponseWrapper(@NonNull GetCollectionStatisticsResponse stat)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetRowCount()Gets the row count of a field.
-
-
-
Constructor Detail
-
GetCollStatResponseWrapper
public GetCollStatResponseWrapper(@NonNull @NonNull GetCollectionStatisticsResponse 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
-
-