Package org.apache.storm.serialization
Class DefaultKryoFactory
java.lang.Object
org.apache.storm.serialization.DefaultKryoFactory
- All Implemented Interfaces:
- IKryoFactory
- 
Nested Class SummaryNested Classes
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncom.esotericsoftware.kryo.KryovoidpostDecorate(com.esotericsoftware.kryo.Kryo k, Map<String, Object> conf) voidpostRegister(com.esotericsoftware.kryo.Kryo k, Map<String, Object> conf) voidpreRegister(com.esotericsoftware.kryo.Kryo k, Map<String, Object> conf) 
- 
Constructor Details- 
DefaultKryoFactorypublic DefaultKryoFactory()
 
- 
- 
Method Details- 
getKryo- Specified by:
- getKryoin interface- IKryoFactory
 
- 
preRegister- Specified by:
- preRegisterin interface- IKryoFactory
 
- 
postRegister- Specified by:
- postRegisterin interface- IKryoFactory
 
- 
postDecorate- Specified by:
- postDecoratein interface- IKryoFactory
 
 
-