| Package | Description |
|---|---|
| io.atomix.protocols.raft.roles |
Internal classes that manage Raft server state.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRole
Abstract state.
|
class |
ActiveRole
Abstract active state.
|
class |
CandidateRole
Candidate state.
|
class |
FollowerRole
Follower state.
|
class |
InactiveRole
Inactive state.
|
class |
LeaderRole
Leader state.
|
class |
PassiveRole
Passive state.
|
class |
PromotableRole
Promotable role.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<RaftRole> |
PassiveRole.open() |
CompletableFuture<RaftRole> |
LeaderRole.open() |
CompletableFuture<RaftRole> |
FollowerRole.open() |
CompletableFuture<RaftRole> |
CandidateRole.open() |
CompletableFuture<RaftRole> |
AbstractRole.open() |
Copyright © 2013–2017. All rights reserved.