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 classService Discovery Mechanism retrieving information from a replication topology.final classThis 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 TypeMethodDescriptionvoidServiceDiscoveryChangeListener.connectionOptionsChanged(ServiceDiscoveryMechanism<?> changedService) Invoked when the connection options for connecting to the servers have changed.voidServiceDiscoveryChangeListener.partitionsChanged(ServiceDiscoveryMechanism<?> changedService) Invoked when the service discovery mechanism detected that the servers have changed.