|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
K
- The type of keys in the node repository.public interface NodeRepositoryBuilder<K>
This is the interface for NodeRepository
builder objects.
The same builder objects can be used to create several node repository objects with the same configuration.
Method Summary | |
---|---|
NodeRepository<K> |
create(ReadWritableFile f,
boolean readOnly)
Create the node repository. |
Method Detail |
---|
NodeRepository<K> create(ReadWritableFile f, boolean readOnly)
f
- The file containing the node repository data.readOnly
- Should the repository be read only?
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |