Uses of Enum Class
org.opendaylight.controller.cluster.raft.messages.ServerChangeStatus
Packages that use ServerChangeStatus
-
Uses of ServerChangeStatus in org.opendaylight.controller.cluster.raft.messages
Methods in org.opendaylight.controller.cluster.raft.messages that return ServerChangeStatusModifier and TypeMethodDescriptionfinal @NonNull ServerChangeStatusAbstractServerChangeReply.getStatus()static ServerChangeStatusReturns the enum constant of this class with the specified name.static ServerChangeStatus[]ServerChangeStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.opendaylight.controller.cluster.raft.messages with parameters of type ServerChangeStatusModifierConstructorDescriptionAddServerReply(ServerChangeStatus status, String leaderHint) RemoveServerReply(ServerChangeStatus status, @Nullable String leaderHint) ServerChangeReply(ServerChangeStatus status, String leaderHint)