|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.unboundid.ldap.sdk.unboundidds.monitors.ReplicationSummaryReplica
@NotMutable @ThreadSafety(level=COMPLETELY_THREADSAFE) public final class ReplicationSummaryReplica
NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java. It is not available for use in applications that include only the Standard Edition of the LDAP SDK, and is not supported for use in conjunction with non-UnboundID products.This class provides a data structure that contains information about a replica contained in a replication summary monitor entry.
Constructor Summary | |
---|---|
ReplicationSummaryReplica(java.lang.String value)
Creates a new replication summary replica object from the provided string representation. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ReplicationSummaryReplica(java.lang.String value)
value
- The value string to be parsed as a replication summary
replica object.Method Detail |
---|
public java.lang.String getReplicaID()
null
if that
information is not available.public java.lang.String getLDAPServerAddress()
null
if that information is not available.public java.lang.Long getLDAPServerPort()
null
if that information is not available.public java.lang.String getReplicationServerID()
null
if that information is not
available.public java.lang.String getGenerationID()
null
if that
information is not available.public java.lang.Long getRecentUpdateRate()
null
if that information is not available.public java.lang.Long getPeakUpdateRate()
null
if that information is not available.@Deprecated public java.lang.Long getMissingChanges()
getReplicationBacklog()
instead.
null
if
that information is not available.public java.lang.Long getReplicationBacklog()
null
if
that information is not available.@Deprecated public java.util.Date getOldestMissingChangeDate()
getOldestBacklogChangeDate()
instead.
null
if that information is not available or there are no
backlog changes.public java.util.Date getOldestBacklogChangeDate()
null
if that information is not available or there are no
backlog changes.public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |