Class ThreadLocalKryoProvider
- java.lang.Object
-
- cn.sliew.milky.serialize.kryo5.utils.ThreadLocalKryoProvider
-
- All Implemented Interfaces:
KryoProvider
public class ThreadLocalKryoProvider extends Object implements KryoProvider
ThreadLocal的潜在的对象无法回收的内存溢出问题。
-
-
Constructor Summary
Constructors Constructor Description ThreadLocalKryoProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.esotericsoftware.kryo.kryo5.Kryoget()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface cn.sliew.milky.serialize.kryo5.KryoProvider
release
-
-
-
-
Method Detail
-
get
public com.esotericsoftware.kryo.kryo5.Kryo get()
- Specified by:
getin interfaceKryoProvider
-
-