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

Packages that use VertexEdgeUnionType
com.intel.hadoop.graphbuilder.preprocess.mapreduce   
 

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

Method parameters in com.intel.hadoop.graphbuilder.preprocess.mapreduce with type arguments of type VertexEdgeUnionType
 void CreateGraphMapper.map(org.apache.hadoop.io.LongWritable key, org.apache.hadoop.io.Text value, org.apache.hadoop.mapred.OutputCollector<org.apache.hadoop.io.IntWritable,VertexEdgeUnionType> out, org.apache.hadoop.mapred.Reporter arg3)
           
 void CreateGraphReducer.reduce(org.apache.hadoop.io.IntWritable key, java.util.Iterator<VertexEdgeUnionType> iter, org.apache.hadoop.mapred.OutputCollector<org.apache.hadoop.io.Text,org.apache.hadoop.io.Text> out, org.apache.hadoop.mapred.Reporter reporter)