Uses of Enum Class
org.opendaylight.controller.cluster.raft.RaftState
Packages that use RaftState
Package
Description
-
Uses of RaftState in org.opendaylight.controller.cluster.raft
Methods in org.opendaylight.controller.cluster.raft that return RaftStateModifier and TypeMethodDescriptionprotected final RaftState
RaftActor.getRaftState()
static RaftState
Returns the enum constant of this class with the specified name.static RaftState[]
RaftState.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of RaftState in org.opendaylight.controller.cluster.raft.base.messages
Methods in org.opendaylight.controller.cluster.raft.base.messages that return RaftStateConstructors in org.opendaylight.controller.cluster.raft.base.messages with parameters of type RaftState -
Uses of RaftState in org.opendaylight.controller.cluster.raft.behaviors
Methods in org.opendaylight.controller.cluster.raft.behaviors that return RaftStateModifier and TypeMethodDescriptionfinal RaftState
AbstractRaftActorBehavior.state()
RaftActorBehavior.state()
Returns the state associated with this behavior.Methods in org.opendaylight.controller.cluster.raft.behaviors with parameters of type RaftStateModifier and TypeMethodDescriptionstatic RaftActorBehavior
AbstractRaftActorBehavior.createBehavior
(RaftActorContext context, RaftState state) protected RaftActorBehavior
AbstractRaftActorBehavior.internalSwitchBehavior
(RaftState newState) Constructors in org.opendaylight.controller.cluster.raft.behaviors with parameters of type RaftStateModifierConstructorDescriptionprotected
AbstractLeader
(RaftActorContext context, RaftState state) protected
AbstractLeader
(RaftActorContext context, RaftState state, @Nullable AbstractLeader initializeFromLeader)