Class GetCollStatResponseWrapper
- java.lang.Object
-
- io.milvus.response.GetCollStatResponseWrapper
-
public class GetCollStatResponseWrapper extends java.lang.Object
Utility class to wrap response ofgetCollectionStatistics
interface.
-
-
Constructor Summary
Constructor Description GetCollStatResponseWrapper(@NonNull io.milvus.grpc.GetCollectionStatisticsResponse stat)
-
Method Summary
Modifier and Type Method Description long
getRowCount()
Gets the row count of a field.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Constructor Detail
-
GetCollStatResponseWrapper
public GetCollStatResponseWrapper(@NonNull @NonNull io.milvus.grpc.GetCollectionStatisticsResponse stat)
-
-
Method Detail
-
getRowCount
public long getRowCount() throws java.lang.NumberFormatException
Gets the row count of a field. ThrowNumberFormatException
if the row count is not a number.- Returns:
int
dimension of the vector field- Throws:
java.lang.NumberFormatException
-
-