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 RaftStateRaftActor.getRaftState()static RaftStateReturns 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 RaftStateAbstractRaftActorBehavior.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 RaftActorBehaviorAbstractRaftActorBehavior.createBehavior(RaftActorContext context, RaftState state) protected RaftActorBehaviorAbstractRaftActorBehavior.internalSwitchBehavior(RaftState newState) Constructors in org.opendaylight.controller.cluster.raft.behaviors with parameters of type RaftStateModifierConstructorDescriptionprotectedAbstractLeader(RaftActorContext context, RaftState state) protectedAbstractLeader(RaftActorContext context, RaftState state, @Nullable AbstractLeader initializeFromLeader)