| Package | Description |
|---|---|
| com.alipay.sofa.jraft.option |
| Modifier and Type | Method and Description |
|---|---|
BallotBox |
ReplicatorGroupOptions.getBallotBox() |
BallotBox |
ReplicatorOptions.getBallotBox() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReplicatorGroupOptions.setBallotBox(BallotBox ballotBox) |
void |
ReplicatorOptions.setBallotBox(BallotBox ballotBox) |
| Constructor and Description |
|---|
ReplicatorOptions(ReplicatorType replicatorType,
int dynamicHeartBeatTimeoutMs,
int electionTimeoutMs,
String groupId,
PeerId serverId,
PeerId peerId,
LogManager logManager,
BallotBox ballotBox,
NodeImpl node,
long term,
SnapshotStorage snapshotStorage,
RaftClientService raftRpcService,
TimerManager timerManager) |
Copyright © 2024. All rights reserved.