Uses of Class
org.opendaylight.controller.cluster.raft.RaftState
-
Packages that use RaftState Package Description org.opendaylight.controller.cluster.raft org.opendaylight.controller.cluster.raft.base.messages org.opendaylight.controller.cluster.raft.behaviors -
-
Uses of RaftState in org.opendaylight.controller.cluster.raft
Methods in org.opendaylight.controller.cluster.raft that return RaftState Modifier and Type Method Description protected RaftState
RaftActor. getRaftState()
static RaftState
RaftState. valueOf(String name)
Returns the enum constant of this type with the specified name.static RaftState[]
RaftState. values()
Returns an array containing the constants of this enum type, 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 RaftState Modifier and Type Method Description RaftState
SwitchBehavior. getNewState()
Constructors in org.opendaylight.controller.cluster.raft.base.messages with parameters of type RaftState Constructor Description SwitchBehavior(RaftState newState, long newTerm)
-
Uses of RaftState in org.opendaylight.controller.cluster.raft.behaviors
Methods in org.opendaylight.controller.cluster.raft.behaviors that return RaftState Modifier and Type Method Description RaftState
AbstractRaftActorBehavior. state()
RaftState
RaftActorBehavior. state()
Returns the state associated with this behavior.Methods in org.opendaylight.controller.cluster.raft.behaviors with parameters of type RaftState Modifier and Type Method Description static 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 RaftState Constructor Description AbstractLeader(RaftActorContext context, RaftState state)
AbstractLeader(RaftActorContext context, RaftState state, @Nullable AbstractLeader initializeFromLeader)
-