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 CloseableBuffer
CloseableBuffer. directBuffer(int capacity)
static CloseableBuffer
CloseableBuffer. 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 ByteBuffer
ThreadLocalBuffer. get(ThreadLocal<CloseableBuffer> local, int capacity)
-