public static class AvroRecyclerPools.NonRecyclingPool extends com.fasterxml.jackson.core.util.RecyclerPool.NonRecyclingPoolBase<ApacheCodecRecycler>
RecyclerPool implementation that does not recycle
anything but simply creates new instances when asked to acquire items.com.fasterxml.jackson.core.util.RecyclerPool.BoundedPoolBase<P extends com.fasterxml.jackson.core.util.RecyclerPool.WithPool<P>>, com.fasterxml.jackson.core.util.RecyclerPool.ConcurrentDequePoolBase<P extends com.fasterxml.jackson.core.util.RecyclerPool.WithPool<P>>, com.fasterxml.jackson.core.util.RecyclerPool.LockFreePoolBase<P extends com.fasterxml.jackson.core.util.RecyclerPool.WithPool<P>>, com.fasterxml.jackson.core.util.RecyclerPool.NonRecyclingPoolBase<P extends com.fasterxml.jackson.core.util.RecyclerPool.WithPool<P>>, com.fasterxml.jackson.core.util.RecyclerPool.StatefulImplBase<P extends com.fasterxml.jackson.core.util.RecyclerPool.WithPool<P>>, com.fasterxml.jackson.core.util.RecyclerPool.ThreadLocalPoolBase<P extends com.fasterxml.jackson.core.util.RecyclerPool.WithPool<P>>, com.fasterxml.jackson.core.util.RecyclerPool.WithPool<P extends com.fasterxml.jackson.core.util.RecyclerPool.WithPool<P>>| Modifier and Type | Field and Description |
|---|---|
protected static AvroRecyclerPools.NonRecyclingPool |
GLOBAL |
| Modifier | Constructor and Description |
|---|---|
protected |
NonRecyclingPool() |
| Modifier and Type | Method and Description |
|---|---|
ApacheCodecRecycler |
acquirePooled() |
protected Object |
readResolve() |
protected static final AvroRecyclerPools.NonRecyclingPool GLOBAL
public ApacheCodecRecycler acquirePooled()
acquirePooled in interface com.fasterxml.jackson.core.util.RecyclerPool<ApacheCodecRecycler>acquirePooled in class com.fasterxml.jackson.core.util.RecyclerPool.NonRecyclingPoolBase<ApacheCodecRecycler>protected Object readResolve()
Copyright © 2023 FasterXML. All rights reserved.