Module tools.jackson.core
Package tools.jackson.core.util
Class JsonRecyclerPools.ConcurrentDequePool
java.lang.Object
tools.jackson.core.util.RecyclerPool.StatefulImplBase<P>
tools.jackson.core.util.RecyclerPool.ConcurrentDequePoolBase<BufferRecycler>
tools.jackson.core.util.JsonRecyclerPools.ConcurrentDequePool
- All Implemented Interfaces:
Serializable,RecyclerPool<BufferRecycler>
- Enclosing class:
- JsonRecyclerPools
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.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface tools.jackson.core.util.RecyclerPool
RecyclerPool.BoundedPoolBase<P extends RecyclerPool.WithPool<P>>, RecyclerPool.ConcurrentDequePoolBase<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>> -
Field Summary
FieldsFields inherited from class tools.jackson.core.util.RecyclerPool.ConcurrentDequePoolBase
poolFields inherited from class tools.jackson.core.util.RecyclerPool.StatefulImplBase
_serialization, SERIALIZATION_NON_SHARED, SERIALIZATION_SHARED -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class tools.jackson.core.util.RecyclerPool.ConcurrentDequePoolBase
acquirePooled, clear, pooledCount, releasePooledMethods inherited from class tools.jackson.core.util.RecyclerPool.StatefulImplBase
_resolveToSharedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface tools.jackson.core.util.RecyclerPool
acquireAndLinkPooled
-
Field Details
-
GLOBAL
-
-
Constructor Details
-
ConcurrentDequePool
protected ConcurrentDequePool(int serialization)
-
-
Method Details
-
construct
-
createPooled
- Specified by:
createPooledin classRecyclerPool.StatefulImplBase<BufferRecycler>
-
readResolve
-