| Package | Description |
|---|---|
| io.atomix.copycat.server |
Standalone, feature-complete implementation of the Raft consensus algorithm.
|
| io.atomix.copycat.server.storage.snapshot |
Classes and interfaces that aid in storing, loading, and installing on-disk state machine snapshots.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Snapshottable.install(SnapshotReader reader)
Installs a snapshot of the state machine state.
|
| Modifier and Type | Method and Description |
|---|---|
SnapshotReader |
SnapshotReader.read(Buffer buffer) |
SnapshotReader |
SnapshotReader.read(byte[] bytes) |
SnapshotReader |
SnapshotReader.read(byte[] bytes,
long offset,
long length) |
SnapshotReader |
SnapshotReader.read(Bytes bytes) |
SnapshotReader |
SnapshotReader.read(Bytes bytes,
long offset,
long length) |
abstract SnapshotReader |
Snapshot.reader()
Returns a new snapshot reader.
|
SnapshotReader |
SnapshotReader.skip(long bytes) |
Copyright © 2013–2016. All rights reserved.