public interface EvictionContext
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getCurrentCount()
Returns the current count of events in the queue up to the reference time based on which count based evictions can be performed.
|
java.lang.Long |
getReferenceTime()
Returns the reference time that the eviction policy could use to evict the events.
|
java.lang.Long |
getSlidingCount()
Returns the sliding count for count based windows
|
java.lang.Long |
getSlidingInterval()
Returns the sliding interval for time based windows
|
java.lang.Long getReferenceTime()
java.lang.Long getSlidingCount()
java.lang.Long getSlidingInterval()
java.lang.Long getCurrentCount()