Package org.jrdf.graph.local.index.nodepool

Examples of org.jrdf.graph.local.index.nodepool.NodePool.clear()


        this.graphNumber = newGraphNumber;
    }

    public NodePool createNewNodePool() {
        final NodePool pool = openExistingNodePool();
        pool.clear();
        return pool;
    }

    public NodePool openExistingNodePool() {
        nodePoolMapFactory = new BdbMapFactory(handler, DB_NAME_NODEPOOL + graphNumber);
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.