tachyon
Class KryoFactory

java.lang.Object
  extended by tachyon.KryoFactory

public class KryoFactory
extends Object

The factory to create a kryo ser/de for Tachyon master write ahead log or checkpoint file.


Constructor Summary
KryoFactory()
           
 
Method Summary
static com.esotericsoftware.kryo.Kryo createLogKryo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KryoFactory

public KryoFactory()
Method Detail

createLogKryo

public static com.esotericsoftware.kryo.Kryo createLogKryo()


Copyright © 2013. All Rights Reserved.