org.apache.kahadb.index
Key
- Value
- public static class BTreeNode.Marshaller<Key,Value> extends VariableMarshaller<BTreeNode<Key,Value>>
Constructor and Description |
---|
BTreeNode.Marshaller(BTreeIndex<Key,Value> index) |
Modifier and Type | Method and Description |
---|---|
BTreeNode<Key,Value> |
readPayload(java.io.DataInput is)
Read the payload of the object from the DataInput stream.
|
void |
writePayload(BTreeNode<Key,Value> node,
java.io.DataOutput os)
Write the payload of the object to the DataOutput stream.
|
deepCopy, getFixedSize, isDeepCopySupported
public BTreeNode.Marshaller(BTreeIndex<Key,Value> index)
public void writePayload(BTreeNode<Key,Value> node, java.io.DataOutput os) throws java.io.IOException
Marshaller
java.io.IOException
public BTreeNode<Key,Value> readPayload(java.io.DataInput is) throws java.io.IOException
Marshaller
java.io.IOException
Copyright © 2005-2014. All Rights Reserved.