Package com.intel.hadoop.graphbuilder.graph.glgraph

Class Summary
EdgeList A lazy list representation of a collection of edges that satisfy a direction property with respect to a center vertex.
EdgeListStorage<EdgeData> Stores a list of edges as 3 separate arrays of source id, target id and edge data respectively.
EdgeType  
GLGraph<VidType,VertexData,EdgeData> This is equivalent to GraphLab2 distributed graph ://code.google.com /p/graphlabapi/source/browse/src/graphlab/graph/distributed_graph.hpp.
GLGraphOutput Controls the output of a GLGraph.
GLJsonFormatter A JSON encoding of GLGraph.
SparseGraphStruct A dense data structure of a sparse matrix: (Compressed Sparse Row) ://en.wikipedia.org/wiki/Sparse_matrix#Compressed_sparse_row_.28CSR_or_CRS .29.
 

Enum Summary
EdgeType.DIR