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 RaftStateRaftActor. getRaftState()static RaftStateRaftState. 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 RaftStateSwitchBehavior. 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 RaftStateAbstractRaftActorBehavior. state()RaftStateRaftActorBehavior. 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 RaftActorBehaviorAbstractRaftActorBehavior. createBehavior(RaftActorContext context, RaftState state)protected RaftActorBehaviorAbstractRaftActorBehavior. 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)
-