Uses of Class
org.iq80.snappy.BufferRecycler
-
-
Uses of BufferRecycler in org.iq80.snappy
Fields in org.iq80.snappy declared as BufferRecycler Modifier and Type Field Description private BufferRecycler
AbstractSnappyInputStream. recycler
private BufferRecycler
AbstractSnappyOutputStream. recycler
Fields in org.iq80.snappy with type parameters of type BufferRecycler Modifier and Type Field Description protected static java.lang.ThreadLocal<java.lang.ref.SoftReference<BufferRecycler>>
BufferRecycler. recyclerRef
ThisThreadLocal
contains aSoftReference
to aBufferRecycler
used to provide a low-cost buffer recycling for buffers we need for encoding, decoding.Methods in org.iq80.snappy that return BufferRecycler Modifier and Type Method Description static BufferRecycler
BufferRecycler. instance()
Accessor to get thread-local recycler instance
-