Uses of Class
org.opends.server.protocols.ldap.LdapStatistics
-
Packages that use LdapStatistics Package Description org.opends.server.protocols.ldap Contains the implementation for the Directory Server connection handler that is responsible for interacting with clients using LDAPv3. -
-
Uses of LdapStatistics in org.opends.server.protocols.ldap
Methods in org.opends.server.protocols.ldap that return LdapStatistics Modifier and Type Method Description LdapStatistics
LDAPConnectionHandler. getStatTracker()
Retrieves the set of statistics maintained by this connection handler.Constructors in org.opends.server.protocols.ldap with parameters of type LdapStatistics Constructor Description LdapStatisticsFilter(LdapStatistics statTracker)
Creates a new reactive filter for the provided statistics tracker.
-