| Package | Description |
|---|---|
| io.atomix.protocols.raft.service | |
| io.atomix.protocols.raft.storage |
Standalone segmented log for Raft's Raft implementation.
|
| io.atomix.protocols.raft.storage.snapshot |
Classes and interfaces that aid in storing, loading, and installing on-disk state machine snapshots.
|
| Class and Description |
|---|
| Snapshottable
Support for periodically persisting
RaftService snapshots to disk. |
| Class and Description |
|---|
| SnapshotStore
Persists server snapshots via the
RaftStorage module. |
| Class and 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.
|
| SnapshotReader
Reads bytes from a state machine
Snapshot. |
| SnapshotWriter
Writes bytes to a state machine
Snapshot. |
Copyright © 2013–2017. All rights reserved.