Class TreeName
java.lang.Object
org.opends.server.backends.pluggable.spi.TreeName
- All Implemented Interfaces:
Comparable<TreeName>
Represents the name of a tree (key-value store) in a database. A tree name is made of the baseDN it is part of, and
the identifier of the index it represents.
Note: This class assumes name components don't contain a '/'.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
TREE_NAME_SEPARATOR
-
-
Constructor Details
-
TreeName
-
-
Method Details
-
valueOf
-
getBaseDN
-
getIndexId
-
equals
-
hashCode
-
toString
-
compareTo
- Specified by:
compareToin interfaceComparable<TreeName>
-