|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--xxl.io.Buffer
|
+--xxl.io.LRUBuffer
| Inner Class Summary | |
protected class |
LRUBuffer.Slot
|
| Inner classes inherited from class xxl.io.Buffer |
Buffer.Slot |
| Field Summary | |
protected LRUBuffer.Slot |
first
|
protected LRUBuffer.Slot |
last
|
| Fields inherited from class xxl.io.Buffer |
fixedSlots,
owners,
size,
slots |
| Constructor Summary | |
LRUBuffer(int capacity)
|
|
| Method Summary | |
protected Buffer.Slot |
newSlot(int index)
|
protected Buffer.Slot |
victim()
|
| Methods inherited from class xxl.io.Buffer |
contains,
fix,
flush,
flushAll,
get,
isFixed,
lookUp,
remove,
removeAll,
size,
unfix,
update |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Field Detail |
protected LRUBuffer.Slot first
protected LRUBuffer.Slot last
| Constructor Detail |
public LRUBuffer(int capacity)
| Method Detail |
protected Buffer.Slot newSlot(int index)
protected Buffer.Slot victim()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||