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);