org.apache.spark.graphx
Class GraphKryoRegistrator

Object
  extended by org.apache.spark.graphx.GraphKryoRegistrator
All Implemented Interfaces:
KryoRegistrator

public class GraphKryoRegistrator
extends Object
implements KryoRegistrator

Registers GraphX classes with Kryo for improved performance.


Constructor Summary
GraphKryoRegistrator()
           
 
Method Summary
 void registerClasses(com.esotericsoftware.kryo.Kryo kryo)
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphKryoRegistrator

public GraphKryoRegistrator()
Method Detail

registerClasses

public void registerClasses(com.esotericsoftware.kryo.Kryo kryo)
Specified by:
registerClasses in interface KryoRegistrator