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

    Fields
    Modifier and Type
    Field
    Description
     
    protected static final AvroRecyclerPools.ThreadLocalPool
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    protected Object
     

    Methods inherited from class tools.jackson.core.util.RecyclerPool.ThreadLocalPoolBase

    acquireAndLinkPooled, clear, pooledCount, releasePooled

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait