Class AvroRecyclerPools.NonRecyclingPool
java.lang.Object
tools.jackson.core.util.RecyclerPool.NonRecyclingPoolBase<ApacheCodecRecycler>
tools.jackson.dataformat.avro.apacheimpl.AvroRecyclerPools.NonRecyclingPool
- All Implemented Interfaces:
Serializable,tools.jackson.core.util.RecyclerPool<ApacheCodecRecycler>
- Enclosing class:
- AvroRecyclerPools
public static class AvroRecyclerPools.NonRecyclingPool
extends tools.jackson.core.util.RecyclerPool.NonRecyclingPoolBase<ApacheCodecRecycler>
Dummy
RecyclerPool implementation that does not recycle
anything but simply creates new instances when asked to acquire items.- 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 -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class tools.jackson.core.util.RecyclerPool.NonRecyclingPoolBase
acquireAndLinkPooled, clear, pooledCount, releasePooled
-
Field Details
-
GLOBAL
-
-
Constructor Details
-
NonRecyclingPool
protected NonRecyclingPool()
-
-
Method Details
-
acquirePooled
- Specified by:
acquirePooledin interfacetools.jackson.core.util.RecyclerPool<ApacheCodecRecycler>- Specified by:
acquirePooledin classtools.jackson.core.util.RecyclerPool.NonRecyclingPoolBase<ApacheCodecRecycler>
-
readResolve
-