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