Package | Description |
---|---|
org.opends.server.replication.common |
This package contains utilities that can are used by all the packages below org.opends.server.replication.
|
org.opends.server.replication.protocol |
This package contains the code used by the replication server and by the code running on the Directory Server side to
exchange their information.
|
Modifier and Type | Method and Description |
---|---|
static CSN.CsnVersion |
CSN.CsnVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CSN.CsnVersion[] |
CSN.CsnVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CSN.toByteString(ByteStringBuilder builder,
CSN.CsnVersion version)
Encodes this CSN into the provided byte string builder according to the given CSN version.
|
ByteString |
CSN.toByteString(CSN.CsnVersion version)
Encodes this CSN as a byte string according to the given CSN version.
|
String |
CSN.toString(CSN.CsnVersion version)
Convert the
CSN to a printable String according to the given CSN version. |
Modifier and Type | Method and Description |
---|---|
ByteArrayBuilder |
ByteArrayBuilder.appendCsn(CSN csn,
CSN.CsnVersion version)
Append a CSN to this ByteArrayBuilder.
|
ByteArrayBuilder |
ByteArrayBuilder.appendCsnUtf8(CSN csn,
CSN.CsnVersion version)
Append a CSN to this ByteArrayBuilder by converting it to a String then encoding that string to a UTF-8 byte
array.
|
Copyright 2010-2022 ForgeRock AS.