|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.unboundid.ldap.sdk.unboundidds.monitors.MonitorEntry
com.unboundid.ldap.sdk.unboundidds.monitors.LDAPStatisticsMonitorEntry
@NotMutable @ThreadSafety(level=COMPLETELY_THREADSAFE) public final class LDAPStatisticsMonitorEntry
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 defines a monitor entry that provides information about the types of LDAP operations processed through an LDAP connection handler. Information available through this monitor entry includes:
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 Summary | |
---|---|
LDAPStatisticsMonitorEntry(Entry entry)
Creates a new LDAP statistics monitor entry from the provided entry. |
Method Summary | |
---|---|
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. |
Methods inherited from class com.unboundid.ldap.sdk.unboundidds.monitors.MonitorEntry |
---|
addMonitorAttribute, addMonitorAttribute, addMonitorAttribute, addMonitorAttribute, addMonitorAttribute, addMonitorAttribute, addMonitorAttribute, decode, getBoolean, getDate, getDN, getDouble, getEntry, getInteger, getLong, getMonitorClass, getMonitorName, getString, getStrings, toString, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LDAPStatisticsMonitorEntry(Entry entry)
entry
- The entry to be parsed as an LDAP statistics monitor entry.
It must not be null
.Method Detail |
---|
public java.lang.Long getConnectionsEstablished()
null
if it was not
included in the monitor entry.public java.lang.Long getConnectionsClosed()
null
if it was not included in the
monitor entry.public java.lang.Long getOperationsInitiated()
null
if it was not
included in the monitor entry.public java.lang.Long getOperationsCompleted()
null
if it was not
included in the monitor entry.public java.lang.Long getOperationsAbandoned()
null
if it was not
included in the monitor entry.public java.lang.Long getBytesRead()
null
if it was not
included in the monitor entry.public java.lang.Long getBytesWritten()
null
if it was not
included in the monitor entry.public java.lang.Long getLDAPMessagesRead()
null
if it was not
included in the monitor entry.public java.lang.Long getLDAPMessagesWritten()
null
if it
was not included in the monitor entry.public java.lang.Long getAbandonRequests()
null
if it was not
included in the monitor entry.public java.lang.Long getAddRequests()
null
if it was not
included in the monitor entry.public java.lang.Long getAddResponses()
null
if it was not
included in the monitor entry.public java.lang.Long getBindRequests()
null
if it was not
included in the monitor entry.public java.lang.Long getBindResponses()
null
if it was not
included in the monitor entry.public java.lang.Long getCompareRequests()
null
if it was not
included in the monitor entry.public java.lang.Long getCompareResponses()
null
if it was not
included in the monitor entry.public java.lang.Long getDeleteRequests()
null
if it was not
included in the monitor entry.public java.lang.Long getDeleteResponses()
null
if it was not
included in the monitor entry.public java.lang.Long getExtendedRequests()
null
if it was not
included in the monitor entry.public java.lang.Long getExtendedResponses()
null
if it was not
included in the monitor entry.public java.lang.Long getModifyRequests()
null
if it was not
included in the monitor entry.public java.lang.Long getModifyResponses()
null
if it was not
included in the monitor entry.public java.lang.Long getModifyDNRequests()
null
if it was not
included in the monitor entry.public java.lang.Long getModifyDNResponses()
null
if it was not
included in the monitor entry.public java.lang.Long getSearchRequests()
null
if it was not
included in the monitor entry.public java.lang.Long getSearchResultEntries()
null
if it
was not included in the monitor entry.public java.lang.Long getSearchResultReferences()
null
if it
was not included in the monitor entry.public java.lang.Long getSearchDoneResponses()
null
if it
was not included in the monitor entry.public java.lang.Long getUnbindRequests()
null
if it was not
included in the monitor entry.public java.lang.String getMonitorDisplayName()
getMonitorDisplayName
in class MonitorEntry
public java.lang.String getMonitorDescription()
getMonitorDescription
in class MonitorEntry
public java.util.Map<java.lang.String,MonitorAttribute> getMonitorAttributes()
getMonitorAttributes
in class MonitorEntry
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |