Package org.xerial.snappy.pool
-
Interface Summary Interface Description BufferPool Makes various types of buffers available for use and potential re-use.CachingBufferPool.IntFunction<E> -
Class Summary Class Description CachingBufferPool ABufferPoolimplementation which caches values at fixed sizes.DefaultPoolFactory Manages implementation ofBufferPoolto use by default.DirectByteBuffers Utility to facilitate disposing of direct byte buffer instances.QuiescentBufferPool ABufferPoolimplementation which does no pooling.