Package org.mapdb

Examples of org.mapdb.StoreDirect



    static final long IO_RECID = StoreDirect.IO_FREE_RECID+32;

    @Override protected E openEngine() {
        return (E) new StoreDirect(f.getPath());
    }
View Full Code Here

TOP

Related Classes of org.mapdb.StoreDirect

Copyright © 2018 www.massapicom. All rights reserved.
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.