| Package | Description |
|---|---|
| com.fasterxml.jackson.core.util |
Utility classes used by Jackson Core functionality.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
JsonRecyclerPools.BoundedPool
RecyclerPool implementation that uses
a bounded queue (ArrayBlockingQueue for recycling instances. |
static class |
JsonRecyclerPools.ConcurrentDequePool
RecyclerPool implementation that uses
ConcurrentLinkedDeque for recycling instances. |
static class |
JsonRecyclerPools.LockFreePool
RecyclerPool implementation that uses
a lock free linked list for recycling instances. |
static class |
RecyclerPool.BoundedPoolBase<P extends RecyclerPool.WithPool<P>>
RecyclerPool implementation that uses
a bounded queue (ArrayBlockingQueue for recycling instances. |
static class |
RecyclerPool.ConcurrentDequePoolBase<P extends RecyclerPool.WithPool<P>>
RecyclerPool implementation that uses
ConcurrentLinkedDeque for recycling instances. |
static class |
RecyclerPool.LockFreePoolBase<P extends RecyclerPool.WithPool<P>>
RecyclerPool implementation that uses
a lock free linked list for recycling instances. |
| Modifier and Type | Method and Description |
|---|---|
protected Optional<RecyclerPool.StatefulImplBase<P>> |
RecyclerPool.StatefulImplBase._resolveToShared(RecyclerPool.StatefulImplBase<P> shared) |
| Modifier and Type | Method and Description |
|---|---|
protected Optional<RecyclerPool.StatefulImplBase<P>> |
RecyclerPool.StatefulImplBase._resolveToShared(RecyclerPool.StatefulImplBase<P> shared) |
Copyright © 2008–2023 FasterXML. All rights reserved.