| java.lang.Object org.ozoneDB.DxLib.DxDiskSubTable
accessTime | protected long accessTime(Code) | | |
depth | protected int depth(Code) | | |
dirty | protected boolean dirty(Code) | | |
hashMask | protected int hashMask(Code) | | |
itemCount | protected int itemCount(Code) | | All the items (including subTables) in the local list.
|
serialVersionUID | final static long serialVersionUID(Code) | | |
subTableCount | protected int subTableCount(Code) | | |
timeCount | public static int timeCount(Code) | | |
DxDiskSubTable | public DxDiskSubTable(DxDiskHashMap _grandParent, int _depth, int _bitSize)(Code) | | |
deleteFile | public void deleteFile()(Code) | | |
empty | public void empty()(Code) | | |
hashKey | public int hashKey(int key)(Code) | | |
isDirty | public boolean isDirty()(Code) | | |
isLeaf | public boolean isLeaf()(Code) | | |
touch | protected synchronized void touch()(Code) | | |
writeExternal | public void writeExternal(ObjectOutput out) throws IOException(Code) | | Schreibt nur die representation in einem HashNode aber
nicht die tabelle selber.
|
writeTable | public void writeTable() throws IOException(Code) | | Schreibt den inhalt der ganzen tabelle aber nicht die
sub-tabellen. Der name wird aus dem baseFileName und
|
|
|