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. queueTableUse 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 CachedBufferAllocatorCachedBufferAllocator. getAllocator(int bufferSize)
-