Class AvroRecyclerPools.NonRecyclingPool

java.lang.Object
tools.jackson.core.util.RecyclerPool.NonRecyclingPoolBase<ApacheCodecRecycler>
tools.jackson.dataformat.avro.apacheimpl.AvroRecyclerPools.NonRecyclingPool
All Implemented Interfaces:
Serializable, tools.jackson.core.util.RecyclerPool<ApacheCodecRecycler>
Enclosing class:
AvroRecyclerPools

public static class AvroRecyclerPools.NonRecyclingPool extends tools.jackson.core.util.RecyclerPool.NonRecyclingPoolBase<ApacheCodecRecycler>
Dummy RecyclerPool implementation that does not recycle anything but simply creates new instances when asked to acquire items.
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from interface tools.jackson.core.util.RecyclerPool

    tools.jackson.core.util.RecyclerPool.BoundedPoolBase<P extends tools.jackson.core.util.RecyclerPool.WithPool<P>>, tools.jackson.core.util.RecyclerPool.ConcurrentDequePoolBase<P extends tools.jackson.core.util.RecyclerPool.WithPool<P>>, tools.jackson.core.util.RecyclerPool.NonRecyclingPoolBase<P extends tools.jackson.core.util.RecyclerPool.WithPool<P>>, tools.jackson.core.util.RecyclerPool.StatefulImplBase<P extends tools.jackson.core.util.RecyclerPool.WithPool<P>>, tools.jackson.core.util.RecyclerPool.ThreadLocalPoolBase<P extends tools.jackson.core.util.RecyclerPool.WithPool<P>>, tools.jackson.core.util.RecyclerPool.WithPool<P extends tools.jackson.core.util.RecyclerPool.WithPool<P>>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static final AvroRecyclerPools.NonRecyclingPool
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    protected Object
     

    Methods inherited from class tools.jackson.core.util.RecyclerPool.NonRecyclingPoolBase

    acquireAndLinkPooled, clear, pooledCount, releasePooled

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • NonRecyclingPool

      protected NonRecyclingPool()
  • Method Details

    • acquirePooled

      public ApacheCodecRecycler acquirePooled()
      Specified by:
      acquirePooled in interface tools.jackson.core.util.RecyclerPool<ApacheCodecRecycler>
      Specified by:
      acquirePooled in class tools.jackson.core.util.RecyclerPool.NonRecyclingPoolBase<ApacheCodecRecycler>
    • readResolve

      protected Object readResolve()