Uses of Class
com.intel.hadoop.graphbuilder.preprocess.mapreduce.keyvalue.PairListType

Packages that use PairListType
com.intel.hadoop.graphbuilder.preprocess.mapreduce   
com.intel.hadoop.graphbuilder.preprocess.mapreduce.keyvalue   
com.intel.hadoop.graphbuilder.test.job   
 

Uses of PairListType in com.intel.hadoop.graphbuilder.preprocess.mapreduce
 

Method parameters in com.intel.hadoop.graphbuilder.preprocess.mapreduce with type arguments of type PairListType
 void EdgeTransformMapper.map(org.apache.hadoop.io.LongWritable key, org.apache.hadoop.io.Text value, org.apache.hadoop.mapred.OutputCollector<VidType,PairListType> out, org.apache.hadoop.mapred.Reporter report)
           
 void EdgeTransformReducer.reduce(VidType key, java.util.Iterator<PairListType> values, org.apache.hadoop.mapred.OutputCollector<org.apache.hadoop.io.Text,org.apache.hadoop.io.Text> out, org.apache.hadoop.mapred.Reporter reporter)
           
 void EdgeTransformCombiner.reduce(VidType key, java.util.Iterator<PairListType> values, org.apache.hadoop.mapred.OutputCollector<VidType,PairListType> out, org.apache.hadoop.mapred.Reporter reporter)
           
 void EdgeTransformCombiner.reduce(VidType key, java.util.Iterator<PairListType> values, org.apache.hadoop.mapred.OutputCollector<VidType,PairListType> out, org.apache.hadoop.mapred.Reporter reporter)
           
 

Uses of PairListType in com.intel.hadoop.graphbuilder.preprocess.mapreduce.keyvalue
 

Methods in com.intel.hadoop.graphbuilder.preprocess.mapreduce.keyvalue with parameters of type PairListType
 void PairListType.append(PairListType<T1,T2> other)
          Append the other list to the end.
 

Uses of PairListType in com.intel.hadoop.graphbuilder.test.job
 

Subclasses of PairListType in com.intel.hadoop.graphbuilder.test.job
static class EdgeTransformJobTest.Value