ONOS-1922 KryoExceptions at org.onosproject.core.ApplicationRole
Change-Id: I2465784b33a25af98fbf8a9acf098c469a7115f0
Showing
1 changed file
with
2 additions
and
0 deletions
| ... | @@ -38,6 +38,7 @@ import org.onosproject.cluster.Leadership; | ... | @@ -38,6 +38,7 @@ import org.onosproject.cluster.Leadership; |
| 38 | import org.onosproject.cluster.LeadershipEvent; | 38 | import org.onosproject.cluster.LeadershipEvent; |
| 39 | import org.onosproject.cluster.NodeId; | 39 | import org.onosproject.cluster.NodeId; |
| 40 | import org.onosproject.cluster.RoleInfo; | 40 | import org.onosproject.cluster.RoleInfo; |
| 41 | +import org.onosproject.core.ApplicationRole; | ||
| 41 | import org.onosproject.core.DefaultApplication; | 42 | import org.onosproject.core.DefaultApplication; |
| 42 | import org.onosproject.core.DefaultApplicationId; | 43 | import org.onosproject.core.DefaultApplicationId; |
| 43 | import org.onosproject.core.DefaultGroupId; | 44 | import org.onosproject.core.DefaultGroupId; |
| ... | @@ -249,6 +250,7 @@ public final class KryoNamespaces { | ... | @@ -249,6 +250,7 @@ public final class KryoNamespaces { |
| 249 | Version.class, | 250 | Version.class, |
| 250 | ControllerNode.State.class, | 251 | ControllerNode.State.class, |
| 251 | ApplicationState.class, | 252 | ApplicationState.class, |
| 253 | + ApplicationRole.class, | ||
| 252 | DefaultApplication.class, | 254 | DefaultApplication.class, |
| 253 | Device.Type.class, | 255 | Device.Type.class, |
| 254 | Port.Type.class, | 256 | Port.Type.class, | ... | ... |
-
Please register or login to post a comment