Package de.hpi.fgis.voidgen.hadoop.datatypes

Collects data types that are the basis for a lot of data types used in different MapReduce jobs.

See:
          Description

Class Summary
Description Provides access to configuration data.
Pair<T1,T2> Represents a pair of arbitrary types.
SPCntTriple Represents a triple of subject, predicate and a count.
StringArrayWritableComparable Encapsulates reading and writing String arrays in Hadoop sequence files.
StringIntPair A pair of a String and an Integer.
StringStringPair Represents a pair of two Strings.
 

Package de.hpi.fgis.voidgen.hadoop.datatypes Description

Collects data types that are the basis for a lot of data types used in different MapReduce jobs.