Class GetPartStatResponseWrapper


  • public class GetPartStatResponseWrapper
    extends java.lang.Object
    Utility class to wrap response of getPartitionStatistics interface.
    • Constructor Summary

      Constructors 
      Constructor Description
      GetPartStatResponseWrapper​(@NonNull io.milvus.grpc.GetPartitionStatisticsResponse stat)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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. Throw NumberFormatException if the row count is not a number.
        Returns:
        int dimension of the vector field
        Throws:
        java.lang.NumberFormatException