Uses of Interface
org.opends.server.discovery.ServiceDiscoveryMechanism
Packages that use ServiceDiscoveryMechanism
-
Uses of ServiceDiscoveryMechanism in org.opends.server.discovery
Classes in org.opends.server.discovery that implement ServiceDiscoveryMechanismModifier and TypeClassDescriptionfinal class
Service Discovery Mechanism retrieving information from a replication topology.final class
This mechanism only returns the list of servers in its configuration, without checking for availability.Methods in org.opends.server.discovery that return ServiceDiscoveryMechanismModifier and TypeMethodDescriptionServiceDiscoveryMechanismConfigManager.getMechanism
(String name) Returns the service discovery with the provided name.Methods in org.opends.server.discovery with parameters of type ServiceDiscoveryMechanismModifier and TypeMethodDescriptionvoid
ServiceDiscoveryChangeListener.connectionOptionsChanged
(ServiceDiscoveryMechanism<?> changedService) Invoked when the connection options for connecting to the servers have changed.void
ServiceDiscoveryChangeListener.partitionsChanged
(ServiceDiscoveryMechanism<?> changedService) Invoked when the service discovery mechanism detected that the servers have changed.