Class BurstFilter.LogDelay
java.lang.Object
org.apache.logging.log4j.core.filter.BurstFilter.LogDelay
- All Implemented Interfaces:
Comparable<Delayed>
,Delayed
- Enclosing class:
- BurstFilter
Delay object to represent each log event that has occurred within the timespan.
Consider this class private, package visibility for testing.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
expireTime
private long expireTime
-
-
Constructor Details
-
LogDelay
LogDelay(long expireTime)
-
-
Method Details