Class HardLink.LinkStats

  • Enclosing class:
    HardLink

    public static class HardLink.LinkStats
    extends java.lang.Object
    HardLink statistics counters and methods. Not multi-thread safe, obviously. Init is called during HardLink instantiation, above.

    These are intended for use by knowledgeable clients, not internally, because many of the internal methods are static and can't update these per-instance counters.

    • Field Detail

      • countDirs

        public int countDirs
      • countSingleLinks

        public int countSingleLinks
      • countMultLinks

        public int countMultLinks
      • countFilesMultLinks

        public int countFilesMultLinks
      • countEmptyDirs

        public int countEmptyDirs
      • countPhysicalFileCopies

        public int countPhysicalFileCopies
    • Constructor Detail

      • LinkStats

        public LinkStats()
    • Method Detail

      • clear

        public void clear()
      • report

        public java.lang.String report()