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(DataInput is)
Read the payload of the object from the DataInput stream.
|
void |
writePayload(BTreeNode<Key,Value> node,
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, DataOutput os) throws IOException
MarshallerIOExceptionpublic BTreeNode<Key,Value> readPayload(DataInput is) throws IOException
MarshallerIOExceptionCopyright © 2005–2017 FuseSource, Corp.. All rights reserved.