Package com.foundationdb.server.store

Examples of com.foundationdb.server.store.PersistitStore


    protected Map<String, String> startupConfigProperties() {
        return uniqueStartupConfigProperties(getClass());
    }

    PersistitAdapter persistitAdapter(Schema schema) {
        PersistitStore store = (PersistitStore)store();
        return store.createAdapter(session(), schema);
    }
View Full Code Here

TOP

Related Classes of com.foundationdb.server.store.PersistitStore

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.