| |
|
| java.lang.Object com.jofti.btree.NodeFactory
NodeFactory | class NodeFactory (Code) | | This factory is responsible for generating new Leaf and IndexCache Nodes for the Tree.
author: Steve Woodcock version: 1.15
|
getInstance | static synchronized NodeFactory getInstance()(Code) | | Obtains the NodeFactory Singleton instance.Creates the factory if it does not exist.
|
getInstance | static synchronized NodeFactory getInstance(IStoreManager manager)(Code) | | Obtains the NodeFactory Singleton instance. Creates the factory if it does not exist with the
passed in
IStoreManager .
Parameters: manager - |
|
|
|