|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.activemq.memory.CacheEntryList
public class CacheEntryList
Maintains a simple linked list of CacheEntry objects. It is thread safe.
Field Summary | |
---|---|
CacheEntry |
tail
|
Constructor Summary | |
---|---|
CacheEntryList()
|
Method Summary | |
---|---|
void |
add(CacheEntry ce)
|
void |
clear()
|
CacheEvictor |
createFIFOCacheEvictor()
|
CacheEvictor |
createLIFOCacheEvictor()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final CacheEntry tail
Constructor Detail |
---|
public CacheEntryList()
Method Detail |
---|
public void add(CacheEntry ce)
public void clear()
public CacheEvictor createFIFOCacheEvictor()
public CacheEvictor createLIFOCacheEvictor()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |