Uses of Class
org.opends.server.replication.common.ServerStatus
-
Packages that use ServerStatus 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.plugin This package contains the part of the Multi-master replication code that works on the Directory Server side.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.service 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
Methods in org.opends.server.replication.common that return ServerStatus Modifier and Type Method Description ServerStatusDSInfo. getStatus()Get the DS status.ServerStatusServerStatus. toStatusCompatibleWith(short protocolVersion)Compute a compatible status for servers not implementing the same replication protocol version as this server.static ServerStatusServerStatus. valueOf(byte value)Returns the ServerStatus matching the passed status numeric representation.static ServerStatusServerStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ServerStatus[]ServerStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opends.server.replication.common with parameters of type ServerStatus Modifier and Type Method Description booleanServerStatus. isTransitionAllowedTo(ServerStatus toStatus)Returns whether the transition going from this status totoStatusis valid.Constructors in org.opends.server.replication.common with parameters of type ServerStatus 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. -
Uses of ServerStatus in org.opends.server.replication.plugin
Methods in org.opends.server.replication.plugin with parameters of type ServerStatus Modifier and Type Method Description voidLDAPReplicationDomain. sessionInitiated(ServerStatus initStatus, ServerState rsState, ServerState newestChangelogStateOfReplica) -
Uses of ServerStatus in org.opends.server.replication.protocol
Methods in org.opends.server.replication.protocol that return ServerStatus Modifier and Type Method Description ServerStatusChangeStatusMsg. getNewStatus()Get the new status, i.e.ServerStatusChangeStatusMsg. getRequestedStatus()Get the requested status, i.e.ServerStatusStartSessionMsg. getStatus()Get the status from this message.Methods in org.opends.server.replication.protocol with parameters of type ServerStatus Modifier and Type Method Description static ChangeStatusMsgChangeStatusMsg. requestThatDsChangesStatusTo(ServerStatus requestedStatus)Create a new ChangeStatusMsg suitable for sending from a replication server to a replica.static ChangeStatusMsgChangeStatusMsg. signalThatDsStatusChangedTo(ServerStatus newStatus)Create a new ChangeStatusMsg suitable for sending from a replica to a replication server.Constructors in org.opends.server.replication.protocol with parameters of type ServerStatus Constructor Description StartSessionMsg(ServerStatus status, Set<String> referralsURLs)Creates a new message with the given required parameters. -
Uses of ServerStatus in org.opends.server.replication.service
Methods in org.opends.server.replication.service that return ServerStatus Modifier and Type Method Description ServerStatusReplicationDomain. getStatus()Gets the status for this domain.Methods in org.opends.server.replication.service with parameters of type ServerStatus Modifier and Type Method Description voidReplicationDomain. sessionInitiated(ServerStatus initStatus, ServerState rsState, ServerState newestChangelogStateOfReplica)Set the initial status of the domain and perform necessary initializations.voidReplicationBroker. signalStatusChangeToRs(ServerStatus newStatus)Signals the RS we just entered a new status.
-