Class ReplicationSummaryReplicationServer
java.lang.Object
com.unboundid.ldap.sdk.unboundidds.monitors.ReplicationSummaryReplicationServer
- All Implemented Interfaces:
Serializable
@NotMutable
@ThreadSafety(level=COMPLETELY_THREADSAFE)
public final class ReplicationSummaryReplicationServer
extends Object
implements Serializable
This class provides a data structure that contains information about a
replication server 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
ConstructorsConstructorDescriptionCreates a new replication summary replication server object from the provided string representation. -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the generation ID for this replication server.Retrieves the address used to communicate with this replication server.Retrieves the number of failed connection attempts since the last successful connection to this replication server.Retrieves the replication server ID for this replication server.Retrieves the date of the last successful connection to this replication server.Retrieves the date of the last failed connection to this replication server.Retrieves the port number used to communicate with this replication server.Retrieves the status for this replication server.toString()Retrieves a string representation of this replication summary replica.
-
Constructor Details
-
ReplicationSummaryReplicationServer
Creates a new replication summary replication server object from the provided string representation.- Parameters:
value- The value string to be parsed as a replication summary replication server object.
-
-
Method Details
-
getReplicationServerID
Retrieves the replication server ID for this replication server.- Returns:
- The replication server ID for this replication server, or
nullif that information is not available.
-
getReplicationServerAddress
Retrieves the address used to communicate with this replication server.- Returns:
- The address used to communicate with this replication server, or
nullif that information is not available.
-
getReplicationServerPort
Retrieves the port number used to communicate with this replication server.- Returns:
- The port number used to communicate with this replication server,
or
nullif that information is not available.
-
getGenerationID
Retrieves the generation ID for this replication server.- Returns:
- The generation ID for this replication server, or
nullif that information is not available.
-
getReplicationServerStatus
Retrieves the status for this replication server.- Returns:
- The status for this replication server, or
nullif that information is not available.
-
getReplicationServerLastConnected
Retrieves the date of the last successful connection to this replication server.- Returns:
- The the date of the last successful connection to this replication
server, or
nullif that information is not available.
-
getReplicationServerLastFailed
Retrieves the date of the last failed connection to this replication server.- Returns:
- The the date of the last failed connection to this replication
server, or
nullif that information is not available.
-
getReplicationServerFailedAttempts
Retrieves the number of failed connection attempts since the last successful connection to this replication server.- Returns:
- The number of failed connection attempts since the last successful
connection to this replication server, or
nullif that information is not available.
-
toString
Retrieves a string representation of this replication summary replica.
-