Class JsonRecyclerPools.LockFreePool

All Implemented Interfaces:
RecyclerPool<BufferRecycler>, Serializable
Enclosing class:
JsonRecyclerPools

public static class JsonRecyclerPools.LockFreePool extends RecyclerPool.LockFreePoolBase<BufferRecycler>
RecyclerPool implementation that uses a lock free linked list for recycling instances.

Pool is unbounded: see RecyclerPool for details on what this means.

See Also: