Package org.apache.heron.api.serializer
Class DefaultKryoFactory
- java.lang.Object
-
- org.apache.heron.api.serializer.DefaultKryoFactory
-
- All Implemented Interfaces:
IKryoFactory
public class DefaultKryoFactory extends Object implements IKryoFactory
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDefaultKryoFactory.KryoSerializableDefault
-
Constructor Summary
Constructors Constructor Description DefaultKryoFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.esotericsoftware.kryo.KryogetKryo(Map conf)voidpostDecorate(com.esotericsoftware.kryo.Kryo k, Map conf)voidpostRegister(com.esotericsoftware.kryo.Kryo k, Map conf)voidpreRegister(com.esotericsoftware.kryo.Kryo k, Map conf)
-
-
-
Method Detail
-
getKryo
public com.esotericsoftware.kryo.Kryo getKryo(Map conf)
- Specified by:
getKryoin interfaceIKryoFactory
-
preRegister
public void preRegister(com.esotericsoftware.kryo.Kryo k, Map conf)- Specified by:
preRegisterin interfaceIKryoFactory
-
postRegister
public void postRegister(com.esotericsoftware.kryo.Kryo k, Map conf)- Specified by:
postRegisterin interfaceIKryoFactory
-
postDecorate
public void postDecorate(com.esotericsoftware.kryo.Kryo k, Map conf)- Specified by:
postDecoratein interfaceIKryoFactory
-
-