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
_resolveToShared
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
acquireAndLinkPooled
protected static final JsonRecyclerPools.ConcurrentDequePool GLOBAL
public static JsonRecyclerPools.ConcurrentDequePool construct()
public BufferRecycler createPooled()
createPooled
in class RecyclerPool.StatefulImplBase<BufferRecycler>
protected Object readResolve()
Copyright © 2008–2024 FasterXML. All rights reserved.