xxl.io
Class LRUBuffer.Slot

java.lang.Object
  |
  +--xxl.io.Buffer.Slot
        |
        +--xxl.io.LRUBuffer.Slot

protected class LRUBuffer.Slot
extends Buffer.Slot


Fields inherited from class xxl.io.Buffer.Slot
flush, id, index, isFixed, members, object, owner
 
Constructor Summary
LRUBuffer.Slot(int index)
           
 
Method Summary
 void fix()
           
 void remove()
           
 void unfix()
           
protected  void unlink()
           
 
Methods inherited from class xxl.io.Buffer.Slot
displace, flush, get, id, insert, isDirty, isFixed, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LRUBuffer.Slot

public LRUBuffer.Slot(int index)
Method Detail

unlink

protected void unlink()

fix

public void fix()
Overrides:
fix in class Buffer.Slot

unfix

public void unfix()
Overrides:
unfix in class Buffer.Slot

remove

public void remove()
Overrides:
remove in class Buffer.Slot