Class MmapFileWriter
- java.lang.Object
-
- org.apache.pinot.segment.local.segment.creator.impl.inv.MmapFileWriter
-
- All Implemented Interfaces:
Closeable,AutoCloseable
public class MmapFileWriter extends Object implements Closeable
-
-
Constructor Summary
Constructors Constructor Description MmapFileWriter(File file, int size)
-
-
-
Constructor Detail
-
MmapFileWriter
public MmapFileWriter(File file, int size) throws IOException
- Throws:
IOException
-
-
Method Detail
-
write
public void write(Consumer<ByteBuffer> writer)
-
close
public void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
-