Package org.apache.bookkeeper.util
Class HardLink.LinkStats
- java.lang.Object
-
- org.apache.bookkeeper.util.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 Summary
Fields Modifier and Type Field Description int
countDirs
int
countEmptyDirs
int
countFilesMultLinks
int
countMultLinks
int
countPhysicalFileCopies
int
countSingleLinks
-
Constructor Summary
Constructors Constructor Description LinkStats()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
java.lang.String
report()
-