Package com.intel.hadoop.graphbuilder.partition.mapreduce.keyvalue

Class Summary
CombinedEdgeValueType<VidType extends WritableComparable<VidType>,VertexData extends Writable,EdgeData extends Writable> Intermediate value type of edge records and supports commutative and associative add operation to merge with instances of the same type.
CombinedVrecordValueType<VidType extends WritableComparable<VidType>,VertexData extends Writable,EdgeData extends Writable> Intermediate value type of vertex records and supports commutative and associative add operation through additvity of inEdges, outEdges and union of the mirror set.
GraphTypeFactory<VidType extends WritableComparable<VidType>,VertexData extends Writable,EdgeData extends Writable>  
IngressJobKeyValueFactory  
IngressKeyType<VidType extends WritableComparable<VidType>> Abstract MapKey for edge ingress templated with VidType.
IngressValueType<VidType extends WritableComparable<VidType>,VertexData extends Writable,EdgeData extends Writable> An abstract class for map value templated with VidType, VertexData, and EdgeData.