Class GetPartStatResponseWrapper
- java.lang.Object
-
- io.milvus.response.GetPartStatResponseWrapper
-
public class GetPartStatResponseWrapper extends java.lang.Object
Utility class to wrap response ofgetPartitionStatistics
interface.
-
-
Constructor Summary
Constructor Description GetPartStatResponseWrapper(@NonNull io.milvus.grpc.GetPartitionStatisticsResponse 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
-
GetPartStatResponseWrapper
public GetPartStatResponseWrapper(@NonNull @NonNull io.milvus.grpc.GetPartitionStatisticsResponse 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
-
-