X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-akka-raft%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fcluster%2Fraft%2Fmessages%2FServerChangeStatus.java;h=64a0f66fc2643b4d8c0227483ad2be84b22f860b;hb=refs%2Fchanges%2F03%2F29803%2F3;hp=ca2f35cbf6a7a50542e22cc3e6fc336f17b8fb0e;hpb=8b3db9dc8b4ac15d0b8bc133966fd3521f4909da;p=controller.git diff --git a/opendaylight/md-sal/sal-akka-raft/src/main/java/org/opendaylight/controller/cluster/raft/messages/ServerChangeStatus.java b/opendaylight/md-sal/sal-akka-raft/src/main/java/org/opendaylight/controller/cluster/raft/messages/ServerChangeStatus.java index ca2f35cbf6..64a0f66fc2 100644 --- a/opendaylight/md-sal/sal-akka-raft/src/main/java/org/opendaylight/controller/cluster/raft/messages/ServerChangeStatus.java +++ b/opendaylight/md-sal/sal-akka-raft/src/main/java/org/opendaylight/controller/cluster/raft/messages/ServerChangeStatus.java @@ -16,5 +16,8 @@ public enum ServerChangeStatus { OK, NO_LEADER, TIMEOUT, - ALREADY_EXISTS + ALREADY_EXISTS, + DOES_NOT_EXIST, // Server with the specified address does not exist + NOT_SUPPORTED, // Some types of RemoveServer for example Removing the current Leader may not be + // supported (at least initially) }