Uses of Class
org.opends.server.replication.plugin.AttrHistorical
Packages that use AttrHistorical
Package
Description
This package contains the part of the Multi-master replication code that works on the Directory Server side.
-
Uses of AttrHistorical in org.opends.server.replication.plugin
Subclasses of AttrHistorical in org.opends.server.replication.pluginModifier and TypeClassDescriptionfinal classStores historical information for multiple valued attributes.final classStores historical information for single valued attributes.Methods in org.opends.server.replication.plugin that return AttrHistoricalModifier and TypeMethodDescriptionEntryHistorical.attributeHistorical(AttributeDescription attrDesc) Return an AttributeHistorical corresponding to the attribute type and options contained in the provided mod, The attributeHistorical is: either read from this EntryHistorical object if one exist, or created empty.EntryHistorical.getAttrHistorical(AttributeDescription attributeDescription) Returns the historical information for the named attribute.Methods in org.opends.server.replication.plugin that return types with arguments of type AttrHistoricalModifier and TypeMethodDescriptionEntryHistorical.getAllAttrHistorical()Returns the historical information for all attributes.