Uses of Class
com.intel.hadoop.graphbuilder.graph.glgraph.SparseGraphStruct

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

Uses of SparseGraphStruct in com.intel.hadoop.graphbuilder.graph.glgraph
 

Methods in com.intel.hadoop.graphbuilder.graph.glgraph that return SparseGraphStruct
 SparseGraphStruct GLGraph.csc()
           
 SparseGraphStruct GLGraph.csr()
           
 

Constructors in com.intel.hadoop.graphbuilder.graph.glgraph with parameters of type SparseGraphStruct
EdgeList(int vid, SparseGraphStruct store, EdgeType.DIR dir)
          Construct an EdgeList containing all edges in the SparseGraphStruct that are incoming (outgoing) edges with respect to the given vertex.