org.apache.kahadb.index
Class ListNode.NodeMarshaller<Key,Value>
java.lang.Object
org.apache.kahadb.util.VariableMarshaller<ListNode<Key,Value>>
org.apache.kahadb.index.ListNode.NodeMarshaller<Key,Value>
- Type Parameters:
Key
- Value
-
- All Implemented Interfaces:
- Marshaller<ListNode<Key,Value>>
- Enclosing class:
- ListNode<Key,Value>
public static final class ListNode.NodeMarshaller<Key,Value>
- extends VariableMarshaller<ListNode<Key,Value>>
The Marshaller is used to store and load the data in the ListNode into a Page.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListNode.NodeMarshaller
public ListNode.NodeMarshaller(Marshaller<Key> keyMarshaller,
Marshaller<Value> valueMarshaller)
writePayload
public void writePayload(ListNode<Key,Value> node,
java.io.DataOutput os)
throws java.io.IOException
- Description copied from interface:
Marshaller
- Write the payload of the object to the DataOutput stream.
- Throws:
java.io.IOException
readPayload
public ListNode<Key,Value> readPayload(java.io.DataInput is)
throws java.io.IOException
- Description copied from interface:
Marshaller
- Read the payload of the object from the DataInput stream.
- Returns:
- unmarshalled object
- Throws:
java.io.IOException
Copyright © 2005-2012. All Rights Reserved.