Uses of Class
org.opends.server.replication.plugin.EntryHistorical
Packages that use EntryHistorical
Package
Description
This package contains the part of the Multi-master replication code that works on the Directory Server side.
-
Uses of EntryHistorical in org.opends.server.replication.plugin
Methods in org.opends.server.replication.plugin that return EntryHistoricalModifier and TypeMethodDescriptionEntryHistoricalAttribute.getEntryHistoricalForRead
(Dn dn) Returns the historical information associated with this attribute, computing it if needed.EntryHistoricalAttribute.getEntryHistoricalForUpdate
(Dn dn) Returns the historical information associated with this attribute, computing it if needed.static EntryHistorical
EntryHistorical.newInstanceFromEntry
(Entry entry) Construct an Historical object from the provided entry by reading the historical attribute.Constructors in org.opends.server.replication.plugin with parameters of type EntryHistoricalModifierConstructorDescriptionEntryHistoricalAttribute
(EntryHistorical entryHistorical) Creates a new ds-sync-hist attribute whose content is based on the provided historical information.Constructor parameters in org.opends.server.replication.plugin with type arguments of type EntryHistoricalModifierConstructorDescriptionEntryHistoricalAttribute
(Supplier<EntryHistorical> delayedEntryHistorical) Creates a new ds-sync-hist attribute whose content will be lazily computed using the provided supplier.