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 '/'.
-
Constructor Details
-
TreeName
Builds a tree name.- Parameters:
baseDN
- the base DNindexId
- the index identifier
-
-
Method Details
-
valueOf
Builds a newTreeName
object based on the provided string representation.- Parameters:
treeName
- the string representation of the tree name- Returns:
- a new
TreeName
object constructed from the provided string
-
getBaseDN
Returns the base DN.- Returns:
- a
String
representing the base DN
-
getIndexId
Returns the index identifier.- Returns:
- a
String
representing the base DN
-
equals
-
hashCode
public int hashCode() -
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<TreeName>
-