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_FUNCTIONprivate static final CachingBufferPool.IntFunction<ByteBuffer> CachingBufferPool.DBB_FUNCTIONMethods in org.xerial.snappy.pool with parameters of type CachingBufferPool.IntFunctionModifier and TypeMethodDescriptionprivate static <E> ECachingBufferPool.getOrCreate(int size, ConcurrentMap<Integer, ConcurrentLinkedDeque<SoftReference<E>>> map, CachingBufferPool.IntFunction<E> creator)