Uses of Class
org.iq80.snappy.BufferRecycler
-
Uses of BufferRecycler in org.iq80.snappy
Fields in org.iq80.snappy declared as BufferRecyclerModifier and TypeFieldDescriptionprivate final BufferRecyclerAbstractSnappyInputStream.recyclerprivate final BufferRecyclerAbstractSnappyOutputStream.recyclerFields in org.iq80.snappy with type parameters of type BufferRecyclerModifier and TypeFieldDescriptionprotected static final ThreadLocal<SoftReference<BufferRecycler>> BufferRecycler.recyclerRefThisThreadLocalcontains aSoftReferenceto aBufferRecyclerused to provide a low-cost buffer recycling for buffers we need for encoding, decoding.Methods in org.iq80.snappy that return BufferRecyclerModifier and TypeMethodDescriptionstatic BufferRecyclerBufferRecycler.instance()Accessor to get thread-local recycler instance