站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 Cache API Documentation 英文版文档

FIFOAlgorithm (JBoss Cache API) - JBoss 3.2.7 Cache API Documentation 英文版文档


org.jboss.cache.eviction
Class FIFOAlgorithm

java.lang.Object
  extended byorg.jboss.cache.eviction.LRUAlgorithm
      extended byorg.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_, region_, tail_
 
Constructor Summary
FIFOAlgorithm()
           
 
Methods inherited from class org.jboss.cache.eviction.LRUAlgorithm
demote, evict, evictionQueueSize, process, resetEvictionQueue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FIFOAlgorithm

public FIFOAlgorithm()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.