| Package | Description |
|---|---|
| org.apache.ratis.statemachine | |
| org.apache.ratis.statemachine.impl |
| Modifier and Type | Method and Description |
|---|---|
List<FileInfo> |
SnapshotInfo.getFiles()
Returns a list of files corresponding to this snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
FileInfo |
SingleFileSnapshotInfo.getFile() |
| Modifier and Type | Method and Description |
|---|---|
List<FileInfo> |
FileListSnapshotInfo.getFiles() |
| Constructor and Description |
|---|
SingleFileSnapshotInfo(FileInfo fileInfo,
long term,
long endIndex) |
| Constructor and Description |
|---|
FileListSnapshotInfo(List<FileInfo> files,
long term,
long index) |
Copyright © 2017–2020 The Apache Software Foundation. All rights reserved.