Package org.apache.hadoop.util
Class InstrumentedLock.SuppressedSnapshot
java.lang.Object
org.apache.hadoop.util.InstrumentedLock.SuppressedSnapshot
- Enclosing class:
- InstrumentedLock
Immutable class to capture a snapshot of suppressed log message stats.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SuppressedSnapshot
public SuppressedSnapshot(long suppressedCount, long maxWait)
-
-
Method Details
-
getMaxSuppressedWait
public long getMaxSuppressedWait() -
getSuppressedCount
public long getSuppressedCount()
-