Class ReplicationSummaryReplica
java.lang.Object
com.unboundid.ldap.sdk.unboundidds.monitors.ReplicationSummaryReplica
- All Implemented Interfaces:
Serializable
@NotMutable
@ThreadSafety(level=COMPLETELY_THREADSAFE)
public final class ReplicationSummaryReplica
extends Object
implements Serializable
This class provides a data structure that contains information about a
replica contained in a replication summary monitor entry.
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
ConstructorsConstructorDescriptionReplicationSummaryReplica(String value) Creates a new replication summary replica object from the provided string representation. -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the generation ID for this replica.Retrieves the address used to communicate with this replica via LDAP.Retrieves the port number used to communicate with this replica via LDAP.Deprecated.Retrieves the date of the oldest backlog change for this replica.Deprecated.UsegetOldestBacklogChangeDate()instead.Retrieves the peak update rate for this replica in operations per second.Retrieves the recent update rate for this replica in operations per second.Retrieves the replica ID for this replica.Retrieves the replication backlog, represented as the number of missing changes, for this replica.Retrieves the replication server ID for the replication server to which this replica is connected.toString()Retrieves a string representation of this replication summary replica.
-
Constructor Details
-
ReplicationSummaryReplica
Creates a new replication summary replica object from the provided string representation.- Parameters:
value- The value string to be parsed as a replication summary replica object.
-
-
Method Details
-
getReplicaID
Retrieves the replica ID for this replica.- Returns:
- The replica ID for this replica, or
nullif that information is not available.
-
getLDAPServerAddress
Retrieves the address used to communicate with this replica via LDAP.- Returns:
- The address used to communicate with this replica via LDAP, or
nullif that information is not available.
-
getLDAPServerPort
Retrieves the port number used to communicate with this replica via LDAP.- Returns:
- The port number used to communicate with this replica via LDAP, or
nullif that information is not available.
-
getReplicationServerID
Retrieves the replication server ID for the replication server to which this replica is connected.- Returns:
- The replication server ID for the replication server to which this
replica is connected, or
nullif that information is not available.
-
getGenerationID
Retrieves the generation ID for this replica.- Returns:
- The generation ID for this replica, or
nullif that information is not available.
-
getRecentUpdateRate
Retrieves the recent update rate for this replica in operations per second.- Returns:
- The recent update rate for this replica in operations per second,
or
nullif that information is not available.
-
getPeakUpdateRate
Retrieves the peak update rate for this replica in operations per second.- Returns:
- The peak update rate for this replica in operations per second, or
nullif that information is not available.
-
getMissingChanges
Deprecated.UsegetReplicationBacklog()instead.Retrieves the replication backlog, represented as the number of missing changes, for this replica.- Returns:
- The replication backlog, represented as the number of missing
changes, for this replica , or
nullif that information is not available.
-
getReplicationBacklog
Retrieves the replication backlog, represented as the number of missing changes, for this replica.- Returns:
- The replication backlog, represented as the number of missing
changes, for this replica , or
nullif that information is not available.
-
getOldestMissingChangeDate
Deprecated.UsegetOldestBacklogChangeDate()instead.Retrieves the date of the oldest backlog change for this replica.- Returns:
- The date of the oldest backlog change for this replica, or
nullif that information is not available or there are no backlog changes.
-
getOldestBacklogChangeDate
Retrieves the date of the oldest backlog change for this replica.- Returns:
- The date of the oldest backlog change for this replica, or
nullif that information is not available or there are no backlog changes.
-
toString
Retrieves a string representation of this replication summary replica.
-
getReplicationBacklog()instead.