-
- All Implemented Interfaces:
public final class SledDbConfiguration
Configuration type for a SledDB database.
-
-
Constructor Summary
Constructors Constructor Description SledDbConfiguration(String path, String treeName)
-
Method Summary
Modifier and Type Method Description final String
getPath()
Main directory of the DB. final Unit
setPath(String path)
Main directory of the DB. final String
getTreeName()
Name of the database tree, a separated namespace for the data. final Unit
setTreeName(String treeName)
Name of the database tree, a separated namespace for the data. -
-
Method Detail
-
getTreeName
final String getTreeName()
Name of the database tree, a separated namespace for the data.
-
setTreeName
final Unit setTreeName(String treeName)
Name of the database tree, a separated namespace for the data.
-
-
-
-