Package org.apache.giraph.utils

Examples of org.apache.giraph.utils.TestGraph


   * application. Creates new instance of TestGraph
   *
   * @param conf Configuration
   */
  public static void initializeOutputGraph(GiraphConfiguration conf) {
    OUTPUT_GRAPH = new TestGraph(conf);
  }
View Full Code Here

TOP

Related Classes of org.apache.giraph.utils.TestGraph

Copyright © 2018 www.massapicom. All rights reserved.
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.