Package | Description |
---|---|
com.ning.compress.lzf |
Modifier and Type | Field and Description |
---|---|
protected static ThreadLocal<SoftReference<BufferRecycler>> |
BufferRecycler._recyclerRef
This
ThreadLocal contains a SoftReference
to a BufferRecycler used to provide a low-cost
buffer recycling for buffers we need for encoding, decoding. |
Modifier and Type | Method and Description |
---|---|
static BufferRecycler |
BufferRecycler.instance()
Accessor to get thread-local recycler instance
|
Copyright © 2013. All Rights Reserved.