org.apache.jackrabbit.core.id
Class NodeIdFactory
java.lang.Object
org.apache.jackrabbit.core.id.NodeIdFactory
public class NodeIdFactory
- extends Object
A factory for creating new node ids.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SEQUENTIAL_NODE_ID
public static final String SEQUENTIAL_NODE_ID
- See Also:
- Constant Field Values
NodeIdFactory
public NodeIdFactory(String repositoryHome)
setCacheSize
public void setCacheSize(int cacheSize)
open
public void open()
throws RepositoryException
- Throws:
RepositoryException
close
public void close()
throws RepositoryException
- Throws:
RepositoryException
newNodeId
public NodeId newNodeId()
throws RepositoryException
- Throws:
RepositoryException
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.