org.jrdf.graph.local.index.nodepool.bdb
Class BdbNodePoolFactory
java.lang.Object
org.jrdf.graph.local.index.nodepool.bdb.BdbNodePoolFactory
- All Implemented Interfaces:
- NodePoolFactory
public class BdbNodePoolFactory
- extends Object
- implements NodePoolFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BdbNodePoolFactory
public BdbNodePoolFactory(BdbEnvironmentHandler newHandler,
long newGraphNumber)
createNodePool
public NodePool createNodePool()
- Description copied from interface:
NodePoolFactory
- Create a new node pool.
- Specified by:
createNodePool in interface NodePoolFactory
- Returns:
- a new node pool.
close
public void close()
- Description copied from interface:
NodePoolFactory
- Close any resources related to creating node pools.
- Specified by:
close in interface NodePoolFactory