Package | Description |
---|---|
org.opends.server.replication.common |
This package contains utilities that can are used by all the packages below org.opends.server.replication.
|
org.opends.server.replication.protocol |
This package contains the code used by the replication server and by the code running on the Directory Server side to
exchange their information.
|
org.opends.server.replication.service |
This package contains the generic of the Multi-Master replication code that works on the Directory Server side.
|
Modifier and Type | Method and Description |
---|---|
RSInfo |
RSInfo.changeHostPort(HostPort newHostPort)
Returns a new RSInfo object where the host port has been changed to the provided value.
|
Modifier and Type | Method and Description |
---|---|
List<RSInfo> |
TopologyMsg.getRsInfos()
Get the RS infos.
|
Constructor and Description |
---|
TopologyMsg(Collection<DSInfo> dsInfos,
List<RSInfo> rsInfos)
Creates a new message of the currently connected servers.
|
Modifier and Type | Method and Description |
---|---|
List<RSInfo> |
ReplicationDomain.getRsInfos()
Gets the info for RSs in the topology (except the one we are connected to).
|
List<RSInfo> |
ReplicationBroker.getRsInfos()
Gets the info for RSs in the topology (except the one we are connected to).
|
Copyright 2010-2018 ForgeRock AS.