Uses of Interface
org.forgerock.opendj.ldap.LoadBalancerEventListener
-
Packages that use LoadBalancerEventListener Package Description org.forgerock.opendj.ldap Classes and interfaces for core types including connections, entries, and attributes. -
-
Uses of LoadBalancerEventListener in org.forgerock.opendj.ldap
Fields in org.forgerock.opendj.ldap declared as LoadBalancerEventListener Modifier and Type Field Description static LoadBalancerEventListener
LoadBalancerEventListener. LOG_EVENTS
An event listener implementation which logs events to the LoadBalancingAlgorithm logger.static LoadBalancerEventListener
LoadBalancerEventListener. NO_OP
An event listener implementation which ignores all events.Fields in org.forgerock.opendj.ldap with type parameters of type LoadBalancerEventListener Modifier and Type Field Description static Option<LoadBalancerEventListener>
LdapClients. LOAD_BALANCER_EVENT_LISTENER
Specifies the event listener which should be notified whenever a load-balanced LDAP client changes state from online to offline or vice-versa.
-