Uses of Enum Class
org.opendaylight.raft.api.RaftRole
Packages that use RaftRole
Package
Description
Classes that constitute what would be a RAFT protocol API.
-
Uses of RaftRole in org.opendaylight.controller.cluster.datastore.jmx.mbeans.shard
Methods in org.opendaylight.controller.cluster.datastore.jmx.mbeans.shard that return RaftRole -
Uses of RaftRole in org.opendaylight.controller.cluster.datastore.shardmanager
Methods in org.opendaylight.controller.cluster.datastore.shardmanager that return RaftRole -
Uses of RaftRole in org.opendaylight.controller.cluster.notifications
Methods in org.opendaylight.controller.cluster.notifications that return RaftRoleModifier and TypeMethodDescriptionRoleChanged.newRole()
Returns the value of thenewRole
record component.@Nullable RaftRole
RoleChanged.oldRole()
Returns the value of theoldRole
record component.Constructors in org.opendaylight.controller.cluster.notifications with parameters of type RaftRoleModifierConstructorDescriptionRoleChanged
(String memberId, RaftRole newRole) RoleChanged
(String memberId, RaftRole newRole, @Nullable RaftRole oldRole) Creates an instance of aRoleChanged
record class.RoleChangeNotification
(String memberId, RaftRole newRole) RoleChangeNotification
(String memberId, RaftRole newRole, @Nullable RaftRole oldRole) -
Uses of RaftRole in org.opendaylight.controller.cluster.raft
Methods in org.opendaylight.controller.cluster.raft that return RaftRole -
Uses of RaftRole in org.opendaylight.controller.cluster.raft.behaviors
Methods in org.opendaylight.controller.cluster.raft.behaviors that return RaftRole -
Uses of RaftRole in org.opendaylight.controller.cluster.raft.client.messages
Methods in org.opendaylight.controller.cluster.raft.client.messages that return RaftRoleMethods in org.opendaylight.controller.cluster.raft.client.messages with parameters of type RaftRole -
Uses of RaftRole in org.opendaylight.raft.api
Methods in org.opendaylight.raft.api that return RaftRole