| Package | Description |
|---|---|
| com.stoyanr.evictor.scheduler |
| Modifier and Type | Class and Description |
|---|---|
class |
DelayedTaskEvictionScheduler<K,V>
A concrete implementation of
AbstractQueueEvictionScheduler which
uses a single delayed task scheduled in an
ScheduledExecutorService to manage the automated
eviction. |
class |
RegularTaskEvictionScheduler<K,V>
A concrete implementation of
AbstractQueueEvictionScheduler which
uses a single regular task scheduled in an
ScheduledExecutorService to manage the automated
eviction. |
class |
SingleThreadEvictionScheduler<K,V>
A concrete implementation of
AbstractQueueEvictionScheduler which
uses a single thread to manage the automated eviction. |
Copyright © 2012–2016. All rights reserved.