This is a pre-finalized but post-partitioned adjacency format for GraphLab2. The local edges are stored in an adjacency list. The advantage of this representation lies in its simplicity, therefore easier to parallelize than {@code GLGraph}. Also, it leaves the heavy duty of {@link GLGraph#finalize()}to much more efficient C++ code on the GraphLab2 side.
@param < VidType>
@param < VertexData>
@param < EdgeData>
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.