Package com.intel.hadoop.graphbuilder.graph

Interface Summary
EdgeFormatter Controls the low level string representation of the graph output.
Graph<VidType,VertexData,EdgeData> A distributed graph partition consists of 3 parts: a partition id, a collection of local edges, and a collection of VertexRecords.
GraphOutput Controls the high level output logic of a graph, including initializing, finalizing the Hadoop IO objects, and configuring the output directory.
VrecordFormatter Controls the low level string representation of the VertexRecord.
 

Class Summary
Edge<VidType extends WritableComparable<VidType>,EdgeData extends Writable> Represents an Edge object with source, target vertex id and edge data.
JsonVrecordFormatter A VertexRecordFromatter using JSON encoding.
Vertex<VidType extends WritableComparable<VidType>,VertexData extends Writable> Represents a vertex object with id and vertex data.
VertexRecord<VidType,VertexData> Represents a distributed vertex.