org.ozoneDB.core.storage.magicStore
Class IDTableNodeLeaf
java.lang.Object
org.ozoneDB.DxLib.DxDiskHashNode
org.ozoneDB.DxLib.DxDiskHashNodeLeaf
org.ozoneDB.core.storage.magicStore.IDTableNodeLeaf
- All Implemented Interfaces:
- java.io.Externalizable, java.io.Serializable
- class IDTableNodeLeaf
- extends DxDiskHashNodeLeaf
- implements java.io.Externalizable
This extension of the DxDiskHashNodeLeaf class assumes that the key and data
member of the stored DxKayData pairs are ObjectIDs. Thus is casts and writes
them directly to the stream for better performance.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
IDTableNodeLeaf
public IDTableNodeLeaf(DxDiskHashMap _grandParent)
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Specified by:
writeExternal
in interface java.io.Externalizable
- Overrides:
writeExternal
in class DxDiskHashNodeLeaf
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Specified by:
readExternal
in interface java.io.Externalizable
- Overrides:
readExternal
in class DxDiskHashNodeLeaf
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
Copyright (C) The Ozone Database Project - www.ozone-db.org. All rights reserved.