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.CsnVersionCSN.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 voidCSN. toByteString(ByteStringBuilder builder, CSN.CsnVersion version)Encodes this CSN into the provided byte string builder according to the given CSN version.ByteStringCSN. toByteString(CSN.CsnVersion version)Encodes this CSN as a byte string according to the given CSN version.StringCSN. toString(CSN.CsnVersion version)Convert theCSNto 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 ByteArrayBuilderByteArrayBuilder. appendCsn(CSN csn, CSN.CsnVersion version)Append a CSN to this ByteArrayBuilder.ByteArrayBuilderByteArrayBuilder. 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.
-