Package com.foundationdb.server.store

Examples of com.foundationdb.server.store.FDBHolder


    protected String testName() {
        return testName.getMethodName();
    }

    private void clearFDBData() throws Exception {
        final FDBHolder holder = sm.getServiceByClass(FDBHolder.class);
        holder.getRootDirectory().remove(holder.getDatabase()).get();
    }
View Full Code Here

TOP

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

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.