@NotMutable @ThreadSafety(level=COMPLETELY_THREADSAFE) public final class LoadBalancingAlgorithmServerAvailabilityData 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 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.
Modifier and Type | Method and Description |
---|---|
HealthCheckState |
getHealthCheckState()
Retrieves the health check state for the LDAP external server.
|
java.lang.String |
getServerAddress()
Retrieves the address for the LDAP external server.
|
int |
getServerPort()
Retrieves the port number for the LDAP external server.
|
java.lang.String |
toCompactString()
Retrieves a compact representation of the server availability data, in the
form in which it appears in the load-balancing algorithm monitor entry.
|
java.lang.String |
toString()
Retrieves a string representation of this server availability data object.
|
void |
toString(java.lang.StringBuilder buffer)
Appends a string representation of this server availability data object to
the provided buffer.
|
public java.lang.String getServerAddress()
public int getServerPort()
public HealthCheckState getHealthCheckState()
public java.lang.String toString()
toString
in class java.lang.Object
public void toString(java.lang.StringBuilder buffer)
buffer
- The buffer to which the information should be appended.public java.lang.String toCompactString()