| Modifier and Type | Method and Description |
|---|---|
SnapshotStorage |
JRaftServiceFactory.createSnapshotStorage(NodeOptions nodeOptions)
Creates a raft snapshot storage
|
| Modifier and Type | Method and Description |
|---|---|
SnapshotStorage |
DefaultJRaftServiceFactory.createSnapshotStorage(NodeOptions nodeOptions) |
| Modifier and Type | Method and Description |
|---|---|
SnapshotStorage |
ReplicatorGroupOptions.getSnapshotStorage() |
SnapshotStorage |
ReplicatorOptions.getSnapshotStorage() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReplicatorGroupOptions.setSnapshotStorage(SnapshotStorage snapshotStorage) |
void |
ReplicatorOptions.setSnapshotStorage(SnapshotStorage snapshotStorage) |
| 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 | Method and Description |
|---|---|
SnapshotStorage |
SnapshotExecutor.getSnapshotStorage()
Returns the backing snapshot storage
|
| Modifier and Type | Method and Description |
|---|---|
SnapshotStorage |
SnapshotExecutorImpl.getSnapshotStorage() |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalSnapshotStorage
Snapshot storage based on local file storage.
|
| Modifier and Type | Method and Description |
|---|---|
SnapshotStorage |
LocalSnapshotCopier.getStorage() |
| Modifier and Type | Method and Description |
|---|---|
void |
LocalSnapshotCopier.setStorage(SnapshotStorage storage) |
Copyright © 2024. All rights reserved.