|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.unboundid.ldap.sdk.unboundidds.monitors.ResultCodeInfo
@NotMutable @ThreadSafety(level=COMPLETELY_THREADSAFE) public final class ResultCodeInfo
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 encapsulates information about a result code included in the result code monitor entry.
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |