Uses of Class
org.xerial.snappy.buffer.CachedBufferAllocator
Packages that use CachedBufferAllocator
-
Uses of CachedBufferAllocator in org.xerial.snappy.buffer
Fields in org.xerial.snappy.buffer with type parameters of type CachedBufferAllocatorModifier and TypeFieldDescriptionprivate static final Map<Integer, 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 CachedBufferAllocatorModifier and TypeMethodDescriptionstatic CachedBufferAllocatorCachedBufferAllocator.getAllocator(int bufferSize)