Uses of Enum Class
org.opends.server.replication.plugin.HistoricalAttributeValue.HistOperation
Packages that use HistoricalAttributeValue.HistOperation
Package
Description
This package contains the part of the Multi-master replication code that works on the Directory Server side.
-
Uses of HistoricalAttributeValue.HistOperation in org.opends.server.replication.plugin
Subclasses with type arguments of type HistoricalAttributeValue.HistOperation in org.opends.server.replication.pluginModifier and TypeClassDescriptionstatic enumRepresents the operation performed on the entry for a given ds-sync-hist value.Methods in org.opends.server.replication.plugin that return HistoricalAttributeValue.HistOperationModifier and TypeMethodDescriptionHistoricalAttributeValue.operation()Returns the value of theoperationrecord component.Returns the enum constant of this class with the specified name.HistoricalAttributeValue.HistOperation.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.opends.server.replication.plugin with parameters of type HistoricalAttributeValue.HistOperationModifierConstructorDescriptionHistoricalAttributeValue(AttributeDescription attributeDescription, HistoricalAttributeValue.HistOperation operation, Csn csn, HistAttrModificationKey histKey, ByteString attributeValue) Canonical constructor.