Uses of Class
org.opends.server.replication.plugin.EntryHistorical
-
Packages that use EntryHistorical 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 EntryHistorical in org.opends.server.replication.plugin
Methods in org.opends.server.replication.plugin that return EntryHistorical Modifier and Type Method Description EntryHistorical
EntryHistoricalAttribute. getEntryHistoricalForRead(Dn dn)
Returns the historical information associated with this attribute, computing it if needed.EntryHistorical
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 EntryHistorical Constructor Description EntryHistoricalAttribute(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 EntryHistorical Constructor Description EntryHistoricalAttribute(Supplier<EntryHistorical> delayedEntryHistorical)
Creates a new ds-sync-hist attribute whose content will be lazily computed using the provided supplier.
-