Uses of Class
org.apache.druid.java.util.common.MappedByteBufferHandler
Packages that use MappedByteBufferHandler
-
Uses of MappedByteBufferHandler in org.apache.druid.java.util.common
Methods in org.apache.druid.java.util.common that return MappedByteBufferHandlerModifier and TypeMethodDescriptionstatic MappedByteBufferHandlerFully maps a file read-only in to memory as perFileChannel.map(FileChannel.MapMode, long, long).static MappedByteBufferHandlerFully 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).