Class BurstFilter.LogDelay

java.lang.Object
org.apache.logging.log4j.core.filter.BurstFilter.LogDelay
All Implemented Interfaces:
Comparable<Delayed>, Delayed
Enclosing class:
BurstFilter

private static class BurstFilter.LogDelay extends Object implements Delayed
Delay object to represent each log event that has occurred within the timespan. Consider this class private, package visibility for testing.
  • Field Details

    • expireTime

      private long expireTime
  • Constructor Details

    • LogDelay

      LogDelay(long expireTime)
  • Method Details