Package | Description |
---|---|
org.xerial.snappy.buffer |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.Integer,java.lang.ref.SoftReference<CachedBufferAllocator>> |
CachedBufferAllocator.queueTable
Use SoftReference so that having this queueTable does not prevent the GC of CachedBufferAllocator instances
|
Modifier and Type | Method and Description |
---|---|
static CachedBufferAllocator |
CachedBufferAllocator.getAllocator(int bufferSize) |