Class CheckIndex.Status.PointsStatus

  • Enclosing class:
    CheckIndex.Status

    public static final class CheckIndex.Status.PointsStatus
    extends java.lang.Object
    Status from testing PointValues
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.Throwable error
      Exception thrown during point values test (null on success)
      int totalValueFields
      Total number of fields with points.
      long totalValuePoints
      Total number of values points tested.
    • Constructor Summary

      Constructors 
      Constructor Description
      PointsStatus()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • totalValuePoints

        public long totalValuePoints
        Total number of values points tested.
      • totalValueFields

        public int totalValueFields
        Total number of fields with points.
      • error

        public java.lang.Throwable error
        Exception thrown during point values test (null on success)
    • Constructor Detail

      • PointsStatus

        PointsStatus()