org.jboss.cache.eviction
Class FIFOAlgorithm

java.lang.Object
  extended byorg.jboss.cache.eviction.LRUAlgorithm (src) 
      extended byorg.jboss.cache.eviction.FIFOAlgorithm
All Implemented Interfaces:
EvictionAlgorithm (src)

public class FIFOAlgorithm
extends LRUAlgorithm (src)

First-in-first-out algorithm used to evict old nodes.


Field Summary
 
Fields inherited from class org.jboss.cache.eviction.LRUAlgorithm (src)
head_, log_, nodeMap_, recycleQueue_, region_, tail_
 
Constructor Summary
FIFOAlgorithm()
           
 
Methods inherited from class org.jboss.cache.eviction.LRUAlgorithm (src)
demote, evict, evictionQueueSize, process, prune, resetEvictionQueue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FIFOAlgorithm

public FIFOAlgorithm()