|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.unboundid.ldap.sdk.unboundidds.monitors.OperationResultCodeInfo
@NotMutable @ThreadSafety(level=COMPLETELY_THREADSAFE) public final class OperationResultCodeInfo
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 provides information about the result codes associated with a particular type of operation (or across all types of operations, if the associated operation type is
null
).
Method Summary | |
---|---|
java.lang.Long |
getFailedCount()
Retrieves the number of operations of the associated type that resulted in failure, if available. |
java.lang.Double |
getFailedPercent()
Retrieves the percent of operations of the associated type that resulted in failure, if available. |
OperationType |
getOperationType()
Retrieves the type of operation with which this result code information is associated, if appropriate. |
java.util.Map<java.lang.Integer,ResultCodeInfo> |
getResultCodeInfoMap()
Retrieves a map with information about the result codes that have been returned for operations of the associated type, indexed by the result code's integer value. |
java.lang.Long |
getTotalCount()
Retrieves the total number of operations of the associated type that have been processed, if available. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public OperationType getOperationType()
null
if this information applies to all
types of operations.public java.lang.Long getTotalCount()
null
if this information was not in the
monitor entry.public java.lang.Long getFailedCount()
null
if this information was not in the
monitor entry.public java.lang.Double getFailedPercent()
null
if this information was not in the
monitor entry.public java.util.Map<java.lang.Integer,ResultCodeInfo> getResultCodeInfoMap()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |