| 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.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.
|
| Class and Description |
|---|
| Storage
Immutable log configuration and
Log factory. |
| Class and Description |
|---|
| Log
Stores Raft log entries in a segmented log in memory or on disk.
|
| Segment
Stores a sequence of entries with monotonically increasing indexes in a
Buffer. |
| SegmentDescriptor
Stores information about a
Segment of the log. |
| SegmentDescriptor.Builder
Segment descriptor builder.
|
| SegmentFile
Segment file utility.
|
| Storage
Immutable log configuration and
Log factory. |
| Storage.Builder
Builds a
Storage configuration. |
| StorageException
Log exception.
|
StorageLevel
Log storage level configuration values which control how logs are stored on disk or in memory. |
| Class and Description |
|---|
| Segment
Stores a sequence of entries with monotonically increasing indexes in a
Buffer. |
| SegmentManager |
| Storage
Immutable log configuration and
Log factory. |
| Class and Description |
|---|
| Storage
Immutable log configuration and
Log factory. |
| Class and Description |
|---|
| Storage
Immutable log configuration and
Log factory. |
Copyright © 2013–2016. All rights reserved.