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

Class Summary
EdgeTransformJobValueFactory A Factory class that dynamically creates a concrete PairListType which is used in EdgeTransformMR as the intermediate value type.
PairListIterator<T1,T2> Helper class for iterating a list of pairs.
PairListType<T1 extends Writable,T2 extends Writable> A general abstract class represents a list of pairs.
PreprocessJobValueFactory A Factory class that dynamically creates a concrete VertexEdgeUnionType which is used in CreateGraphMR as the intermediate value type.
VertexEdgeUnionType<VidType extends WritableComparable<VidType>,VertexData extends Writable,EdgeData extends Writable> Abstract union type of Vertex and Edge.