org.apache.kahadb.index
Class BTreeNode.Marshaller<Key,Value>
java.lang.Object
org.apache.kahadb.util.VariableMarshaller<BTreeNode<Key,Value>>
org.apache.kahadb.index.BTreeNode.Marshaller<Key,Value>
- Type Parameters:
Key
- Value
-
- All Implemented Interfaces:
- Marshaller<BTreeNode<Key,Value>>
- Enclosing class:
- BTreeNode<Key,Value>
public static class BTreeNode.Marshaller<Key,Value>
- extends VariableMarshaller<BTreeNode<Key,Value>>
The Marshaller is used to store and load the data in the BTreeNode into a Page.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BTreeNode.Marshaller
public BTreeNode.Marshaller(BTreeIndex<Key,Value> index)
writePayload
public void writePayload(BTreeNode<Key,Value> node,
java.io.DataOutput os)
throws java.io.IOException
- Description copied from interface:
Marshaller
- Write the payload of the object to the DataOutput stream.
- Throws:
java.io.IOException
readPayload
public BTreeNode<Key,Value> readPayload(java.io.DataInput is)
throws java.io.IOException
- Description copied from interface:
Marshaller
- Read the payload of the object from the DataInput stream.
- Returns:
- unmarshalled object
- Throws:
java.io.IOException
Copyright © 2005-2012. All Rights Reserved.