backtype.storm.serialization
Class DefaultKryoFactory
java.lang.Object
backtype.storm.serialization.DefaultKryoFactory
- All Implemented Interfaces:
- IKryoFactory
public class DefaultKryoFactory
- extends Object
- implements IKryoFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultKryoFactory
public DefaultKryoFactory()
getKryo
public com.esotericsoftware.kryo.Kryo getKryo(Map conf)
- Specified by:
getKryo in interface IKryoFactory
preRegister
public void preRegister(com.esotericsoftware.kryo.Kryo k,
Map conf)
- Specified by:
preRegister in interface IKryoFactory
postRegister
public void postRegister(com.esotericsoftware.kryo.Kryo k,
Map conf)
- Specified by:
postRegister in interface IKryoFactory
postDecorate
public void postDecorate(com.esotericsoftware.kryo.Kryo k,
Map conf)
- Specified by:
postDecorate in interface IKryoFactory
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.