Uses of Interface
org.opends.server.discovery.ServiceDiscoveryMechanism
-
Packages that use ServiceDiscoveryMechanism Package Description org.opends.server.discovery Contains the Service Discovery Mechanisms and APIs. -
-
Uses of ServiceDiscoveryMechanism in org.opends.server.discovery
Classes in org.opends.server.discovery that implement ServiceDiscoveryMechanism Modifier and Type Class Description classReplicationServiceDiscoveryMechanismService Discovery Mechanism retrieving information from a replication topology.classStaticServiceDiscoveryMechanismThis mechanism only returns the list of servers in its configuration, without checking for availability.Methods in org.opends.server.discovery that return ServiceDiscoveryMechanism Modifier and Type Method Description ServiceDiscoveryMechanism<?>ServiceDiscoveryMechanismConfigManager. getMechanism(String name)Returns the service discovery with the provided name.Methods in org.opends.server.discovery with parameters of type ServiceDiscoveryMechanism Modifier and Type Method Description voidServiceDiscoveryChangeListener. 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.
-