| Package | Description |
|---|---|
| io.zeebe.logstreams.impl.snapshot.fs | |
| io.zeebe.logstreams.spi |
| Modifier and Type | Class and Description |
|---|---|
class |
FsReadableSnapshot |
class |
FsSnapshotMetadata |
| Modifier and Type | Method and Description |
|---|---|
List<SnapshotMetadata> |
FsSnapshotStorage.listSnapshots() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ReadableSnapshot
Represents a snapshot of the log.
|
| Modifier and Type | Method and Description |
|---|---|
List<SnapshotMetadata> |
SnapshotStorage.listSnapshots()
Returns a list of available snapshots; for each snapshot item, it returns the latest file.
|
Copyright © 2017–2018 camunda services GmbH. All rights reserved.