Uses of Class
org.opends.server.replication.plugin.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
Modifier 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.ModifierConstructorDescriptionEntryHistoricalAttribute
(EntryHistorical entryHistorical) Creates a new ds-sync-hist attribute whose content is based on the provided historical information.ModifierConstructorDescriptionEntryHistoricalAttribute
(Supplier<EntryHistorical> delayedEntryHistorical) Creates a new ds-sync-hist attribute whose content will be lazily computed using the provided supplier.