| Package | Description |
|---|---|
| io.zeebe.logstreams.impl.snapshot.fs | |
| io.zeebe.logstreams.spi |
| Modifier and Type | Class and Description |
|---|---|
class |
FsSnapshotWriter |
class |
FsTemporarySnapshotWriter
Extends FsSnapshotWriter, delegating the write of the checksum + data to it, and moving the data
file to its correct path at the end.
|
| Modifier and Type | Method and Description |
|---|---|
SnapshotWriter |
SnapshotStorage.createSnapshot(String name,
long logPosition)
Returns a writer to create a new snapshot.
|
SnapshotWriter |
SnapshotStorage.createTemporarySnapshot(String name,
long logPosition)
Returns a writer to create a temporary snapshot.
|
Copyright © 2017–2018 camunda services GmbH. All rights reserved.