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

Packages that use SPCntTriple
de.hpi.fgis.voidgen.hadoop.datatypes Collects data types that are the basis for a lot of data types used in different MapReduce jobs. 
de.hpi.fgis.voidgen.hadoop.tasks.clusterinformation Contains classes for creating information to the clusters. 
 

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

Methods in de.hpi.fgis.voidgen.hadoop.datatypes that return SPCntTriple
 SPCntTriple SPCntTriple.clone()
           
 

Methods in de.hpi.fgis.voidgen.hadoop.datatypes with parameters of type SPCntTriple
 int SPCntTriple.compareTo(SPCntTriple triple)
           
 

Uses of SPCntTriple in de.hpi.fgis.voidgen.hadoop.tasks.clusterinformation
 

Methods in de.hpi.fgis.voidgen.hadoop.tasks.clusterinformation with parameters of type SPCntTriple
 void ClusterInfoStep2Mapper.map(org.apache.hadoop.io.Text key, SPCntTriple value, org.apache.hadoop.mapreduce.Mapper.Context context)
           
 

Method parameters in de.hpi.fgis.voidgen.hadoop.tasks.clusterinformation with type arguments of type SPCntTriple
 void ClusterInfoStep2Reducer.reduce(org.apache.hadoop.io.Text key, java.lang.Iterable<SPCntTriple> values, org.apache.hadoop.mapreduce.Reducer.Context context)