Uses of Class
org.opends.server.replication.common.ReplicationServerId
-
Packages that use ReplicationServerId 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.server This package contains the code for the Replication Server part of the Multimaster replication feature.org.opends.server.replication.server.changelog.file This package contains a file-based log implementation for the changelog database API.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 ReplicationServerId in org.opends.server.replication.common
Methods in org.opends.server.replication.common that return ReplicationServerId Modifier and Type Method Description static 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.ReplicationServerId
DSInfo. getRsId()
Get the RS id the DS is connected to.static ReplicationServerId
ReplicationServerId. nullReplicationServerId()
Returns the special id corresponding to the null replication server id.ReplicationServerId
RSInfo. replicationServerId()
Get the RS server id.Methods in org.opends.server.replication.common with parameters of type ReplicationServerId Modifier and Type Method Description void
Topology. applyTopologyMessage(TopologyMsg topoMsg, Dn baseDn, ReplicationServerId senderId)
Updates the topology with the provided topology message.DSInfo
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.RSInfo
Topology. toRSInfoOrNull(ReplicationServerId replicationServerId)
Returns the information available from the topology for this replication server ID as aRSInfo
object.Constructors in org.opends.server.replication.common with parameters of type ReplicationServerId Constructor Description DSInfo(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)
Creates a new instance of DSInfo with every given info.RSInfo(ReplicationServerId rsId, 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)
Creates a new instance of RSInfo with every given info. -
Uses of ReplicationServerId in org.opends.server.replication.protocol
Methods in org.opends.server.replication.protocol that return ReplicationServerId Modifier and Type Method Description ReplicationServerId
ReplServerStartDSMsg. getServerId()
Get the Server Id.ReplicationServerId
ReplServerStartMsg. getServerId()
Get the Server Id.ReplicationServerId
ByteArrayScanner. nextReplicationServerId()
Reads the next replication server id.Methods in org.opends.server.replication.protocol with parameters of type ReplicationServerId Modifier and Type Method Description ByteArrayBuilder
ByteArrayBuilder. appendReplicationServerId(ReplicationServerId replicationServerId)
Appends the encoded version of thisReplicationServerId
to this ByteArrayBuilder.Constructors in org.opends.server.replication.protocol with parameters of type ReplicationServerId Constructor Description ReplServerStartDSMsg(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
Methods in org.opends.server.replication.server that return ReplicationServerId Modifier and Type Method Description ReplicationServerId
ReplicationServer. getServerId()
Get the replication server id.Methods in org.opends.server.replication.server that return types with arguments of type ReplicationServerId Modifier and Type Method Description Map<ReplicationServerId,org.opends.server.replication.server.PeerReplicationServer>
ReplicationServerDomain. getConnectedRSs()
Get the map of connected RSs. -
Uses of ReplicationServerId in org.opends.server.replication.server.changelog.file
Methods in org.opends.server.replication.server.changelog.file with parameters of type ReplicationServerId Modifier and Type Method Description static 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
Methods in org.opends.server.replication.service that return ReplicationServerId Modifier and Type Method Description ReplicationServerId
ReplicationBroker. getReplicationServerId()
Gets the server id of the RS we are connected to.
-