Package | Description |
---|---|
org.opendaylight.controller.cluster.raft | |
org.opendaylight.controller.cluster.raft.behaviors |
Modifier and Type | Class and Description |
---|---|
class |
RaftActorContextImpl
Implementation of the RaftActorContext interface.
|
Modifier and Type | Method and Description |
---|---|
protected RaftActorContext |
RaftActor.getRaftActorContext() |
Constructor and Description |
---|
FollowerLogInformation(PeerInfo peerInfo,
RaftActorContext context)
Constructs an instance with no matching index.
|
SnapshotManager(RaftActorContext context,
org.slf4j.Logger logger)
Constructs an instance.
|
Modifier and Type | Field and Description |
---|---|
protected RaftActorContext |
AbstractRaftActorBehavior.context
Information about the RaftActor whose behavior this class represents.
|
Modifier and Type | Method and Description |
---|---|
static RaftActorBehavior |
AbstractRaftActorBehavior.createBehavior(RaftActorContext context,
RaftState state) |
Constructor and Description |
---|
AbstractLeader(RaftActorContext context,
RaftState state) |
AbstractLeader(RaftActorContext context,
RaftState state,
AbstractLeader initializeFromLeader) |
Candidate(RaftActorContext context) |
Follower(RaftActorContext context) |
Follower(RaftActorContext context,
String initialLeaderId,
short initialLeaderPayloadVersion) |
IsolatedLeader(RaftActorContext context) |
Leader(RaftActorContext context) |
PreLeader(RaftActorContext context) |
Copyright © 2019 OpenDaylight. All rights reserved.