Class HybridJacksonPool.StripedLockFreePool
java.lang.Object
io.vertx.core.json.jackson.HybridJacksonPool.StripedLockFreePool
- All Implemented Interfaces:
RecyclerPool<BufferRecycler>, Serializable
- Enclosing class:
HybridJacksonPool
public static class HybridJacksonPool.StripedLockFreePool
extends Object
implements RecyclerPool<BufferRecycler>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface RecyclerPool
RecyclerPool.BoundedPoolBase<P>, RecyclerPool.ConcurrentDequePoolBase<P>, RecyclerPool.LockFreePoolBase<P>, RecyclerPool.NonRecyclingPoolBase<P>, RecyclerPool.StatefulImplBase<P>, RecyclerPool.ThreadLocalPoolBase<P>, RecyclerPool.WithPool<P> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface RecyclerPool
acquireAndLinkPooled, clear, pooledCount
-
Constructor Details
-
StripedLockFreePool
public StripedLockFreePool(int stripesCount)
-
-
Method Details
-
size
public int size() -
stackStats
public int[] stackStats() -
acquirePooled
- Specified by:
acquirePooledin interfaceRecyclerPool<BufferRecycler>
-
releasePooled
- Specified by:
releasePooledin interfaceRecyclerPool<BufferRecycler>
-