| Package | Description |
|---|---|
| com.alipay.sofa.jraft.core | |
| com.alipay.sofa.jraft.option | |
| com.alipay.sofa.jraft.storage.impl |
| Constructor and Description |
|---|
IteratorImpl(FSMCallerImpl fsmCaller,
LogManager logManager,
List<Closure> closures,
long firstClosureIndex,
long lastAppliedIndex,
long committedIndex,
AtomicLong applyingIndex) |
| Modifier and Type | Method and Description |
|---|---|
LogManager |
SnapshotExecutorOptions.getLogManager() |
LogManager |
ReplicatorGroupOptions.getLogManager() |
LogManager |
ReplicatorOptions.getLogManager() |
LogManager |
FSMCallerOptions.getLogManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
SnapshotExecutorOptions.setLogManager(LogManager logManager) |
void |
ReplicatorGroupOptions.setLogManager(LogManager logManager) |
void |
ReplicatorOptions.setLogManager(LogManager logManager) |
void |
FSMCallerOptions.setLogManager(LogManager logManager) |
| 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) |
| Modifier and Type | Class and Description |
|---|---|
class |
LogManagerImpl
LogManager implementation.
|
Copyright © 2024. All rights reserved.