org.jboss.cache.eviction
Class FIFOAlgorithm

java.lang.Object
  |
  +--org.jboss.cache.eviction.LRUAlgorithm
        |
        +--org.jboss.cache.eviction.FIFOAlgorithm
All Implemented Interfaces:
EvictionAlgorithm

public class FIFOAlgorithm
extends LRUAlgorithm

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

Author:
Morten Kvistgaard 2004-10

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

Constructor Detail

FIFOAlgorithm

public FIFOAlgorithm()


Copyright © 1998-2005 JBoss Inc . All Rights Reserved.