public static class AvroRecyclerPools.ConcurrentDequePool extends com.fasterxml.jackson.core.util.RecyclerPool.ConcurrentDequePoolBase<ApacheCodecRecycler>
RecyclerPool implementation that uses
ConcurrentLinkedDeque for recycling instances.
Pool is unbounded: see RecyclerPool what this means.
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.ConcurrentDequePool |
GLOBAL |
| Modifier | Constructor and Description |
|---|---|
protected |
ConcurrentDequePool(int serialization) |
| Modifier and Type | Method and Description |
|---|---|
static AvroRecyclerPools.ConcurrentDequePool |
construct() |
ApacheCodecRecycler |
createPooled() |
protected Object |
readResolve() |
acquirePooled, clear, pooledCount, releasePooled_resolveToSharedprotected static final AvroRecyclerPools.ConcurrentDequePool GLOBAL
public static AvroRecyclerPools.ConcurrentDequePool construct()
public ApacheCodecRecycler createPooled()
createPooled in class com.fasterxml.jackson.core.util.RecyclerPool.StatefulImplBase<ApacheCodecRecycler>protected Object readResolve()
Copyright © 2024 FasterXML. All rights reserved.