Uses of Class
de.hpi.fgis.voidgen.hadoop.datatypes.Pair

Packages that use Pair
de.hpi.fgis.voidgen.hadoop.closure Contains the classes for creating the transitive closure of graph based data via Hadoop MapReduce using the transitive closure algorithm developed for the BTC 2010 by Dandy Fenz and Matthias Pohl. 
de.hpi.fgis.voidgen.hadoop.datatypes Collects data types that are the basis for a lot of data types used in different MapReduce jobs. 
 

Uses of Pair in de.hpi.fgis.voidgen.hadoop.closure
 

Subclasses of Pair in de.hpi.fgis.voidgen.hadoop.closure
 class Step1Pair
          A pair of text and cluster identifier.
 class Step2Pair
          A pair consisting of a cluster identifier and either a node or an other cluster id.
 

Uses of Pair in de.hpi.fgis.voidgen.hadoop.datatypes
 

Subclasses of Pair in de.hpi.fgis.voidgen.hadoop.datatypes
 class SPCntTriple
          Represents a triple of subject, predicate and a count.
 class StringIntPair
          A pair of a String and an Integer.
 class StringStringPair
          Represents a pair of two Strings.