Uses of Interface
org.xerial.snappy.pool.CachingBufferPool.IntFunction
-
Packages that use CachingBufferPool.IntFunction Package Description org.xerial.snappy.pool -
-
Uses of CachingBufferPool.IntFunction in org.xerial.snappy.pool
Fields in org.xerial.snappy.pool declared as CachingBufferPool.IntFunction Modifier and Type Field Description private static CachingBufferPool.IntFunction<byte[]>
CachingBufferPool. ARRAY_FUNCTION
private static CachingBufferPool.IntFunction<java.nio.ByteBuffer>
CachingBufferPool. DBB_FUNCTION
Methods in org.xerial.snappy.pool with parameters of type CachingBufferPool.IntFunction Modifier and Type Method Description private static <E> E
CachingBufferPool. getOrCreate(int size, java.util.concurrent.ConcurrentMap<java.lang.Integer,java.util.concurrent.ConcurrentLinkedDeque<java.lang.ref.SoftReference<E>>> map, CachingBufferPool.IntFunction<E> creator)
-