Uses of Enum Class
org.opends.server.replication.common.CSN.CsnVersion
Package
Description
This package contains utilities that can are used by all the packages below org.opends.server.replication.
This package contains the code used by the replication server and by the code running on the Directory Server side to
exchange their information.
-
Uses of CSN.CsnVersion in org.opends.server.replication.common
Modifier and TypeMethodDescriptionstatic CSN.CsnVersion
Returns the enum constant of this class with the specified name.static CSN.CsnVersion[]
CSN.CsnVersion.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
CSN.toByteString
(ByteStringBuilder builder, CSN.CsnVersion version) Encodes this CSN into the provided byte string builder according to the given CSN version.CSN.toByteString
(CSN.CsnVersion version) Encodes this CSN as a byte string according to the given CSN version.CSN.toString
(CSN.CsnVersion version) Convert theCSN
to a printable String according to the given CSN version. -
Uses of CSN.CsnVersion in org.opends.server.replication.protocol
Modifier and TypeMethodDescriptionByteArrayBuilder.appendCsn
(CSN csn, CSN.CsnVersion version) Append a CSN to this 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.