Uses of Class
org.opendaylight.controller.cluster.raft.messages.ServerChangeStatus
-
Packages that use ServerChangeStatus Package Description org.opendaylight.controller.cluster.raft.messages -
-
Uses of ServerChangeStatus in org.opendaylight.controller.cluster.raft.messages
Methods in org.opendaylight.controller.cluster.raft.messages that return ServerChangeStatus Modifier and Type Method Description @NonNull ServerChangeStatus
AbstractServerChangeReply. getStatus()
static ServerChangeStatus
ServerChangeStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static ServerChangeStatus[]
ServerChangeStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.opendaylight.controller.cluster.raft.messages with parameters of type ServerChangeStatus Constructor Description AddServerReply(ServerChangeStatus status, String leaderHint)
RemoveServerReply(ServerChangeStatus status, @Nullable String leaderHint)
ServerChangeReply(ServerChangeStatus status, String leaderHint)
-