public static class JsonRecyclerPools.ConcurrentDequePool extends RecyclerPool.ConcurrentDequePoolBase<BufferRecycler>
RecyclerPool implementation that uses
ConcurrentLinkedDeque for recycling instances.
Pool is unbounded: see RecyclerPool what this means.
RecyclerPool.BoundedPoolBase<P extends RecyclerPool.WithPool<P>>, RecyclerPool.ConcurrentDequePoolBase<P extends RecyclerPool.WithPool<P>>, RecyclerPool.LockFreePoolBase<P extends RecyclerPool.WithPool<P>>, RecyclerPool.NonRecyclingPoolBase<P extends RecyclerPool.WithPool<P>>, RecyclerPool.StatefulImplBase<P extends RecyclerPool.WithPool<P>>, RecyclerPool.ThreadLocalPoolBase<P extends RecyclerPool.WithPool<P>>, RecyclerPool.WithPool<P extends RecyclerPool.WithPool<P>>| Modifier and Type | Field and Description |
|---|---|
protected static JsonRecyclerPools.ConcurrentDequePool |
GLOBAL |
pool_serialization, SERIALIZATION_NON_SHARED, SERIALIZATION_SHARED| Modifier | Constructor and Description |
|---|---|
protected |
ConcurrentDequePool(int serialization) |
| Modifier and Type | Method and Description |
|---|---|
static JsonRecyclerPools.ConcurrentDequePool |
construct() |
BufferRecycler |
createPooled() |
protected Object |
readResolve() |
acquirePooled, clear, pooledCount, releasePooled_resolveToSharedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitacquireAndLinkPooledprotected static final JsonRecyclerPools.ConcurrentDequePool GLOBAL
public static JsonRecyclerPools.ConcurrentDequePool construct()
public BufferRecycler createPooled()
createPooled in class RecyclerPool.StatefulImplBase<BufferRecycler>protected Object readResolve()
Copyright © 2008–2025 FasterXML. All rights reserved.