Uses of Class
org.opends.server.replication.common.DSInfo
-
Packages that use DSInfo 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. -
-
Uses of DSInfo in org.opends.server.replication.common
Methods in org.opends.server.replication.common that return DSInfo Modifier and Type Method Description DSInfo
DSInfo. cloneWithReplicationServerId(ReplicationServerId rsId)
Returns a new instance ofDSInfo
with the specified replication server Id.DSInfo
Topology. toDSInfoOrNull(ReplicaId replicaId)
Returns the information available from the topology for this replica ID as aDSInfo
object. -
Uses of DSInfo in org.opends.server.replication.protocol
Methods in org.opends.server.replication.protocol that return types with arguments of type DSInfo Modifier and Type Method Description List<DSInfo>
TopologyMsg. getReplicaInfos()
Returns the information about DSs in the topology.Constructor parameters in org.opends.server.replication.protocol with type arguments of type DSInfo Constructor Description TopologyMsg(Collection<DSInfo> dsInfos, List<RSInfo> rsInfos)
Creates a new message of the currently connected servers. -
Uses of DSInfo in org.opends.server.replication.service
Methods in org.opends.server.replication.service that return types with arguments of type DSInfo Modifier and Type Method Description List<DSInfo>
ReplicationBroker. getReplicaInfos()
Gets the info for DSs in the topology (except us).
-