
| Constructor and Description |
|---|
ConcurrentLRUList() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
contains(long fileId,
long filePosition) |
OCacheEntry |
get(long fileId,
long pageIndex) |
OCacheEntry |
getLRU() |
Iterator<OCacheEntry> |
iterator() |
void |
putToMRU(OCacheEntry cacheEntry) |
OCacheEntry |
remove(long fileId,
long pageIndex) |
OCacheEntry |
removeLRU() |
Iterator<OCacheEntry> |
reverseIterator() |
int |
size() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic OCacheEntry get(long fileId, long pageIndex)
public OCacheEntry remove(long fileId, long pageIndex)
public void putToMRU(OCacheEntry cacheEntry)
public OCacheEntry removeLRU()
public OCacheEntry getLRU()
public boolean contains(long fileId,
long filePosition)
public Iterator<OCacheEntry> iterator()
iterator in interface LRUListiterator in interface Iterable<OCacheEntry>public Iterator<OCacheEntry> reverseIterator()
reverseIterator in interface LRUListCopyright © 2009–2025 OrientDB. All rights reserved.