Uses of Class
tools.jackson.dataformat.avro.apacheimpl.ApacheCodecRecycler
Packages that use ApacheCodecRecycler
Package
Description
Package that contains codec implementations (and support pieces)
that build on Apache avro library.
-
Uses of ApacheCodecRecycler in tools.jackson.dataformat.avro
Fields in tools.jackson.dataformat.avro declared as ApacheCodecRecyclerModifier and TypeFieldDescriptionprotected ApacheCodecRecyclerAvroGenerator._apacheCodecRecyclerFields in tools.jackson.dataformat.avro with type parameters of type ApacheCodecRecyclerModifier and TypeFieldDescriptionprotected tools.jackson.core.util.RecyclerPool<ApacheCodecRecycler>AvroFactory._avroRecyclerPoolConstructors in tools.jackson.dataformat.avro with parameters of type ApacheCodecRecyclerModifierConstructorDescriptionAvroGenerator(tools.jackson.core.ObjectWriteContext writeCtxt, tools.jackson.core.io.IOContext ioCtxt, int streamWriteFeatures, int avroFeatures, ApacheCodecRecycler apacheCodecRecycler, AvroSchema schema, OutputStream output) -
Uses of ApacheCodecRecycler in tools.jackson.dataformat.avro.apacheimpl
Fields in tools.jackson.dataformat.avro.apacheimpl declared as ApacheCodecRecyclerModifier and TypeFieldDescriptionprotected ApacheCodecRecyclerApacheAvroParserImpl._apacheCodecRecyclerFields in tools.jackson.dataformat.avro.apacheimpl with type parameters of type ApacheCodecRecyclerModifier and TypeFieldDescriptionprotected static final ThreadLocal<SoftReference<ApacheCodecRecycler>>AvroRecyclerPools.ThreadLocalPool._recyclerMethods in tools.jackson.dataformat.avro.apacheimpl that return ApacheCodecRecyclerModifier and TypeMethodDescriptionAvroRecyclerPools.NonRecyclingPool.acquirePooled()AvroRecyclerPools.ThreadLocalPool.acquirePooled()AvroRecyclerPools.BoundedPool.createPooled()AvroRecyclerPools.ConcurrentDequePool.createPooled()ApacheCodecRecycler.withPool(tools.jackson.core.util.RecyclerPool<ApacheCodecRecycler> pool) Method called by owner of this recycler instance, to provide reference toRecyclerPoolinto which instance is to be released (if any)Methods in tools.jackson.dataformat.avro.apacheimpl that return types with arguments of type ApacheCodecRecyclerModifier and TypeMethodDescriptionstatic tools.jackson.core.util.RecyclerPool<ApacheCodecRecycler>AvroRecyclerPools.defaultPool()Method to call to get the default recycler pool instance: as of Jackson 3.0 and later this is same as callingAvroRecyclerPools.newConcurrentDequePool().static tools.jackson.core.util.RecyclerPool<ApacheCodecRecycler>AvroRecyclerPools.newBoundedPool(int size) Accessor for constructing a new, non-sharedAvroRecyclerPools.BoundedPoolinstance.static tools.jackson.core.util.RecyclerPool<ApacheCodecRecycler>AvroRecyclerPools.newConcurrentDequePool()Accessor for constructing a new, non-sharedAvroRecyclerPools.ConcurrentDequePoolinstance.static tools.jackson.core.util.RecyclerPool<ApacheCodecRecycler>AvroRecyclerPools.nonRecyclingPool()Accessor for getting the shared/globalAvroRecyclerPools.NonRecyclingPoolinstance (due to design only one instance ever needed)static tools.jackson.core.util.RecyclerPool<ApacheCodecRecycler>AvroRecyclerPools.sharedBoundedPool()Accessor for getting the shared/globalAvroRecyclerPools.BoundedPoolinstance.static tools.jackson.core.util.RecyclerPool<ApacheCodecRecycler>AvroRecyclerPools.sharedConcurrentDequePool()Accessor for getting the shared/globalAvroRecyclerPools.ConcurrentDequePoolinstance.static tools.jackson.core.util.RecyclerPool<ApacheCodecRecycler>AvroRecyclerPools.threadLocalPool()Accessor for getting the shared/globalAvroRecyclerPools.ThreadLocalPoolinstance (due to design only one instance ever needed)Method parameters in tools.jackson.dataformat.avro.apacheimpl with type arguments of type ApacheCodecRecyclerModifier and TypeMethodDescriptionApacheCodecRecycler.withPool(tools.jackson.core.util.RecyclerPool<ApacheCodecRecycler> pool) Method called by owner of this recycler instance, to provide reference toRecyclerPoolinto which instance is to be released (if any)Constructors in tools.jackson.dataformat.avro.apacheimpl with parameters of type ApacheCodecRecyclerModifierConstructorDescriptionApacheAvroParserImpl(tools.jackson.core.ObjectReadContext readCtxt, tools.jackson.core.io.IOContext ioCtxt, int parserFeatures, int avroFeatures, ApacheCodecRecycler apacheCodecRecycler, AvroSchema schema, byte[] buffer, int offset, int len) ApacheAvroParserImpl(tools.jackson.core.ObjectReadContext readCtxt, tools.jackson.core.io.IOContext ioCtxt, int parserFeatures, int avroFeatures, ApacheCodecRecycler apacheCodecRecycler, AvroSchema schema, InputStream in)