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 |
---|---|
static HistAttrModificationKey |
HistAttrModificationKey.decodeKey(String histkey)
Get a key from the String representation.
|
static HistAttrModificationKey |
HistAttrModificationKey.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HistAttrModificationKey[] |
HistAttrModificationKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
AttrHistorical.assign(HistAttrModificationKey histKey,
org.forgerock.opendj.ldap.ByteString value,
CSN csn)
Assign the provided information to this object.
|
void |
AttrHistoricalSingle.assign(HistAttrModificationKey histKey,
org.forgerock.opendj.ldap.ByteString value,
CSN csn) |
void |
AttrHistoricalMultiple.assign(HistAttrModificationKey histKey,
org.forgerock.opendj.ldap.ByteString value,
CSN csn) |
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.