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, isDeepCopySupportedpublic BTreeNode.Marshaller(BTreeIndex<Key,Value> index)
public void writePayload(BTreeNode<Key,Value> node, java.io.DataOutput os) throws java.io.IOException
Marshallerjava.io.IOExceptionpublic BTreeNode<Key,Value> readPayload(java.io.DataInput is) throws java.io.IOException
Marshallerjava.io.IOExceptionCopyright © 2005-2014 Red Hat, Inc.. All Rights Reserved.