Uses of Class
org.opends.server.replication.plugin.HistAttrModificationKey
-
Packages that use HistAttrModificationKey Package Description org.opends.server.replication.plugin This package contains the part of the Multi-master replication code that works on the Directory Server side. -
-
Uses of HistAttrModificationKey in org.opends.server.replication.plugin
Methods in org.opends.server.replication.plugin that return HistAttrModificationKey Modifier and Type Method Description static HistAttrModificationKey
HistAttrModificationKey. decodeKey(String histkey)
Get a key from the String representation.static HistAttrModificationKey
HistAttrModificationKey. valueOf(String name)
Returns the enum constant of this type with the specified name.static HistAttrModificationKey[]
HistAttrModificationKey. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-