| Package | Description |
|---|---|
| org.apache.ratis.server.impl | |
| org.apache.ratis.statemachine | |
| org.apache.ratis.statemachine.impl |
| Modifier and Type | Method and Description |
|---|---|
protected SnapshotInfo |
LogAppender.shouldInstallSnapshot() |
| Constructor and Description |
|---|
SnapshotRequestIter(SnapshotInfo snapshot,
String requestId) |
| Modifier and Type | Method and Description |
|---|---|
SnapshotInfo |
StateMachineStorage.getLatestSnapshot()
Returns the information for the latest durable snapshot.
|
SnapshotInfo |
StateMachine.getLatestSnapshot()
Returns the information for the latest durable snapshot.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileListSnapshotInfo
Each snapshot has a list of files.
|
class |
SingleFileSnapshotInfo
Each snapshot only has a single file.
|
| Modifier and Type | Method and Description |
|---|---|
SnapshotInfo |
BaseStateMachine.getLatestSnapshot() |
Copyright © 2017–2020 The Apache Software Foundation. All rights reserved.