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

    Constructors
    Constructor
    Description
    CompatibleKryoPool(String friendlyName, ClassLoader classLoader, List<io.atomix.utils.serializer.Namespace.RegistrationBlock> registeredBlocks)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected com.esotericsoftware.kryo.Kryo
     

    Methods inherited from class com.esotericsoftware.kryo.util.Pool

    clean, clear, free, getFree, getPeak, obtain, reset, resetPeak

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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:
      create in class com.esotericsoftware.kryo.util.Pool<com.esotericsoftware.kryo.Kryo>