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 ABufferPool
implementation which caches values at fixed sizes.DefaultPoolFactory Manages implementation ofBufferPool
to use by default.DirectByteBuffers Utility to facilitate disposing of direct byte buffer instances.QuiescentBufferPool ABufferPool
implementation which does no pooling.