Uses of Class
com.intel.hadoop.graphbuilder.partition.mapreduce.keyvalue.IngressValueType

Packages that use IngressValueType
com.intel.hadoop.graphbuilder.partition.mapreduce.edge   
com.intel.hadoop.graphbuilder.partition.mapreduce.keyvalue   
 

Uses of IngressValueType in com.intel.hadoop.graphbuilder.partition.mapreduce.edge
 

Classes in com.intel.hadoop.graphbuilder.partition.mapreduce.edge with type parameters of type IngressValueType
 class EdgeIngressCombiner<KeyType extends IngressKeyType,ValType extends IngressValueType>
          Combines intermediate IngressValues.
 class EdgeIngressMapper<VidType extends WritableComparable<VidType>,VertexData extends Writable,EdgeData extends Writable,KeyType extends IngressKeyType<VidType>,ValueType extends IngressValueType<VidType,VertexData,EdgeData>>
          This mapper class maps edge and vertex list into intermediate key, value pairs.
 class EdgeIngressReducer<VidType extends WritableComparable<VidType>,VertexData extends Writable,EdgeData extends Writable,KeyType extends IngressKeyType<VidType>,ValueType extends IngressValueType<VidType,VertexData,EdgeData>>
          This reduce task has 2 subroutines: edges are reduced into a Graph and vertices are reduced into VertexRecord.
 

Uses of IngressValueType in com.intel.hadoop.graphbuilder.partition.mapreduce.keyvalue
 

Method parameters in com.intel.hadoop.graphbuilder.partition.mapreduce.keyvalue with type arguments of type IngressValueType
 void IngressValueType.reduce(short flag, java.util.Iterator<IngressValueType<VidType,VertexData,EdgeData>> iter)
          Reduce a list of values.