Package io.atomix.utils.serializer
Class CompatibleKryoPool
java.lang.Object
com.esotericsoftware.kryo.util.Pool<com.esotericsoftware.kryo.Kryo>
io.atomix.utils.serializer.CompatibleKryoPool
public class CompatibleKryoPool
extends com.esotericsoftware.kryo.util.Pool<com.esotericsoftware.kryo.Kryo>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.esotericsoftware.kryo.util.Pool
com.esotericsoftware.kryo.util.Pool.Poolable -
Constructor Summary
ConstructorsConstructorDescriptionCompatibleKryoPool(String friendlyName, ClassLoader classLoader, List<io.atomix.utils.serializer.Namespace.RegistrationBlock> registeredBlocks) -
Method Summary
Methods inherited from class com.esotericsoftware.kryo.util.Pool
clean, clear, free, getFree, getPeak, obtain, reset, resetPeak
-
Constructor Details
-
CompatibleKryoPool
public CompatibleKryoPool(String friendlyName, ClassLoader classLoader, List<io.atomix.utils.serializer.Namespace.RegistrationBlock> registeredBlocks)
-
-
Method Details
-
create
protected com.esotericsoftware.kryo.Kryo create()- Specified by:
createin classcom.esotericsoftware.kryo.util.Pool<com.esotericsoftware.kryo.Kryo>
-