| Package | Description |
|---|---|
| io.atomix.copycat.server |
Standalone, feature-complete implementation of the Raft consensus algorithm.
|
| io.atomix.copycat.server.cluster |
Interfaces for managing and interacting with the Copycat cluster.
|
| io.atomix.copycat.server.session |
Interfaces for managing client
sessions on a Copycat server. |
| io.atomix.copycat.server.storage |
Standalone segmented log for Copycat's Raft implementation.
|
| io.atomix.copycat.server.storage.compaction |
Classes and interfaces that facilitate compaction of the Copycat
log. |
| io.atomix.copycat.server.storage.snapshot |
Classes and interfaces that aid in storing, loading, and installing on-disk state machine snapshots.
|
| io.atomix.copycat.server.storage.system |
Classes and interfaces that aid in storing and loading persistent cluster and server configurations.
|
| Package | Description |
|---|---|
| io.atomix.copycat.server.storage.index |
Copyright © 2013–2016. All rights reserved.