Uses of Class
org.apache.maven.buildcache.hash.CloseableBuffer
-
Packages that use CloseableBuffer Package Description org.apache.maven.buildcache.hash -
-
Uses of CloseableBuffer in org.apache.maven.buildcache.hash
Methods in org.apache.maven.buildcache.hash that return CloseableBuffer Modifier and Type Method Description static CloseableBufferCloseableBuffer. directBuffer(int capacity)static CloseableBufferCloseableBuffer. mappedBuffer(FileChannel channel, FileChannel.MapMode mode)Method parameters in org.apache.maven.buildcache.hash with type arguments of type CloseableBuffer Modifier and Type Method Description static ByteBufferThreadLocalBuffer. get(ThreadLocal<CloseableBuffer> local, int capacity)
-