public interface IKryoFactory
An interface that controls the Kryo instance used by Storm for serialization. The lifecycle is:
| Modifier and Type | Method and Description | 
|---|---|
com.esotericsoftware.kryo.Kryo | 
getKryo(Map conf)  | 
void | 
postDecorate(com.esotericsoftware.kryo.Kryo k,
            Map conf)  | 
void | 
postRegister(com.esotericsoftware.kryo.Kryo k,
            Map conf)  | 
void | 
preRegister(com.esotericsoftware.kryo.Kryo k,
           Map conf)  | 
Copyright © 2022 The Apache Software Foundation. All Rights Reserved.