@NotMutable @ThreadSafety(level=COMPLETELY_THREADSAFE) public final class ResumeWithCSNStartingPoint extends ChangelogBatchStartingPoint
NOTE: This class, and other classes within the
com.unboundid.ldap.sdk.unboundidds
package structure, are only
supported for use against Ping Identity, UnboundID, and
Nokia/Alcatel-Lucent 8661 server products. These classes provide support
for proprietary functionality or for external specifications that are not
considered stable or mature enough to be guaranteed to work in an
interoperable way with other types of LDAP servers.
Constructor and Description |
---|
ResumeWithCSNStartingPoint(java.lang.String csn)
Creates a new instance of this changelog batch starting point using the
provided replication CSN.
|
Modifier and Type | Method and Description |
---|---|
ASN1Element |
encode()
Encodes this starting point value to an ASN.1 element suitable for
inclusion in a changelog batch extended request.
|
java.lang.String |
getCSN()
Retrieves the replication CSN which may be used to define the starting
point for the get changelog batch request.
|
void |
toString(java.lang.StringBuilder buffer)
Appends a string representation of this changelog batch starting point to
the provided buffer.
|
decode, toString
public ResumeWithCSNStartingPoint(@NotNull java.lang.String csn)
csn
- The replication CSN which may be used to define the starting
point for the get changelog batch request. It must not be
null
.@NotNull public java.lang.String getCSN()
@NotNull public ASN1Element encode()
encode
in class ChangelogBatchStartingPoint
public void toString(@NotNull java.lang.StringBuilder buffer)
toString
in class ChangelogBatchStartingPoint
buffer
- The buffer to which the information should be appended.