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 |
---|---|
abstract Set<AttrValueHistorical> |
AttrHistorical.getValuesHistorical()
Get the historical informations for this attribute Info.
|
Set<AttrValueHistorical> |
AttrHistoricalSingle.getValuesHistorical() |
Set<AttrValueHistorical> |
AttrHistoricalMultiple.getValuesHistorical() |
Constructor and Description |
---|
AttrHistoricalMultiple(CSN deleteTime,
CSN updateTime,
Map<AttrValueHistorical,AttrValueHistorical> valuesHist)
Create a new object from the provided information.
|
AttrHistoricalMultiple(CSN deleteTime,
CSN updateTime,
Map<AttrValueHistorical,AttrValueHistorical> valuesHist)
Create a new object from the provided information.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.