@NotMutable @ThreadSafety(level=COMPLETELY_THREADSAFE) public final class LDAPStatisticsMonitorEntry extends MonitorEntry
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
Nokia/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.
MonitorManager.getLDAPStatisticsMonitorEntries(com.unboundid.ldap.sdk.LDAPConnection)
method.
These entries provide specific methods for accessing information about the
LDAP connection handler (e.g., the
getAbandonRequests()
method can be used to
retrieve the number of abandon requests received). Alternately, this
information may be accessed using the generic API. See the
MonitorManager
class documentation for an example that demonstrates
the use of the generic API for accessing monitor data.Constructor and Description |
---|
LDAPStatisticsMonitorEntry(Entry entry)
Creates a new LDAP statistics monitor entry from the provided entry.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getAbandonRequests()
Retrieves the number of abandon requests from clients since the associated
connection handler was started.
|
java.lang.Long |
getAddRequests()
Retrieves the number of add requests from clients since the associated
connection handler was started.
|
java.lang.Long |
getAddResponses()
Retrieves the number of add responses to clients since the associated
connection handler was started.
|
java.lang.Long |
getBindRequests()
Retrieves the number of bind requests from clients since the associated
connection handler was started.
|
java.lang.Long |
getBindResponses()
Retrieves the number of bind responses to clients since the associated
connection handler was started.
|
java.lang.Long |
getBytesRead()
Retrieves the number of bytes read from clients since the associated
connection handler was started.
|
java.lang.Long |
getBytesWritten()
Retrieves the number of bytes written to clients since the associated
connection handler was started.
|
java.lang.Long |
getCompareRequests()
Retrieves the number of compare requests from clients since the associated
connection handler was started.
|
java.lang.Long |
getCompareResponses()
Retrieves the number of compare responses to clients since the associated
connection handler was started.
|
java.lang.Long |
getConnectionsClosed()
Retrieves the number of connections closed since the associated connection
handler was started.
|
java.lang.Long |
getConnectionsEstablished()
Retrieves the number of connections established since the associated
connection handler was started.
|
java.lang.Long |
getDeleteRequests()
Retrieves the number of delete requests from clients since the associated
connection handler was started.
|
java.lang.Long |
getDeleteResponses()
Retrieves the number of delete responses to clients since the associated
connection handler was started.
|
java.lang.Long |
getExtendedRequests()
Retrieves the number of extended requests from clients since the associated
connection handler was started.
|
java.lang.Long |
getExtendedResponses()
Retrieves the number of extended responses to clients since the associated
connection handler was started.
|
java.lang.Long |
getLDAPMessagesRead()
Retrieves the number of LDAP messages read from clients since the
associated connection handler was started.
|
java.lang.Long |
getLDAPMessagesWritten()
Retrieves the number of LDAP messages written to clients since the
associated connection handler was started.
|
java.lang.Long |
getModifyDNRequests()
Retrieves the number of modify DN requests from clients since the
associated connection handler was started.
|
java.lang.Long |
getModifyDNResponses()
Retrieves the number of modify DN responses to clients since the associated
connection handler was started.
|
java.lang.Long |
getModifyRequests()
Retrieves the number of modify requests from clients since the associated
connection handler was started.
|
java.lang.Long |
getModifyResponses()
Retrieves the number of modify responses to clients since the associated
connection handler was started.
|
java.util.Map<java.lang.String,MonitorAttribute> |
getMonitorAttributes()
Retrieves the set of parsed monitor attributes for this monitor entry,
mapped from a unique identifier (in all lowercase characters) to the
corresponding monitor attribute.
|
java.lang.String |
getMonitorDescription()
Retrieves a human-readable description name for this monitor entry.
|
java.lang.String |
getMonitorDisplayName()
Retrieves a human-readable display name for this monitor entry.
|
java.lang.Long |
getOperationsAbandoned()
Retrieves the number of operations abandoned since the associated
connection handler was started.
|
java.lang.Long |
getOperationsCompleted()
Retrieves the number of operations completed since the associated
connection handler was started.
|
java.lang.Long |
getOperationsInitiated()
Retrieves the number of operations initiated since the associated
connection handler was started.
|
java.lang.Long |
getSearchDoneResponses()
Retrieves the number of search result done responses to clients since the
associated connection handler was started.
|
java.lang.Long |
getSearchRequests()
Retrieves the number of search requests from clients since the associated
connection handler was started.
|
java.lang.Long |
getSearchResultEntries()
Retrieves the number of search result entries sent to clients since the
associated connection handler was started.
|
java.lang.Long |
getSearchResultReferences()
Retrieves the number of search result references sent to clients since the
associated connection handler was started.
|
java.lang.Long |
getUnbindRequests()
Retrieves the number of unbind requests from clients since the associated
connection handler was started.
|
addMonitorAttribute, addMonitorAttribute, addMonitorAttribute, addMonitorAttribute, addMonitorAttribute, addMonitorAttribute, addMonitorAttribute, decode, getBoolean, getDate, getDN, getDouble, getEntry, getInteger, getLong, getMonitorClass, getMonitorName, getString, getStrings, toString, toString
public LDAPStatisticsMonitorEntry(@NotNull Entry entry)
entry
- The entry to be parsed as an LDAP statistics monitor entry.
It must not be null
.@Nullable public java.lang.Long getConnectionsEstablished()
null
if it was not
included in the monitor entry.@Nullable public java.lang.Long getConnectionsClosed()
null
if it was not included in the
monitor entry.@Nullable public java.lang.Long getOperationsInitiated()
null
if it was not
included in the monitor entry.@Nullable public java.lang.Long getOperationsCompleted()
null
if it was not
included in the monitor entry.@Nullable public java.lang.Long getOperationsAbandoned()
null
if it was not
included in the monitor entry.@Nullable public java.lang.Long getBytesRead()
null
if it was not
included in the monitor entry.@Nullable public java.lang.Long getBytesWritten()
null
if it was not
included in the monitor entry.@Nullable public java.lang.Long getLDAPMessagesRead()
null
if it was not
included in the monitor entry.@Nullable public java.lang.Long getLDAPMessagesWritten()
null
if it
was not included in the monitor entry.@Nullable public java.lang.Long getAbandonRequests()
null
if it was not
included in the monitor entry.@Nullable public java.lang.Long getAddRequests()
null
if it was not
included in the monitor entry.@Nullable public java.lang.Long getAddResponses()
null
if it was not
included in the monitor entry.@Nullable public java.lang.Long getBindRequests()
null
if it was not
included in the monitor entry.@Nullable public java.lang.Long getBindResponses()
null
if it was not
included in the monitor entry.@Nullable public java.lang.Long getCompareRequests()
null
if it was not
included in the monitor entry.@Nullable public java.lang.Long getCompareResponses()
null
if it was not
included in the monitor entry.@Nullable public java.lang.Long getDeleteRequests()
null
if it was not
included in the monitor entry.@Nullable public java.lang.Long getDeleteResponses()
null
if it was not
included in the monitor entry.@Nullable public java.lang.Long getExtendedRequests()
null
if it was not
included in the monitor entry.@Nullable public java.lang.Long getExtendedResponses()
null
if it was not
included in the monitor entry.@Nullable public java.lang.Long getModifyRequests()
null
if it was not
included in the monitor entry.@Nullable public java.lang.Long getModifyResponses()
null
if it was not
included in the monitor entry.@Nullable public java.lang.Long getModifyDNRequests()
null
if it was not
included in the monitor entry.@Nullable public java.lang.Long getModifyDNResponses()
null
if it was not
included in the monitor entry.@Nullable public java.lang.Long getSearchRequests()
null
if it was not
included in the monitor entry.@Nullable public java.lang.Long getSearchResultEntries()
null
if it
was not included in the monitor entry.@Nullable public java.lang.Long getSearchResultReferences()
null
if it
was not included in the monitor entry.@Nullable public java.lang.Long getSearchDoneResponses()
null
if it
was not included in the monitor entry.@Nullable public java.lang.Long getUnbindRequests()
null
if it was not
included in the monitor entry.@NotNull public java.lang.String getMonitorDisplayName()
getMonitorDisplayName
in class MonitorEntry
@NotNull public java.lang.String getMonitorDescription()
getMonitorDescription
in class MonitorEntry
@NotNull public java.util.Map<java.lang.String,MonitorAttribute> getMonitorAttributes()
getMonitorAttributes
in class MonitorEntry