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, isDeepCopySupported
public BTreeNode.Marshaller(BTreeIndex<Key,Value> index)
public void writePayload(BTreeNode<Key,Value> node, DataOutput os) throws IOException
Marshaller
IOException
public BTreeNode<Key,Value> readPayload(DataInput is) throws IOException
Marshaller
IOException
Copyright © 2005–2017 FuseSource, Corp.. All rights reserved.