Uses of Class
org.opends.server.discovery.GroupId
Packages that use GroupId
Package
Description
This package contains the main class of the leader based replication.
Contains the Service Discovery Mechanisms and APIs.
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.
-
Uses of GroupId in org.forgerock.opendj.server.leaderbasedreplication
Methods in org.forgerock.opendj.server.leaderbasedreplication that return GroupIdModifier and TypeMethodDescriptionFetchChangelogUpdatesControl.getGroupId()
Returns the groupId of the replication request control.FetchChangelogUpdatesControl.FetchChangelogUpdatesInfo.groupId()
Returns the value of thegroupId
record component.Constructors in org.forgerock.opendj.server.leaderbasedreplication with parameters of type GroupIdModifierConstructorDescriptionFetchChangelogUpdatesInfo
(GenerationId generationId, ReplicaId serverId, GroupId groupId, ReplicaState replicaState, CSN replicaScp, CSN replicaPurgePoint, boolean isReplicaData) Creates an instance of aFetchChangelogUpdatesInfo
record class. -
Uses of GroupId in org.opends.server.discovery
Fields in org.opends.server.discovery declared as GroupIdModifier and TypeFieldDescriptionstatic final 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.discovery that return GroupIdModifier and TypeMethodDescriptionstatic GroupId
GroupId.fromLegacyGroupId
(byte legacyGroupId) Returns aGroupId
from a replication message sent by a replica running a legacy version.static GroupId
GroupId.newGroupId
(String groupId) Generates a newGroupId
from the provided value. -
Uses of GroupId in org.opends.server.replication.common
Methods in org.opends.server.replication.common that return GroupIdModifier and TypeMethodDescriptionDSInfo.groupId()
Returns the value of thegroupId
record component.RSInfo.groupId()
Returns the value of thegroupId
record component.Methods in org.opends.server.replication.common with parameters of type GroupIdModifier and TypeMethodDescriptionvoid
Topology.setLocalReplicationServer
(ReplicationServerId rsId, 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.Constructors in org.opends.server.replication.common with parameters of type GroupIdModifierConstructorDescriptionDSInfo
(ReplicaId replicaId, com.forgerock.opendj.util.HostPort adminEndpoint, ReplicationServerId rsId, GenerationId generationId, ServerStatus status, 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, GroupId groupId, ProcessId processId, int weight, Set<com.forgerock.opendj.util.HostPort> adminEndpoints) Canonical constructor. -
Uses of GroupId in org.opends.server.replication.protocol
Fields in org.opends.server.replication.protocol declared as GroupIdModifier and TypeFieldDescriptionprotected GroupId
StartMsg.groupId
Group id of the replicated domain.Methods in org.opends.server.replication.protocol that return GroupIdModifier and TypeMethodDescriptionExtendedStartMsg.getGroupId()
Returns the groupID in this message.StartMsg.getGroupId()
Get the group id in this message.ByteArrayScanner.nextGroupId()
Reads the next group id.Methods in org.opends.server.replication.protocol with parameters of type GroupIdModifier and TypeMethodDescriptionByteArrayBuilder.appendGroupId
(GroupId groupId) Appends the encoded version of aGroupId
to this ByteArrayBuilder.Session.performExtendedHandshake
(ServerId<?> serverId, GroupId groupId, ServerState state, long heartbeatInterval) Performs extended handshake to exchange additional information.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 GroupIdModifierConstructorDescriptionExtendedStartMsg
(ServerId<?> serverId, GroupId groupId, ProcessId processId, ServerState state, long heartbeatInterval) Constructs an ExtendedStartMsg replication message for sending.ReplServerStartDSMsg
(ReplicationServerId rsId, com.forgerock.opendj.util.HostPort changelogEndpoint, Dn baseDN, ServerState serverState, GenerationId generationId, boolean sslEncryption, 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, GroupId groupId) Create a ReplServerStartMsg.ServerStartMsg
(ReplicaId replicaId, com.forgerock.opendj.util.HostPort adminEndpoint, Dn baseDn, Duration heartbeatInterval, ServerState serverState, GenerationId 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 GroupIdModifier and TypeMethodDescriptionReplicationServer.getGroupId()
Get The replication server group id.