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.
|
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
EntryHistoricalAttribute(EntryHistorical entryHistorical)
Creates a new ds-sync-hist attribute whose content is based on the provided historical information.
|
Constructor and Description |
---|
EntryHistoricalAttribute(Supplier<EntryHistorical> delayedEntryHistorical)
Creates a new ds-sync-hist attribute whose content will be lazily computed using the provided supplier.
|
Copyright 2010-2018 ForgeRock AS.