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