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 ReplicationServerIdReplicationServerId. fromLegacyNumericId(int numericId)Generates a newReplicationServerIdfrom the provided integer value.static ReplicationServerIdReplicationServerId. fromReplicationServerName(String name)Generates a newReplicationServerIdfrom the provided string value.ReplicationServerIdDSInfo. getRsId()Get the RS id the DS is connected to.static ReplicationServerIdReplicationServerId. nullReplicationServerId()Returns the special id corresponding to the null replication server id.ReplicationServerIdRSInfo. replicationServerId()Get the RS server id.Methods in org.opends.server.replication.common with parameters of type ReplicationServerId Modifier and Type Method Description voidTopology. applyTopologyMessage(TopologyMsg topoMsg, Dn baseDn, ReplicationServerId senderId)Updates the topology with the provided topology message.DSInfoDSInfo. cloneWithReplicationServerId(ReplicationServerId rsId)Returns a new instance ofDSInfowith the specified replication server Id.intReplicationServerId. compareTo(ReplicationServerId o)voidTopology. 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.RSInfoTopology. toRSInfoOrNull(ReplicationServerId replicationServerId)Returns the information available from the topology for this replication server ID as aRSInfoobject.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 ReplicationServerIdReplServerStartDSMsg. getServerId()Get the Server Id.ReplicationServerIdReplServerStartMsg. getServerId()Get the Server Id.ReplicationServerIdByteArrayScanner. nextReplicationServerId()Reads the next replication server id.Methods in org.opends.server.replication.protocol with parameters of type ReplicationServerId Modifier and Type Method Description ByteArrayBuilderByteArrayBuilder. appendReplicationServerId(ReplicationServerId replicationServerId)Appends the encoded version of thisReplicationServerIdto 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 ReplicationServerIdReplicationServer. 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 ReplicationEnvironmentReplicationEnvironment. 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 ReplicationServerIdReplicationBroker. getReplicationServerId()Gets the server id of the RS we are connected to.ReplicationServerIdReplicationDomain. getReplicationServerId()Get the replication server ID to which this domain is currently connected.
-