Examples of FDBHolder


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
Copyright © 2018 www.massapi.com. 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.