Uses of Record Class
org.opends.server.replication.plugin.HistoricalAttributeValue
Packages that use HistoricalAttributeValue
Package
Description
This package contains the part of the Multi-master replication code that works on the Directory Server side.
-
Uses of HistoricalAttributeValue in org.opends.server.replication.plugin
Methods in org.opends.server.replication.plugin that return HistoricalAttributeValueModifier 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.Method parameters in org.opends.server.replication.plugin with type arguments of type HistoricalAttributeValueModifier and TypeMethodDescriptionabstract voidAttrHistorical.assign(List<HistoricalAttributeValue> histVals) Assigns all the historical values to this attribute.voidAttrHistoricalMultiple.assign(List<HistoricalAttributeValue> histVals) voidAttrHistoricalSingle.assign(List<HistoricalAttributeValue> histVals) abstract voidAttrHistorical.assignPreDeduplicatedValues(List<HistoricalAttributeValue> histVals) Assigns all the pre-deduplicated historical values to this attribute.voidAttrHistoricalMultiple.assignPreDeduplicatedValues(List<HistoricalAttributeValue> histVals) voidAttrHistoricalSingle.assignPreDeduplicatedValues(List<HistoricalAttributeValue> histVals)