Uses of Package
tools.jackson.dataformat.avro.apacheimpl
Packages that use tools.jackson.dataformat.avro.apacheimpl
Package
Description
Package that contains codec implementations (and support pieces)
that build on Apache avro library.
-
Classes in tools.jackson.dataformat.avro.apacheimpl used by tools.jackson.dataformat.avroClassDescriptionSimple helper class that contains extracted functionality for simple encoder/decoder recycling.
-
Classes in tools.jackson.dataformat.avro.apacheimpl used by tools.jackson.dataformat.avro.apacheimplClassDescriptionSimple helper class that contains extracted functionality for simple encoder/decoder recycling.
RecyclerPoolimplementation that uses a bounded queue (ArrayBlockingQueuefor recycling instances.RecyclerPoolimplementation that usesConcurrentLinkedDequefor recycling instances.DummyRecyclerPoolimplementation that does not recycle anything but simply creates new instances when asked to acquire items.ThreadLocal-basedRecyclerPoolimplementation used for recyclingApacheCodecRecyclerinstances: seeRecyclerPool.ThreadLocalPoolBasefor full explanation of functioning.