org.apache.spark.graphx
Class GraphXUtils

Object
  extended by org.apache.spark.graphx.GraphXUtils

public class GraphXUtils
extends Object


Constructor Summary
GraphXUtils()
           
 
Method Summary
static void registerKryoClasses(SparkConf conf)
          Registers classes that GraphX uses with Kryo.
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphXUtils

public GraphXUtils()
Method Detail

registerKryoClasses

public static void registerKryoClasses(SparkConf conf)
Registers classes that GraphX uses with Kryo.

Parameters:
conf - (undocumented)