Package edu.umd.cloud9.io

Class Summary
ArrayListWritable<E extends Writable> Writable extension of a Java ArrayList.
ArrayListWritableComparable<E extends WritableComparable> WritableComparable extension of a Java ArrayList.
HashMapWritable<K extends Writable,V extends Writable> Writable extension of a Java HashMap.
Int3Writable A three-byte version of IntWritable.
JSONObjectWritable Writable representing a JSON Object.
PairOfFloatInt WritableComparable representing a pair consisting of a float and an integer.
PairOfFloats WritableComparable representing a pair of floats.
PairOfInts WritableComparable representing a pair of integers.
PairOfInts.Comparator Comparator optimized for PairOfInts.
PairOfStrings WritableComparable representing a pair of Strings.
Schema Description of a Tuple's structure.
Tuple Writable representing an arbitrary tuple.
VectorFloat<F extends WritableComparable> Writable representing a vector of float values.
VectorInt<F extends WritableComparable> Writable representing a vector of integer values.
 

Exception Summary
SchemaException Exception for Schema-related errors.
TupleException Exception for Tuple-related errors.