Uses of Enum Class
org.opends.server.replication.common.ServerStatus
Package
Description
This package contains utilities that can are used by all the packages below org.opends.server.replication.
This package contains the part of the Multi-master replication code that works on the Directory Server side.
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 generic of the Multi-Master replication code that works on the Directory Server side.
-
Uses of ServerStatus in org.opends.server.replication.common
Modifier and TypeMethodDescriptionDSInfo.status()
Returns the value of thestatus
record component.ServerStatus.toStatusCompatibleWith
(short protocolVersion) Compute a compatible status for servers not implementing the same replication protocol version as this server.static ServerStatus
ServerStatus.valueOf
(byte value) Returns the ServerStatus matching the passed status numeric representation.static ServerStatus
Returns the enum constant of this class with the specified name.static ServerStatus[]
ServerStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionboolean
ServerStatus.isTransitionAllowedTo
(ServerStatus toStatus) Returns whether the transition going from this status totoStatus
is valid.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. -
Uses of ServerStatus in org.opends.server.replication.plugin
Modifier and TypeMethodDescriptionvoid
LDAPReplicationDomain.sessionInitiated
(ServerStatus initStatus, ServerState rsState, ServerState newestChangelogStateOfReplica) -
Uses of ServerStatus in org.opends.server.replication.protocol
Modifier and TypeMethodDescriptionChangeStatusMsg.getNewStatus()
Get the new status, i.e.ChangeStatusMsg.getRequestedStatus()
Get the requested status, i.e.StartSessionMsg.getStatus()
Get the status from this message.Modifier and TypeMethodDescriptionstatic ChangeStatusMsg
ChangeStatusMsg.requestThatDsChangesStatusTo
(ServerStatus requestedStatus) Create a new ChangeStatusMsg suitable for sending from a replication server to a replica.static ChangeStatusMsg
ChangeStatusMsg.signalThatDsStatusChangedTo
(ServerStatus newStatus) Create a new ChangeStatusMsg suitable for sending from a replica to a replication server.ModifierConstructorDescriptionStartSessionMsg
(ServerStatus status, Set<String> referralsURLs) Creates a new message with the given required parameters. -
Uses of ServerStatus in org.opends.server.replication.service
Modifier and TypeMethodDescriptionvoid
ReplicationDomain.sessionInitiated
(ServerStatus initStatus, ServerState rsState, ServerState newestChangelogStateOfReplica) Set the initial status of the domain and perform necessary initializations.void
ReplicationBroker.signalStatusChangeToRs
(ServerStatus newStatus) Signals the RS we just entered a new status.