Package com.unboundid.ldap.sdk.unboundidds.monitors

NOTE: This package is part of the Commercial Edition of the UnboundID LDAP SDK for Java.

See:
          Description

Class Summary
ActiveOperationsMonitorEntry NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
BackendMonitorEntry NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
ClientConnectionMonitorEntry NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
ConnectionHandlerMonitorEntry NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
DiskSpaceInfo NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
DiskSpaceUsageMonitorEntry NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
EntryCacheMonitorEntry NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
ExtendedOperationResultCodeInfo NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
FIFOEntryCacheMonitorEntry NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
GaugeMonitorEntry NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
GeneralMonitorEntry NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
GroupCacheMonitorEntry NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
HostSystemRecentCPUAndMemoryMonitorEntry NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
IndexMonitorEntry NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
IndicatorGaugeMonitorEntry NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
JEEnvironmentMonitorEntry NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
LDAPExternalServerMonitorEntry NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
LDAPStatisticsMonitorEntry NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
LoadBalancingAlgorithmMonitorEntry NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
LoadBalancingAlgorithmServerAvailabilityData NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
MemoryUsageMonitorEntry NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
MonitorAttribute NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
MonitorEntry NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
MonitorManager NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
NumericGaugeMonitorEntry NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
OperationResultCodeInfo NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
PerApplicationProcessingTimeHistogramMonitorEntry NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
ProcessingTimeHistogramMonitorEntry NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
ReplicaMonitorEntry NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
ReplicationServerMonitorEntry NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
ReplicationSummaryMonitorEntry NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
ReplicationSummaryReplica NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
ReplicationSummaryReplicationServer NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
ResultCodeInfo NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
ResultCodeMonitorEntry NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
StackTraceMonitorEntry NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
SystemInfoMonitorEntry NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
ThreadStackTrace NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
TraditionalWorkQueueMonitorEntry NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
UnboundIDWorkQueueMonitorEntry NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
VersionMonitorEntry NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
 

Enum Summary
HealthCheckState NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java.
 

Package com.unboundid.ldap.sdk.unboundidds.monitors Description

NOTE: This package 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 package contains a number of helper classes for interacting with monitor entries in the UnboundID Directory Server. It provides methods for parsing the monitor entries as specific subtypes and for extracting the information that they provide in useful ways.

The MonitorManager class provides a number of utility methods for retrieving server monitor entries from an UnboundID Directory Server. The MonitorEntry class and its subclasses provide access to the data in those monitor entries.