By default JDBM uses mapped memory buffers to read from files. But this may behave strangely on some platforms. Safe alternative is to use old RandomAccessFile rather then mapped ByteBuffer. There is typically slower (pages needs to be copyed into memory on every write).
@return this builder
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.