Package org.opendaylight.controller.cluster.notifications


package org.opendaylight.controller.cluster.notifications
  • Classes
    Class
    Description
    A local message initiated internally from the RaftActor when some state of a leader has changed.
    Message sent from the listener of Role Change messages to register itself to the Role Change Notifier.
    Reply message sent from a RoleChangeNotifier to the Role Change Listener.
    Role Change message initiated internally from the Raft Actor when a the behavior/role changes.
    Notification message representing a Role change of a cluster member.
    The RoleChangeNotifier is responsible for receiving Raft role and leader state change messages and notifying the listeners (within the same node), which are registered with it.