@NotMutable @ThreadSafety(level=COMPLETELY_THREADSAFE) public final class ReplicationSummaryReplica extends java.lang.Object implements java.io.Serializable
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 |
---|
ReplicationSummaryReplica(java.lang.String value)
Creates a new replication summary replica object from the provided string
representation.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getGenerationID()
Retrieves the generation ID for this replica.
|
java.lang.String |
getLDAPServerAddress()
Retrieves the address used to communicate with this replica via LDAP.
|
java.lang.Long |
getLDAPServerPort()
Retrieves the port number used to communicate with this replica via LDAP.
|
java.lang.Long |
getMissingChanges()
Deprecated.
Use
getReplicationBacklog() instead. |
java.util.Date |
getOldestBacklogChangeDate()
Retrieves the date of the oldest backlog change for this replica.
|
java.util.Date |
getOldestMissingChangeDate()
Deprecated.
Use
getOldestBacklogChangeDate() instead. |
java.lang.Long |
getPeakUpdateRate()
Retrieves the peak update rate for this replica in operations per second.
|
java.lang.Long |
getRecentUpdateRate()
Retrieves the recent update rate for this replica in operations per second.
|
java.lang.String |
getReplicaID()
Retrieves the replica ID for this replica.
|
java.lang.Long |
getReplicationBacklog()
Retrieves the replication backlog, represented as the number of missing
changes, for this replica.
|
java.lang.String |
getReplicationServerID()
Retrieves the replication server ID for the replication server to which
this replica is connected.
|
java.lang.String |
toString()
Retrieves a string representation of this replication summary replica.
|
public ReplicationSummaryReplica(@NotNull java.lang.String value)
value
- The value string to be parsed as a replication summary
replica object.@Nullable public java.lang.String getReplicaID()
null
if that
information is not available.@Nullable public java.lang.String getLDAPServerAddress()
null
if that information is not available.@Nullable public java.lang.Long getLDAPServerPort()
null
if that information is not available.@Nullable public java.lang.String getReplicationServerID()
null
if that information is not
available.@Nullable public java.lang.String getGenerationID()
null
if that
information is not available.@Nullable public java.lang.Long getRecentUpdateRate()
null
if that information is not available.@Nullable public java.lang.Long getPeakUpdateRate()
null
if that information is not available.@Deprecated @Nullable public java.lang.Long getMissingChanges()
getReplicationBacklog()
instead.null
if
that information is not available.@Nullable public java.lang.Long getReplicationBacklog()
null
if
that information is not available.@Deprecated @Nullable public java.util.Date getOldestMissingChangeDate()
getOldestBacklogChangeDate()
instead.null
if that information is not available or there are no
backlog changes.@Nullable public java.util.Date getOldestBacklogChangeDate()
null
if that information is not available or there are no
backlog changes.