Uses of Class
org.opends.server.discovery.Partition
-
Packages that use Partition Package Description org.opends.server.discovery Contains the Service Discovery Mechanisms and APIs. -
-
Uses of Partition in org.opends.server.discovery
Fields in org.opends.server.discovery declared as Partition Modifier and Type Field Description static Partition
Partition. NULL_PARTITION
A partition implementing the null object pattern.Methods in org.opends.server.discovery that return types with arguments of type Partition Modifier and Type Method Description Set<Partition>
ReplicationServiceDiscoveryMechanism. getPartitions(Collection<Dn> baseDNs)
Set<Partition>
ServiceDiscoveryMechanism. getPartitions(Collection<Dn> baseDNs)
Returns the partitions.Set<Partition>
StaticServiceDiscoveryMechanism. getPartitions(Collection<Dn> baseDns)
-