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

Packages that use NodeXOrId
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.tasks.clustering2 Contains classes for connected clustering and hierarchical clustering. 
 

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

Methods in de.hpi.fgis.voidgen.hadoop.closure that return NodeXOrId
 NodeXOrId NodeXOrId.clone()
           
 

Methods in de.hpi.fgis.voidgen.hadoop.closure with parameters of type NodeXOrId
 int NodeXOrId.compareTo(NodeXOrId obj)
           
 int Step2Partitioner.getPartition(Step2Pair key, NodeXOrId value, int numReduceTasks)
           
 void Step2Mapper.map(ClusterId key, NodeXOrId value, org.apache.hadoop.mapreduce.Mapper.Context context)
           
 

Method parameters in de.hpi.fgis.voidgen.hadoop.closure with type arguments of type NodeXOrId
 void Step2Reducer.reduce(Step2Pair key, java.lang.Iterable<NodeXOrId> values, org.apache.hadoop.mapreduce.Reducer.Context context)
           
 

Constructors in de.hpi.fgis.voidgen.hadoop.closure with parameters of type NodeXOrId
Step2Pair(ClusterId left, NodeXOrId right)
          Constructor with given left and right part of the pair.
 

Uses of NodeXOrId in de.hpi.fgis.voidgen.hadoop.tasks.clustering2
 

Methods in de.hpi.fgis.voidgen.hadoop.tasks.clustering2 with parameters of type NodeXOrId
 void FilterClusterOutputMapper.map(ClusterId key, NodeXOrId value, org.apache.hadoop.mapreduce.Mapper.Context context)