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 ServerChangeStatusAbstractServerChangeReply. getStatus()static ServerChangeStatusServerChangeStatus. 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)
-