| Package | Description |
|---|---|
| io.atomix.copycat.server |
Standalone, feature-complete implementation of the Raft consensus algorithm.
|
| io.atomix.copycat.server.storage |
Standalone segmented log for Copycat's Raft implementation.
|
| io.atomix.copycat.server.storage.snapshot |
Classes and interfaces that aid in storing, loading, and installing on-disk state machine snapshots.
|
| Class and Description |
|---|
| SnapshotReader
Reads bytes from a state machine
Snapshot. |
| SnapshotWriter
Writes bytes to a state machine
Snapshot. |
| Class and Description |
|---|
| SnapshotStore
Persists server snapshots via the
Storage 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–2016. All rights reserved.