public class NodeIdFactory extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SEQUENTIAL_NODE_ID |
Constructor and Description |
---|
NodeIdFactory(String repositoryHome) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
NodeId |
newNodeId() |
void |
open() |
void |
setCacheSize(int cacheSize) |
public static final String SEQUENTIAL_NODE_ID
public NodeIdFactory(String repositoryHome)
public void setCacheSize(int cacheSize)
public void open() throws RepositoryException
RepositoryException
public void close() throws RepositoryException
RepositoryException
public NodeId newNodeId() throws RepositoryException
RepositoryException
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.