|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BufferRecycler | |
|---|---|
| com.ning.compress.lzf | |
| Uses of BufferRecycler in com.ning.compress.lzf |
|---|
| Fields in com.ning.compress.lzf with type parameters of type BufferRecycler | |
|---|---|
protected static ThreadLocal<SoftReference<BufferRecycler>> |
BufferRecycler._recyclerRef
This ThreadLocal contains a SoftRerefence
to a BufferRecycler used to provide a low-cost
buffer recycling for buffers we need for encoding, decoding. |
| Methods in com.ning.compress.lzf that return BufferRecycler | |
|---|---|
static BufferRecycler |
BufferRecycler.instance()
Accessor to get thread-local recycler instance |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||