See: Description
| Interface | Description |
|---|---|
| Snapshottable |
Support for periodically persisting
RaftService snapshots to disk. |
| Class | Description |
|---|---|
| Snapshot |
Manages reading and writing a single snapshot file.
|
| SnapshotDescriptor |
Stores information about a
Snapshot of the state machine. |
| SnapshotDescriptor.Builder |
Snapshot descriptor builder.
|
| SnapshotFile |
Represents a snapshot file on disk.
|
| SnapshotReader |
Reads bytes from a state machine
Snapshot. |
| SnapshotStore |
Persists server snapshots via the
RaftStorage module. |
| SnapshotWriter |
Writes bytes to a state machine
Snapshot. |
Copyright © 2013–2017. All rights reserved.