@NotMutable @ThreadSafety(level=COMPLETELY_THREADSAFE) public final class OperationResultCodeInfo extends java.lang.Object implements java.io.Serializable
null
).
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 |
---|---|
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.
|
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()