Uses of Enum Class
org.opends.server.replication.plugin.HistAttrModificationKey
Packages that use HistAttrModificationKey
Package
Description
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
Subclasses with type arguments of type HistAttrModificationKey in org.opends.server.replication.pluginModifier and TypeClassDescriptionenumEnumeration used for storing type of attribute modification in the value of the replication historical information.Methods in org.opends.server.replication.plugin that return HistAttrModificationKeyModifier and TypeMethodDescriptionstatic HistAttrModificationKeyGet a key from the String representation.HistoricalAttributeValue.histKey()Returns the value of thehistKeyrecord component.static HistAttrModificationKeyReturns the enum constant of this class with the specified name.static HistAttrModificationKey[]HistAttrModificationKey.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opends.server.replication.plugin with parameters of type HistAttrModificationKeyModifier and TypeMethodDescriptionstatic HistoricalAttributeValueHistoricalAttributeValue.attributeModification(AttributeDescription attrDesc, HistAttrModificationKey histKey, Csn csn, ByteString attributeValue) Returns a ds-sync-hist value encoding a modification that adds/replaces with/deletes an attribute value.Constructors in org.opends.server.replication.plugin with parameters of type HistAttrModificationKeyModifierConstructorDescriptionHistoricalAttributeValue(AttributeDescription attributeDescription, HistoricalAttributeValue.HistOperation operation, Csn csn, HistAttrModificationKey histKey, ByteString attributeValue) Canonical constructor.