Class Summary |
AopLRUAlgorithm |
LRUAlgorithm specific to TreeCacheAop. |
AopLRUPolicy |
Provider to provide eviction policy. |
BaseEvictionPolicy |
Base class implementation of EvictionPolicy. |
EvictedEventNode |
Value object used in evicted event node queue. |
EvictionTimerTask |
Timer threads to do periodic node clean up by running the eviction policy. |
FIFOAlgorithm |
First-in-first-out algorithm used to evict old nodes. |
FIFOPolicy |
Eviction policy based on the FIFO algorithm where users can specify the max
number of nodes and time-to-live for the nodes. |
LRUAlgorithm |
Least recently Used algorithm to purge old data.
|
LRUPolicy |
Provider to provide eviction policy. |
NodeEntry |
Value object used in queue. |
Region |
A region is a collection of tree cache nodes that share the same eviction
policy configurations, e.g., maxNodes, etc. |
RegionManager |
Factory to create region from configuration, to track region,
and to resolve naming conflict for regions. |