Class InstrumentedLock.SuppressedSnapshot

java.lang.Object
org.apache.hadoop.util.InstrumentedLock.SuppressedSnapshot
Enclosing class:
InstrumentedLock

protected static class InstrumentedLock.SuppressedSnapshot extends Object
Immutable class to capture a snapshot of suppressed log message stats.
  • Constructor Details

    • SuppressedSnapshot

      public SuppressedSnapshot(long suppressedCount, long maxWait)
  • Method Details

    • getMaxSuppressedWait

      public long getMaxSuppressedWait()
    • getSuppressedCount

      public long getSuppressedCount()