Uses of Class
org.apache.druid.java.util.common.MappedByteBufferHandler
-
Packages that use MappedByteBufferHandler Package Description org.apache.druid.java.util.common -
-
Uses of MappedByteBufferHandler in org.apache.druid.java.util.common
Methods in org.apache.druid.java.util.common that return MappedByteBufferHandler Modifier and Type Method Description static MappedByteBufferHandlerFileUtils. map(File file)Fully maps a file read-only in to memory as perFileChannel.map(FileChannel.MapMode, long, long).static MappedByteBufferHandlerFileUtils. map(File file, long offset, long length)Fully maps a file read-only in to memory as perFileChannel.map(FileChannel.MapMode, long, long).static MappedByteBufferHandlerFileUtils. map(RandomAccessFile randomAccessFile, long offset, long length)Fully maps a file read-only in to memory as perFileChannel.map(FileChannel.MapMode, long, long).
-