@NotMutable @ThreadSafety(level=COMPLETELY_THREADSAFE) public final class ResultCodeInfo 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 |
---|---|
double |
getAverageResponseTimeMillis()
The average response time, in milliseconds, for all operations of the
associated type (or of all operations if the operation type is
null ) with this result code. |
long |
getCount()
The total number of operations of the associated type (or of all
operations if the operation type is
null ) with this result code. |
java.lang.String |
getName()
Retrieves the name for this result code.
|
OperationType |
getOperationType()
Retrieves the type of operation with which the result code statistics are
associated, if appropriate.
|
double |
getPercent()
The percent of operations of the associated type (or of all operations if
the operation type is
null ) with this result code. |
double |
getTotalResponseTimeMillis()
The sum of the response times, in milliseconds, for all operations of the
associated type (or of all operations if the operation type is
null ) with this result code. |
int |
intValue()
Retrieves the integer value for this result code.
|
public int intValue()
public java.lang.String getName()
public OperationType getOperationType()
null
if the statistics apply to all types
of operations.public long getCount()
null
) with this result code.public double getPercent()
null
) with this result code.public double getTotalResponseTimeMillis()
null
) with this result code.public double getAverageResponseTimeMillis()
null
) with this result code.