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

Packages that use com.intel.hadoop.graphbuilder.graph.glgraph
com.intel.hadoop.graphbuilder.graph.glgraph   
 

Classes in com.intel.hadoop.graphbuilder.graph.glgraph used by com.intel.hadoop.graphbuilder.graph.glgraph
EdgeList
          A lazy list representation of a collection of edges that satisfy a direction property with respect to a center vertex.
EdgeType
           
EdgeType.DIR
           
GLGraph
          This is equivalent to GraphLab2 distributed graph ://code.google.com /p/graphlabapi/source/browse/src/graphlab/graph/distributed_graph.hpp.
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.