Uses of Interface
org.xerial.snappy.pool.CachingBufferPool.IntFunction
Packages that use CachingBufferPool.IntFunction
-
Uses of CachingBufferPool.IntFunction in org.xerial.snappy.pool
Fields in org.xerial.snappy.pool declared as CachingBufferPool.IntFunctionModifier and TypeFieldDescriptionprivate static final CachingBufferPool.IntFunction
<byte[]> CachingBufferPool.ARRAY_FUNCTION
private static final CachingBufferPool.IntFunction
<ByteBuffer> CachingBufferPool.DBB_FUNCTION
Methods in org.xerial.snappy.pool with parameters of type CachingBufferPool.IntFunctionModifier and TypeMethodDescriptionprivate static <E> E
CachingBufferPool.getOrCreate
(int size, ConcurrentMap<Integer, ConcurrentLinkedDeque<SoftReference<E>>> map, CachingBufferPool.IntFunction<E> creator)