| 接口 | 说明 |
|---|---|
| Replicator.ReplicatorStateListener |
User can implement the ReplicatorStateListener interface by themselves.
|
| Scheduler |
| 类 | 说明 |
|---|---|
| BallotBox |
Ballot box for voting.
|
| CliServiceImpl |
Cli service implementation.
|
| DefaultJRaftServiceFactory |
The default factory for JRaft services.
|
| ElectionPriority |
ElectionPriority Type
|
| FSMCallerImpl |
The finite state machine caller implementation.
|
| IteratorImpl |
The iterator implementation.
|
| IteratorWrapper | |
| NodeImpl |
The raft replica node implementation.
|
| NodeMetrics |
Node metrics
|
| ReadOnlyServiceImpl |
Read-only service implementation.
|
| Replicator |
Replicator for replicating log entry from leader to followers.
|
| ReplicatorGroupImpl |
Replicator group for a raft group.
|
| StateMachineAdapter |
State machine adapter that implements all methods with default behavior
except
StateMachine.onApply(com.alipay.sofa.jraft.Iterator). |
| TimerManager |
The global timer manager.
|
| 枚举 | 说明 |
|---|---|
| Replicator.ReplicatorStateListener.ReplicatorState |
Represents state changes in the replicator.
|
| Replicator.State |
Replicator internal state
|
| ReplicatorType |
Replicator role
|
| State |
Node state
|
Copyright © 2021. All rights reserved.