Uses of Class
de.hpi.fgis.voidgen.hadoop.closure.Step1Pair

Packages that use Step1Pair
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. 
 

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

Methods in de.hpi.fgis.voidgen.hadoop.closure with parameters of type Step1Pair
 int Step1Pair.compareTo(Step1Pair o)
           
 int Step1Partitioner.getPartition(Step1Pair key, ClusterId value, int numReduceTasks)
           
 void Step1Reducer.reduce(Step1Pair key, java.lang.Iterable<ClusterId> values, org.apache.hadoop.mapreduce.Reducer.Context context)