Class TinyThreadLocalPool<V>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected TinyThreadLocalPool.TinyPool<V> initialValue()  
      void offer​(V value)  
      V poll()  
      • Methods inherited from class io.netty.util.concurrent.FastThreadLocal

        destroy, get, get, getIfExists, isSet, isSet, onRemoval, remove, remove, removeAll, set, set, size
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait