Class PageCache.Page
java.lang.Object
com.ibm.dtfj.corereaders.PageCache.Page
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
slot
protected int slot -
base
protected long base -
span
protected int span -
key
protected int key -
used
protected int used
-
-
Constructor Details
-
Page
public Page()
-
-
Method Details
-
isEmpty
public boolean isEmpty() -
push
public void push(int forKey, long vaddr, byte[] buf) -
pull
public byte[] pull(int forKey, long vaddr, int size)
-