| Package | Description |
|---|---|
| com.fasterxml.jackson.dataformat.avro | |
| com.fasterxml.jackson.dataformat.avro.apacheimpl |
Package that contains codec implementations (and support pieces)
that build on Apache avro library.
|
| Class and Description |
|---|
| ApacheCodecRecycler
Simple helper class that contains extracted functionality for
simple encoder/decoder recycling.
|
| Class and Description |
|---|
| ApacheCodecRecycler
Simple helper class that contains extracted functionality for
simple encoder/decoder recycling.
|
AvroRecyclerPools.BoundedPool
RecyclerPool implementation that uses
a bounded queue (ArrayBlockingQueue for recycling instances. |
AvroRecyclerPools.ConcurrentDequePool
RecyclerPool implementation that uses
ConcurrentLinkedDeque for recycling instances. |
AvroRecyclerPools.LockFreePool
RecyclerPool implementation that uses
a lock free linked list for recycling instances. |
| AvroRecyclerPools.NonRecyclingPool
Dummy
RecyclerPool implementation that does not recycle
anything but simply creates new instances when asked to acquire items. |
AvroRecyclerPools.ThreadLocalPool
ThreadLocal-based RecyclerPool implementation used for
recycling ApacheCodecRecycler instances:
see RecyclerPool.ThreadLocalPoolBase for full explanation
of functioning. |
Copyright © 2023 FasterXML. All rights reserved.