Uses of Interface
com.esotericsoftware.kryo.pool.KryoPool
-
Packages that use KryoPool Package Description com.esotericsoftware.kryo.pool -
-
Uses of KryoPool in com.esotericsoftware.kryo.pool
Classes in com.esotericsoftware.kryo.pool that implement KryoPool Modifier and Type Class Description (package private) class
KryoPoolQueueImpl
A simpleQueue
basedKryoPool
implementation, should be built using the KryoPool.Builder.Methods in com.esotericsoftware.kryo.pool that return KryoPool Modifier and Type Method Description KryoPool
KryoPool.Builder. build()
Build the pool.
-