Uses of Class
org.opends.server.discovery.Partition.Server
-
Packages that use Partition.Server Package Description org.opends.server.discovery Contains the Service Discovery Mechanisms and APIs. -
-
Uses of Partition.Server in org.opends.server.discovery
Methods in org.opends.server.discovery that return types with arguments of type Partition.Server Modifier and Type Method Description Set<Partition.Server>
Partition. getNonCompliantServers()
Returns the set of servers which have been detected but cannot be used because they do not comply with the configuration of the service discovery mechanism (wrong base DN for example).Set<Partition.Server>
Partition. getPrimaryServers()
Returns the set of primary server to use.Set<Partition.Server>
Partition. getSecondaryServers()
Returns the set of fallback servers to use.
-