Class ResumeWithCSNStartingPoint
java.lang.Object
com.unboundid.ldap.sdk.unboundidds.extensions.ChangelogBatchStartingPoint
com.unboundid.ldap.sdk.unboundidds.extensions.ResumeWithCSNStartingPoint
- All Implemented Interfaces:
Serializable
@NotMutable
@ThreadSafety(level=COMPLETELY_THREADSAFE)
public final class ResumeWithCSNStartingPoint
extends ChangelogBatchStartingPoint
This class provides an implementation of a changelog batch starting point
which may be used to start a batch of changes at a change identified by a
replication CSN. The first change of the batch will be the change with this
CSN.
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.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of this changelog batch starting point using the provided replication CSN. -
Method Summary
Modifier and TypeMethodDescriptionencode()Encodes this starting point value to an ASN.1 element suitable for inclusion in a changelog batch extended request.getCSN()Retrieves the replication CSN which may be used to define the starting point for the get changelog batch request.voidtoString(StringBuilder buffer) Appends a string representation of this changelog batch starting point to the provided buffer.Methods inherited from class com.unboundid.ldap.sdk.unboundidds.extensions.ChangelogBatchStartingPoint
decode, toString
-
Constructor Details
-
ResumeWithCSNStartingPoint
Creates a new instance of this changelog batch starting point using the provided replication CSN.- Parameters:
csn- The replication CSN which may be used to define the starting point for the get changelog batch request. It must not benull.
-
-
Method Details
-
getCSN
Retrieves the replication CSN which may be used to define the starting point for the get changelog batch request.- Returns:
- The replication CSN which may be used to define the starting point for the get changelog batch request.
-
encode
Encodes this starting point value to an ASN.1 element suitable for inclusion in a changelog batch extended request.- Specified by:
encodein classChangelogBatchStartingPoint- Returns:
- The encoded representation of this starting point value.
-
toString
Appends a string representation of this changelog batch starting point to the provided buffer.- Specified by:
toStringin classChangelogBatchStartingPoint- Parameters:
buffer- The buffer to which the information should be appended.
-