|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.unboundid.ldap.sdk.LDAPConnectionPoolHealthCheckResult
public final class LDAPConnectionPoolHealthCheckResult
This class provides a data structure that holds information about the result of an LDAP connection pool health check.
Method Summary | |
---|---|
int |
getNumDefunct()
Retrieves the number of connections found to be invalid (e.g., because they were no longer established, or because they failed the health check) and were attempted to be replaced as defunct. |
int |
getNumExamined()
Retrieves the number of connections that were examined during the health check. |
int |
getNumExpired()
Retrieves the number of connections found to have been established for longer than the pool's maximum connection age and were attempted to be replaced as expired. |
java.lang.String |
toString()
Retrieves a string representation of this connection pool health check result. |
void |
toString(java.lang.StringBuilder buffer)
Appends a string representation of this connection pool health check result to the provided buffer. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public int getNumExamined()
public int getNumExpired()
public int getNumDefunct()
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |