| Package | Description |
|---|---|
| io.zeebe.logstreams.impl.service | |
| io.zeebe.logstreams.impl.snapshot.fs |
| Constructor and Description |
|---|
FsSnapshotStorageService(FsSnapshotStorageConfiguration snapshotStorageConfiguration) |
| Modifier and Type | Field and Description |
|---|---|
protected FsSnapshotStorageConfiguration |
FsSnapshotStorage.cfg |
protected FsSnapshotStorageConfiguration |
FsSnapshotWriter.config |
protected FsSnapshotStorageConfiguration |
FsReadableSnapshot.config |
| Modifier and Type | Method and Description |
|---|---|
protected void |
FsSnapshotWriter.initOutputStreams(FsSnapshotStorageConfiguration config,
File snapshotFile) |
| Constructor and Description |
|---|
FsReadableSnapshot(FsSnapshotStorageConfiguration config,
File dataFile,
File checksumFile,
long position) |
FsSnapshotMetadata(FsSnapshotStorageConfiguration config,
File snapshotFile,
File checksumFile,
long position) |
FsSnapshotStorage(FsSnapshotStorageConfiguration cfg) |
FsSnapshotWriter(FsSnapshotStorageConfiguration config,
File snapshotFile,
File checksumFile,
FsReadableSnapshot lastSnapshot) |
FsTemporarySnapshotWriter(FsSnapshotStorageConfiguration config,
File temporaryFile,
File checksumFile,
File snapshotFile,
FsReadableSnapshot lastSnapshot) |
Copyright © 2017–2018 camunda services GmbH. All rights reserved.