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 newTreeNameobject based on the provided string representation.- Parameters:
treeName- the string representation of the tree name- Returns:
- a new
TreeNameobject constructed from the provided string
-
getBaseDN
Returns the base DN.- Returns:
- a
Stringrepresenting the base DN
-
getIndexId
Returns the index identifier.- Returns:
- a
Stringrepresenting the base DN
-
equals
-
hashCode
public int hashCode() -
toString
-
compareTo
- Specified by:
compareToin interfaceComparable<TreeName>
-