Package 

Class SledDbConfiguration

  • All Implemented Interfaces:

    
    public final class SledDbConfiguration
    
                        

    Configuration type for a SledDB database.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SledDbConfiguration

        SledDbConfiguration(String path, String treeName)