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

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

Fields in de.hpi.fgis.voidgen.hadoop.closure declared as ClusterId
(package private)  ClusterId NodeXOrId.id
          The identifier.
 

Methods in de.hpi.fgis.voidgen.hadoop.closure that return ClusterId
 ClusterId ClusterId.clone()
           
 ClusterId NodeXOrId.getId()
          Getter.
protected  ClusterId Step1MapperBase.newClusterId(org.apache.hadoop.mapreduce.Mapper.Context context)
          Returns a new cluster identifier.
 

Methods in de.hpi.fgis.voidgen.hadoop.closure with parameters of type ClusterId
 int Step1Partitioner.getPartition(Step1Pair key, ClusterId 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 ClusterId
 void Step1Reducer.reduce(Step1Pair key, java.lang.Iterable<ClusterId> values, org.apache.hadoop.mapreduce.Reducer.Context context)
           
 

Constructors in de.hpi.fgis.voidgen.hadoop.closure with parameters of type ClusterId
ClusterId(ClusterId clusterId)
          Constructor using the given cluster identifier.
NodeXOrId(ClusterId clusterId)
          Constructor for creating an id object.
Step1Pair(CloneableText left, ClusterId right)
          Constructor with given left and right part of the pair.
Step2Pair(ClusterId left, NodeXOrId right)
          Constructor with given left and right part of the pair.
 

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

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