Uses of Class
org.opends.server.replication.common.GroupId
-
Packages that use GroupId Package Description org.opends.server.discovery Contains the Service Discovery Mechanisms and APIs.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.service This package contains the generic of the Multi-Master replication code that works on the Directory Server side. -
-
Uses of GroupId in org.opends.server.discovery
Methods in org.opends.server.discovery that return GroupId Modifier and Type Method Description GroupId
Partition.Server. getGroupId()
Returns the group id for this server.Methods in org.opends.server.discovery with parameters of type GroupId Modifier and Type Method Description void
Partition.Server. setGroupId(GroupId groupId)
Sets the group id for this server. -
Uses of GroupId in org.opends.server.replication.common
Fields in org.opends.server.replication.common declared as GroupId Modifier and Type Field Description static GroupId
GroupId. DEFAULT_GROUP_ID
The default group ID to use when no group ID is set by the users.Methods in org.opends.server.replication.common that return GroupId Modifier and Type Method Description static GroupId
GroupId. fromLegacyGroupId(byte legacyGroupId)
Returns aGroupId
from a replication message sent by a replica running a legacy version.GroupId
DSInfo. getGroupId()
Get the DS group id.GroupId
RSInfo. getGroupId()
Get the RS group id.static GroupId
GroupId. newGroupId(String groupId)
Generates a newGroupId
from the provided value.Methods in org.opends.server.replication.common with parameters of type GroupId Modifier and Type Method Description void
Topology. setLocalReplicationServer(ReplicationServerId rsId, GroupId groupId, Duration changelogPurgeDelay, SortedSet<com.forgerock.opendj.util.Host> replicationListenAddresses, int replicationPort)
Sets the local replication server in the topology, merging it with any existing local replication domains.Constructors in org.opends.server.replication.common with parameters of type GroupId Constructor Description DSInfo(ReplicaId replicaId, com.forgerock.opendj.util.HostPort hostPort, ReplicationServerId rsId, long generationId, ServerStatus status, GroupId groupId, ProcessId processId, Set<String> refUrls, Set<String> eclIncludes, Set<String> eclIncludesForDeletes, short protocolVersion, Set<com.forgerock.opendj.util.HostPort> adminHostPorts, Map<ConnectionSecurity,Set<com.forgerock.opendj.util.HostPort>> ldapHostPorts)
Creates a new instance of DSInfo with every given info.RSInfo(ReplicationServerId rsId, com.forgerock.opendj.util.HostPort rsHostPort, long generationId, GroupId groupId, ProcessId processId, int weight, Set<com.forgerock.opendj.util.HostPort> adminHostPorts)
Creates a new instance of RSInfo with every given info. -
Uses of GroupId in org.opends.server.replication.protocol
Fields in org.opends.server.replication.protocol declared as GroupId Modifier and Type Field Description protected GroupId
StartMsg. groupId
Group id of the replicated domain.Methods in org.opends.server.replication.protocol that return GroupId Modifier and Type Method Description GroupId
ExtendedStartMsg. getGroupId()
Returns the groupID in this message.GroupId
StartMsg. getGroupId()
Get the group id in this message.GroupId
ByteArrayScanner. nextGroupId()
Reads the next group id.Methods in org.opends.server.replication.protocol with parameters of type GroupId Modifier and Type Method Description ByteArrayBuilder
ByteArrayBuilder. appendGroupId(GroupId groupId)
Appends the encoded version of aGroupId
to this ByteArrayBuilder.ExtendedStartMsg
Session. performExtendedHandshake(ServerId<?> serverId, GroupId groupId, ServerState state)
Performs extended handshake to exchange additional informations.void
StartMsg. setGroupId(GroupId groupId)
Set the group id in this message (For test purpose).Constructors in org.opends.server.replication.protocol with parameters of type GroupId Constructor Description ExtendedStartMsg(ServerId<?> serverId, GroupId groupId, ProcessId processId, ServerState state)
Constructs an ExtendedStartMsg replication message for sending.ReplServerStartDSMsg(ReplicationServerId rsId, com.forgerock.opendj.util.HostPort hostPort, Dn baseDN, ServerState serverState, long generationId, boolean sslEncryption, GroupId groupId, int degradedStatusThreshold, int weight, int connectedDSNumber)
Create a ReplServerStartDSMsg.ReplServerStartMsg(ReplicationServerId rsId, com.forgerock.opendj.util.HostPort rsHostPort, Dn baseDN, ServerState serverState, long generationId, boolean sslEncryption, GroupId groupId, int degradedStatusThreshold)
Create a ReplServerStartMsg.ServerStartMsg(ReplicaId replicaId, com.forgerock.opendj.util.HostPort hostPort, Dn baseDN, long heartbeatInterval, ServerState serverState, long generationId, boolean sslEncryption, GroupId groupId)
Creates a new ServerStartMsg. -
Uses of GroupId in org.opends.server.replication.server
Methods in org.opends.server.replication.server that return GroupId Modifier and Type Method Description GroupId
ReplicationServer. getGroupId()
Get The replication server group id. -
Uses of GroupId in org.opends.server.replication.service
Methods in org.opends.server.replication.service that return GroupId Modifier and Type Method Description GroupId
ReplicationBroker. getRsGroupId()
Gets the group id of the RS we are connected to.
-