Class AvroRecyclerPools.ThreadLocalPool
java.lang.Object
tools.jackson.core.util.RecyclerPool.ThreadLocalPoolBase<ApacheCodecRecycler>
tools.jackson.dataformat.avro.apacheimpl.AvroRecyclerPools.ThreadLocalPool
- All Implemented Interfaces:
Serializable,tools.jackson.core.util.RecyclerPool<ApacheCodecRecycler>
- Enclosing class:
- AvroRecyclerPools
public static class AvroRecyclerPools.ThreadLocalPool
extends tools.jackson.core.util.RecyclerPool.ThreadLocalPoolBase<ApacheCodecRecycler>
ThreadLocal-based RecyclerPool implementation used for
recycling ApacheCodecRecycler instances:
see RecyclerPool.ThreadLocalPoolBase for full explanation
of functioning.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface tools.jackson.core.util.RecyclerPool
tools.jackson.core.util.RecyclerPool.BoundedPoolBase<P extends tools.jackson.core.util.RecyclerPool.WithPool<P>>, tools.jackson.core.util.RecyclerPool.ConcurrentDequePoolBase<P extends tools.jackson.core.util.RecyclerPool.WithPool<P>>, tools.jackson.core.util.RecyclerPool.NonRecyclingPoolBase<P extends tools.jackson.core.util.RecyclerPool.WithPool<P>>, tools.jackson.core.util.RecyclerPool.StatefulImplBase<P extends tools.jackson.core.util.RecyclerPool.WithPool<P>>, tools.jackson.core.util.RecyclerPool.ThreadLocalPoolBase<P extends tools.jackson.core.util.RecyclerPool.WithPool<P>>, tools.jackson.core.util.RecyclerPool.WithPool<P extends tools.jackson.core.util.RecyclerPool.WithPool<P>> -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final ThreadLocal<SoftReference<ApacheCodecRecycler>>protected static final AvroRecyclerPools.ThreadLocalPool -
Method Summary
Methods inherited from class tools.jackson.core.util.RecyclerPool.ThreadLocalPoolBase
acquireAndLinkPooled, clear, pooledCount, releasePooled
-
Field Details
-
GLOBAL
-
_recycler
-
-
Method Details
-
acquirePooled
- Specified by:
acquirePooledin interfacetools.jackson.core.util.RecyclerPool<ApacheCodecRecycler>- Specified by:
acquirePooledin classtools.jackson.core.util.RecyclerPool.ThreadLocalPoolBase<ApacheCodecRecycler>
-
readResolve
-