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.
|
LocalFirstRaftClient |
A client to send messages to a raft server with a strategy to attempt sending them locally first.
|
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.
|
RaftJournalServiceClient |
A client for raft journal service.
|
RaftJournalServiceHandler |
RPC handler for raft journal service.
|
RaftJournalSystem |
System for multiplexing many logical journals into a single raft-based journal.
|
RaftJournalUtils |
Helper class for raft journal operations.
|
RaftJournalWriter |
Class for writing entries to the Raft journal.
|
RaftPrimarySelector |
A primary selector backed by a Raft consensus cluster.
|
SnapshotDownloader<S,R> |
A stream observer for downloading a snapshot.
|
SnapshotReplicationManager |
Class for managing snapshot replication among masters.
|
SnapshotUploader<S,R> |
A stream observer for uploading a snapshot.
|
Copyright © 2023. All Rights Reserved.