Uses of Class
org.opends.server.replication.plugin.AttrHistorical
-
Packages that use AttrHistorical 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 AttrHistorical in org.opends.server.replication.plugin
Subclasses of AttrHistorical in org.opends.server.replication.plugin Modifier and Type Class Description class
AttrHistoricalMultiple
This class is used to store historical information for multiple valued attributes.class
AttrHistoricalSingle
This class is used to store historical information for single valued attributes.Methods in org.opends.server.replication.plugin that return AttrHistorical Modifier and Type Method Description AttrHistorical
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 AttrHistorical Modifier and Type Method Description Map<AttributeDescription,AttrHistorical>
EntryHistorical. getAllAttrHistorical()
Returns the historical information for all attributes.
-