Uses of Enum Class
org.opends.server.replication.common.CSN.CsnVersion
Packages that use 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
Methods in org.opends.server.replication.common that return CSN.CsnVersionModifier 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.Methods in org.opends.server.replication.common with parameters of type CSN.CsnVersionModifier 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
Methods in org.opends.server.replication.protocol with parameters of type CSN.CsnVersionModifier 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.