| Package | Description |
|---|---|
| org.opendaylight.controller.cluster.raft | |
| org.opendaylight.controller.cluster.raft.base.messages | |
| org.opendaylight.controller.cluster.raft.behaviors |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
RaftState |
SwitchBehavior.getNewState() |
| Constructor and Description |
|---|
SwitchBehavior(RaftState newState,
long newTerm) |
| Modifier and Type | Method and Description |
|---|---|
RaftState |
RaftActorBehavior.state()
Returns the state associated with this behavior.
|
RaftState |
AbstractRaftActorBehavior.state() |
| Modifier and Type | Method and Description |
|---|---|
static RaftActorBehavior |
AbstractRaftActorBehavior.createBehavior(RaftActorContext context,
RaftState state) |
protected RaftActorBehavior |
AbstractRaftActorBehavior.internalSwitchBehavior(RaftState newState) |
| Constructor and Description |
|---|
AbstractLeader(RaftActorContext context,
RaftState state) |
AbstractLeader(RaftActorContext context,
RaftState state,
@Nullable AbstractLeader initializeFromLeader) |
Copyright © 2019 OpenDaylight. All rights reserved.