Package com.nhncorp.neptune.common.io

Most classes in this package from Apache Hadoop.

See:
          Description

Interface Summary
NWritable A simple, efficient, serialization protocol, based on DataInput and DataOutput.
NWritableComparable An interface which extends both NWritable and Comparable.
NWritableFactory A factory for a class of Writable.
 

Class Summary
NDataInputBuffer A reusable DataInput implementation that reads from an in-memory buffer.
NDataOutputBuffer A reusable DataOutput implementation that writes to an in-memory buffer.
NObjectWritable A polymorphic Writable that writes an instance with it's class name.
NText This class stores text using standard UTF8 encoding.
NText.Comparator A WritableComparator optimized for Text keys.
NUTF8 A WritableComparable for strings that uses the UTF8 encoding.
NUTF8.Comparator A WritableComparator optimized for UTF8 keys.
NWritableComparator A Comparator for NWritableComparables.
NWritableFactories Factories for non-public writables.
NWritableUtils  
 

Package com.nhncorp.neptune.common.io Description

Most classes in this package from Apache Hadoop. Modified for neptune and added prefix "N" from origin class name