| Package | Description |
|---|---|
| io.atomix.protocols.raft |
Core interfaces for operating on replicated state machines in the Raft cluster.
|
| 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.
|
| io.atomix.protocols.raft.storage.system |
Classes and interfaces that aid in storing and loading persistent cluster and server configurations.
|
| Modifier and Type | Method and Description |
|---|---|
RaftServer.Builder |
RaftServer.Builder.withStorage(RaftStorage storage)
Sets the storage module.
|
| Modifier and Type | Method and Description |
|---|---|
RaftStorage |
RaftStorage.Builder.build()
Builds the
RaftStorage object. |
| Constructor and Description |
|---|
SnapshotStore(RaftStorage storage) |
| Constructor and Description |
|---|
MetaStore(RaftStorage storage,
io.atomix.serializer.Serializer serializer) |
Copyright © 2013–2017. All rights reserved.