Uses of Record Class
org.opends.server.replication.common.DSInfo
Packages that use DSInfo
Package
Description
This package contains utilities that can are used by all the packages below org.opends.server.replication.
This package contains the code used by the replication server and by the code running on the Directory Server side to
exchange their information.
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 DSInfoModifier and TypeMethodDescriptionDSInfo.cloneWithReplicationServerId
(ReplicationServerId rsId) Returns a new instance ofDSInfo
with the specified replication server Id.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 DSInfoModifier and TypeMethodDescriptionTopologyMsg.getReplicaInfos()
Returns the information about DSs in the topology.Constructor parameters in org.opends.server.replication.protocol with type arguments of type DSInfoModifierConstructorDescriptionTopologyMsg
(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 DSInfoModifier and TypeMethodDescriptionReplicationBroker.getReplicaInfos()
Gets the info for DSs in the topology (except us).