|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opends.admin.ads.SuffixDescriptor
public class SuffixDescriptor
The object of this class represent a topology of replicas across servers that have the same suffix DN. If there is more than one replica on the suffix, the contents of the replicas are replicated.
| Constructor Summary | |
|---|---|
SuffixDescriptor()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDN()
Returns the DN associated with this suffix descriptor. |
java.lang.String |
getId()
Returns an Id that is unique for this suffix. |
java.util.Set<ReplicaDescriptor> |
getReplicas()
Returns the replicas associated with this SuffixDescriptor. |
java.util.Set<java.lang.String> |
getReplicationServers()
Returns the Set of Replication servers for the whole suffix topology. |
int |
hashCode()
|
void |
setDN(java.lang.String suffixDN)
Sets the DN associated with this suffix descriptor. |
void |
setReplicas(java.util.Set<ReplicaDescriptor> replicas)
Sets the replicas associated with this SuffixDescriptor. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SuffixDescriptor()
| Method Detail |
|---|
public java.lang.String getDN()
public void setDN(java.lang.String suffixDN)
suffixDN - the DN associated with this suffix descriptor.public java.util.Set<ReplicaDescriptor> getReplicas()
public void setReplicas(java.util.Set<ReplicaDescriptor> replicas)
replicas - a Set containing the replicas associated with this
SuffixDescriptor.public java.util.Set<java.lang.String> getReplicationServers()
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String getId()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||