|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StringIntPair | |
---|---|
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. |
de.hpi.fgis.voidgen.hadoop.tasks.distinctclustering | Contains the classes for creating distinct clustering for void:datasets. |
de.hpi.fgis.voidgen.hadoop.tasks.joining | Contains the classes for enriching each RDF quadruple with the cluster of the subject and the cluster of the object. |
Uses of StringIntPair in de.hpi.fgis.voidgen.hadoop.datatypes |
---|
Methods in de.hpi.fgis.voidgen.hadoop.datatypes that return StringIntPair | |
---|---|
StringIntPair |
StringIntPair.clone()
|
Methods in de.hpi.fgis.voidgen.hadoop.datatypes with parameters of type StringIntPair | |
---|---|
int |
StringIntPair.compareTo(StringIntPair pair)
|
Uses of StringIntPair in de.hpi.fgis.voidgen.hadoop.tasks.clusterinformation |
---|
Methods in de.hpi.fgis.voidgen.hadoop.tasks.clusterinformation with parameters of type StringIntPair | |
---|---|
void |
ClusterInfoPatternStep2Mapper.map(org.apache.hadoop.io.Text key,
StringIntPair value,
org.apache.hadoop.mapreduce.Mapper.Context context)
|
void |
ClusterInfoPatternStep1Reducer.reduce(StringIntPair key,
java.lang.Iterable<org.apache.hadoop.io.Text> values,
org.apache.hadoop.mapreduce.Reducer.Context context)
|
Method parameters in de.hpi.fgis.voidgen.hadoop.tasks.clusterinformation with type arguments of type StringIntPair | |
---|---|
void |
ClusterInfoPatternStep2Reducer.reduce(org.apache.hadoop.io.Text key,
java.lang.Iterable<StringIntPair> values,
org.apache.hadoop.mapreduce.Reducer.Context context)
|
Uses of StringIntPair in de.hpi.fgis.voidgen.hadoop.tasks.distinctclustering |
---|
Methods in de.hpi.fgis.voidgen.hadoop.tasks.distinctclustering with parameters of type StringIntPair | |
---|---|
int |
LeftPartPartitioner.getPartition(StringIntPair key,
StringIntPair value,
int numReduceTasks)
|
void |
TypeSelectionMapper.map(org.apache.hadoop.io.Text key,
StringIntPair value,
org.apache.hadoop.mapreduce.Mapper.Context context)
|
void |
TypeStatisticsReducer.reduce(StringIntPair key,
java.lang.Iterable<StringIntPair> values,
org.apache.hadoop.mapreduce.Reducer.Context context)
|
Method parameters in de.hpi.fgis.voidgen.hadoop.tasks.distinctclustering with type arguments of type StringIntPair | |
---|---|
void |
TypeStatisticsReducer.reduce(StringIntPair key,
java.lang.Iterable<StringIntPair> values,
org.apache.hadoop.mapreduce.Reducer.Context context)
|
void |
TypeSelectionReducer.reduce(org.apache.hadoop.io.Text key,
java.lang.Iterable<StringIntPair> values,
org.apache.hadoop.mapreduce.Reducer.Context context)
|
Uses of StringIntPair in de.hpi.fgis.voidgen.hadoop.tasks.joining |
---|
Methods in de.hpi.fgis.voidgen.hadoop.tasks.joining with parameters of type StringIntPair | |
---|---|
int |
JoinPartitioner.getPartition(StringIntPair key,
RDFQuadruple value,
int numPartitions)
|
void |
Join2QuadrupleInputMapper.map(StringIntPair key,
RDFQuadruple value,
org.apache.hadoop.mapred.OutputCollector<StringIntPair,RDFQuadruple> output,
org.apache.hadoop.mapred.Reporter reporter)
|
void |
Join2Reducer.reduce(StringIntPair key,
java.util.Iterator<RDFQuadruple> values,
org.apache.hadoop.mapred.OutputCollector<RDFQuadruple,org.apache.hadoop.io.NullWritable> output,
org.apache.hadoop.mapred.Reporter reporter)
|
void |
Join1Reducer.reduce(StringIntPair key,
java.util.Iterator<RDFQuadruple> values,
org.apache.hadoop.mapred.OutputCollector<StringIntPair,RDFQuadruple> output,
org.apache.hadoop.mapred.Reporter reporter)
|
Method parameters in de.hpi.fgis.voidgen.hadoop.tasks.joining with type arguments of type StringIntPair | |
---|---|
void |
Join1QuadrupleInputMapper.map(org.apache.hadoop.io.LongWritable key,
org.apache.hadoop.io.Text value,
org.apache.hadoop.mapred.OutputCollector<StringIntPair,RDFQuadruple> output,
org.apache.hadoop.mapred.Reporter reporter)
|
void |
Join2QuadrupleInputMapper.map(StringIntPair key,
RDFQuadruple value,
org.apache.hadoop.mapred.OutputCollector<StringIntPair,RDFQuadruple> output,
org.apache.hadoop.mapred.Reporter reporter)
|
void |
ClusterInputMapper.map(org.apache.hadoop.io.Text key,
org.apache.hadoop.io.Text value,
org.apache.hadoop.mapred.OutputCollector<StringIntPair,RDFQuadruple> output,
org.apache.hadoop.mapred.Reporter reporter)
|
void |
Join1Reducer.reduce(StringIntPair key,
java.util.Iterator<RDFQuadruple> values,
org.apache.hadoop.mapred.OutputCollector<StringIntPair,RDFQuadruple> output,
org.apache.hadoop.mapred.Reporter reporter)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |