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<String,Object> conf) |
void |
postDecorate(com.esotericsoftware.kryo.Kryo k,
Map<String,Object> conf) |
void |
postRegister(com.esotericsoftware.kryo.Kryo k,
Map<String,Object> conf) |
void |
preRegister(com.esotericsoftware.kryo.Kryo k,
Map<String,Object> conf) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.