public final class SuffixDescriptor extends Object implements Comparable<SuffixDescriptor>
Modifier and Type | Method and Description |
---|---|
int |
compareTo(SuffixDescriptor o) |
boolean |
equals(Object obj) |
Dn |
getDN()
Returns the DN associated with this suffix descriptor.
|
String |
getId()
Returns an Id that is unique for this suffix.
|
Set<org.opends.server.tools.dsreplication.ReplicaDescriptor> |
getReplicas()
Returns the replicas associated with this SuffixDescriptor.
|
Set<HostPort> |
getReplicationServers()
Returns the Set of Replication servers for the whole suffix topology.
|
int |
hashCode() |
String |
toString() |
public Dn getDN()
public Set<org.opends.server.tools.dsreplication.ReplicaDescriptor> getReplicas()
public Set<HostPort> getReplicationServers()
public String getId()
public int compareTo(SuffixDescriptor o)
compareTo
in interface Comparable<SuffixDescriptor>
Copyright 2010-2022 ForgeRock AS.