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

Packages that use Step2Pair
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 Step2Pair in de.hpi.fgis.voidgen.hadoop.closure
 

Methods in de.hpi.fgis.voidgen.hadoop.closure with parameters of type Step2Pair
 int Step2Pair.compareTo(Step2Pair pair)
           
 int Step2Partitioner.getPartition(Step2Pair key, NodeXOrId value, int numReduceTasks)
           
 void Step2Reducer.reduce(Step2Pair key, java.lang.Iterable<NodeXOrId> values, org.apache.hadoop.mapreduce.Reducer.Context context)