Uses of Class
org.opends.server.replication.common.StatusMachineEvent
-
Packages that use StatusMachineEvent 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.service This package contains the generic of the Multi-Master replication code that works on the Directory Server side. -
-
Uses of StatusMachineEvent in org.opends.server.replication.common
Methods in org.opends.server.replication.common that return StatusMachineEvent Modifier and Type Method Description static StatusMachineEvent
StatusMachineEvent. statusToEvent(ServerStatus reqStatus)
Returns the event matching the passed requested status.static StatusMachineEvent
StatusMachineEvent. valueOf(byte value)
Returns the StatusMachineEvent matching the passed event numeric representation.static StatusMachineEvent
StatusMachineEvent. valueOf(String name)
Returns the enum constant of this type with the specified name.static StatusMachineEvent[]
StatusMachineEvent. 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 StatusMachineEvent Modifier and Type Method Description static ServerStatus
StatusMachine. computeNewStatus(ServerStatus curStatus, StatusMachineEvent event)
Computes the new status of the state machine according to the current status and the new generated event. -
Uses of StatusMachineEvent in org.opends.server.replication.service
Methods in org.opends.server.replication.service with parameters of type StatusMachineEvent Modifier and Type Method Description protected void
ReplicationDomain. signalNewStatus(StatusMachineEvent event)
Sets the status to a new value depending of the passed status machine event.
-