Class | Description |
---|---|
BufferedJournalApplier |
Used to control applying to masters.
|
JournalEntryCommand |
Command for writing an arbitrary journal entry.
|
JournalStateMachine |
A state machine for managing all of Alluxio's journaled state.
|
OnceSupplier<T> |
Supplier that supplies a value only once, then throws an exception if it is called again.
|
RaftJournal |
Class associated with each master that lets the master create journal contexts for writing
entries to the journal.
|
RaftJournalConfiguration |
Configuration for the Raft journal system.
|
RaftJournalSystem |
System for multiplexing many logical journals into a single raft-based journal.
|
RaftJournalWriter |
Class for writing entries to the Raft journal.
|
RaftPrimarySelector |
A primary selector backed by a Raft consensus cluster.
|
SnapshotReaderStream |
An input stream for reading from a
SnapshotReader . |
SnapshotWriterStream |
A wrapper for giving an
OutputStream API on top of Copycat's SnapshotWriter . |
Enum | Description |
---|---|
RaftJournalConfiguration.StorageLevel |
Enum corresponding to io.atomix.copycat.server.storage.StorageLevel.
|
Copyright © 2023. All Rights Reserved.