Package com.esotericsoftware.kryo.pool
-
Interface Summary Interface Description KryoCallback<T> Callback to run with a provided kryo instance.KryoFactory Factory to create new configured instances ofKryo
.KryoPool A simple pool interface forKryo
instances. -
Class Summary Class Description KryoPool.Builder Builder for aKryoPool
instance, constructs aKryoPoolQueueImpl
instance.KryoPoolQueueImpl A simpleQueue
basedKryoPool
implementation, should be built using the KryoPool.Builder.SoftReferenceQueue Internally usesSoftReference
s for queued Kryo instances, most importantly adjusts thepoll
behavior so that GC'ed Kryo instances are skipped.