org.codehaus.wadi.core.eviction
Class DummyEvicter

java.lang.Object
  extended by org.codehaus.wadi.core.eviction.AbstractEvicter
      extended by org.codehaus.wadi.core.eviction.DummyEvicter
All Implemented Interfaces:
Evicter

public class DummyEvicter
extends AbstractEvicter

Version:
$Revision: 2267 $
Author:
Jules Gosnell

Constructor Summary
DummyEvicter()
           
 
Method Summary
 void evict(ConcurrentMotableMap idToMotable, EvictionStrategy evictionStrategy)
           
 boolean testForDemotion(Motable motable, long time, long ttl)
           
 
Methods inherited from class org.codehaus.wadi.core.eviction.AbstractEvicter
cancel, schedule
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyEvicter

public DummyEvicter()
Method Detail

evict

public void evict(ConcurrentMotableMap idToMotable,
                  EvictionStrategy evictionStrategy)

testForDemotion

public boolean testForDemotion(Motable motable,
                               long time,
                               long ttl)


Copyright © 2010. All Rights Reserved.