Uses of Class
org.xerial.snappy.buffer.CachedBufferAllocator
-
Packages that use CachedBufferAllocator Package Description org.xerial.snappy.buffer -
-
Uses of CachedBufferAllocator in org.xerial.snappy.buffer
Fields in org.xerial.snappy.buffer with type parameters of type CachedBufferAllocator Modifier and Type Field 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 instancesMethods in org.xerial.snappy.buffer that return CachedBufferAllocator Modifier and Type Method Description static CachedBufferAllocator
CachedBufferAllocator. getAllocator(int bufferSize)
-