|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.wadi.core.eviction.AbstractEvicter
org.codehaus.wadi.core.eviction.AbstractBestEffortEvicter
org.codehaus.wadi.core.eviction.AlwaysEvicter
public class AlwaysEvicter
An Evicter which always evicts
| Field Summary |
|---|
| Fields inherited from class org.codehaus.wadi.core.eviction.AbstractBestEffortEvicter |
|---|
log, strictOrdering |
| Constructor Summary | |
|---|---|
AlwaysEvicter(int sweepInterval,
boolean strictOrdering)
|
|
| Method Summary | |
|---|---|
boolean |
testForDemotion(Motable motable,
long time,
long ttl)
|
| Methods inherited from class org.codehaus.wadi.core.eviction.AbstractBestEffortEvicter |
|---|
demote, evict, expire, getComparator, identifyDemotionsAndExpirations, isReadyToDemote, isReadyToExpire, sortCandidates |
| 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 |
|---|
public AlwaysEvicter(int sweepInterval,
boolean strictOrdering)
| Method Detail |
|---|
public boolean testForDemotion(Motable motable,
long time,
long ttl)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||