Uses of Class
org.opends.server.replication.common.ReplicationServerId
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 code for the Replication Server part of the Multimaster replication feature.
This package contains a file-based log implementation for the changelog database API.
This package contains the generic of the Multi-Master replication code that works on the Directory Server side.
-
Uses of ReplicationServerId in org.opends.server.replication.common
Modifier and TypeMethodDescriptionstatic ReplicationServerId
ReplicationServerId.fromLegacyNumericId
(int numericId) Generates a newReplicationServerId
from the provided integer value.static ReplicationServerId
ReplicationServerId.fromReplicationServerName
(String name) Generates a newReplicationServerId
from the provided string value.static ReplicationServerId
ReplicationServerId.nullReplicationServerId()
Returns the special id corresponding to the null replication server id.RSInfo.replicationServerId()
Returns the value of thereplicationServerId
record component.DSInfo.rsId()
Returns the value of thersId
record component.Modifier and TypeMethodDescriptionvoid
Topology.applyTopologyMessage
(TopologyMsg topologyMsg, Dn baseDn, ReplicationServerId senderId) Updates the topology with the provided topology message.DSInfo.cloneWithReplicationServerId
(ReplicationServerId rsId) Returns a new instance ofDSInfo
with the specified replication server Id.int
ReplicationServerId.compareTo
(ReplicationServerId o) void
Topology.setLocalReplicationServer
(ReplicationServerId rsId, com.forgerock.opendj.discovery.GroupId groupId, Duration changelogPurgeDelay, SortedSet<com.forgerock.opendj.util.Host> changelogEndpoints, int replicationPort) Sets the local replication server in the topology, merging it with any existing local replication domains.Topology.toRSInfoOrNull
(ReplicationServerId replicationServerId) Returns the information available from the topology for this replication server ID as aRSInfo
object.ModifierConstructorDescriptionDSInfo
(ReplicaId replicaId, com.forgerock.opendj.util.HostPort adminEndpoint, ReplicationServerId rsId, GenerationId generationId, ServerStatus status, com.forgerock.opendj.discovery.GroupId groupId, ProcessId processId, Set<String> refUrls, Set<String> eclIncludes, Set<String> eclIncludesForDeletes, short protocolVersion, Set<com.forgerock.opendj.util.HostPort> adminEndpoints, Map<ConnectionSecurity, Set<com.forgerock.opendj.util.HostPort>> ldapEndpoints) Canonical constructor.RSInfo
(ReplicationServerId replicationServerId, com.forgerock.opendj.util.HostPort changelogEndpoint, GenerationId generationId, com.forgerock.opendj.discovery.GroupId groupId, ProcessId processId, int weight, Set<com.forgerock.opendj.util.HostPort> adminEndpoints) Canonical constructor. -
Uses of ReplicationServerId in org.opends.server.replication.protocol
Modifier and TypeMethodDescriptionReplServerStartDSMsg.getServerId()
Get the Server Id.ReplServerStartMsg.getServerId()
Get the Server Id.ByteArrayScanner.nextReplicationServerId()
Reads the next replication server id.Modifier and TypeMethodDescriptionByteArrayBuilder.appendReplicationServerId
(ReplicationServerId replicationServerId) Appends the encoded version of thisReplicationServerId
to this ByteArrayBuilder.ModifierConstructorDescriptionReplServerStartDSMsg
(ReplicationServerId rsId, com.forgerock.opendj.util.HostPort changelogEndpoint, Dn baseDN, ServerState serverState, GenerationId generationId, boolean sslEncryption, com.forgerock.opendj.discovery.GroupId groupId, int weight, int connectedDSNumber) Create a ReplServerStartDSMsg.ReplServerStartMsg
(ReplicationServerId rsId, com.forgerock.opendj.util.HostPort changelogEndpoint, Dn baseDN, ServerState serverState, GenerationId generationId, boolean sslEncryption, com.forgerock.opendj.discovery.GroupId groupId) Create a ReplServerStartMsg. -
Uses of ReplicationServerId in org.opends.server.replication.server
Modifier and TypeMethodDescriptionReplicationServerDomain.getConnectedRSs()
Get the map of connected RSs. -
Uses of ReplicationServerId in org.opends.server.replication.server.changelog.file
Modifier and TypeMethodDescriptionstatic ReplicationEnvironment
ReplicationEnvironment.newReplicationEnvironment
(Path rootPath, ReplicationServerId replicationServerId, LogCryptoCfg cryptoCfg, Clock clock) Creates the replication environment that can modify the file system. -
Uses of ReplicationServerId in org.opends.server.replication.service
Modifier and TypeMethodDescriptionReplicationBroker.getReplicationServerId()
Gets the server id of the RS we are connected to.ReplicationDomain.getReplicationServerId()
Get the replication server ID to which this domain is currently connected.