|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.server.ldap.replication.ReplicationSystem
public class ReplicationSystem
The replication sub-system.
Constructor Summary | |
---|---|
ReplicationSystem()
|
Method Summary | |
---|---|
java.util.Set<ReplicaPeerConfiguration> |
getReplicaPeers()
|
void |
setReplicaPeers(java.util.Set<ReplicaPeerConfiguration> replicaPeers)
Set the list of replica peers this server is connected to |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReplicationSystem()
Method Detail |
---|
public void setReplicaPeers(java.util.Set<ReplicaPeerConfiguration> replicaPeers)
replicaPeers
- The list of replicaspublic java.util.Set<ReplicaPeerConfiguration> getReplicaPeers()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |