Package | Description |
---|---|
alluxio.master | |
alluxio.master.backup | |
alluxio.master.journal | |
alluxio.master.journal.noop | |
alluxio.master.journal.raft | |
alluxio.master.journal.ufs |
Modifier and Type | Field and Description |
---|---|
protected JournalSystem |
CoreMaster.mJournalSystem |
protected JournalSystem |
MasterProcess.mJournalSystem
The journal system for writing journal entries and restoring master state.
|
Modifier and Type | Method and Description |
---|---|
JournalSystem |
CoreMasterContext.getJournalSystem() |
JournalSystem |
MasterContext.getJournalSystem() |
Modifier and Type | Method and Description |
---|---|
CoreMasterContext.Builder |
CoreMasterContext.Builder.setJournalSystem(JournalSystem journalSystem) |
Constructor and Description |
---|
MasterContext(JournalSystem journalSystem)
Creates a new master context, using the global server UserState.
|
MasterContext(JournalSystem journalSystem,
UserState userState)
Creates a new master context.
|
MasterProcess(JournalSystem journalSystem,
NetworkAddressUtils.ServiceType rpcService,
NetworkAddressUtils.ServiceType webService)
Prepares a
MasterProcess journal, rpc and web server using the given sockets. |
Modifier and Type | Field and Description |
---|---|
protected JournalSystem |
AbstractBackupRole.mJournalSystem
Journal system.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractJournalSystem
Base implementation for journal systems.
|
Modifier and Type | Method and Description |
---|---|
JournalSystem |
JournalSystem.Builder.build(CommonUtils.ProcessType processType) |
Constructor and Description |
---|
DefaultJournalMaster(JournalDomain journalDomain,
JournalSystem journalSystem) |
Modifier and Type | Class and Description |
---|---|
class |
NoopJournalSystem
Journal system which doesn't do anything.
|
Modifier and Type | Class and Description |
---|---|
class |
RaftJournalSystem
System for multiplexing many logical journals into a single raft-based journal.
|
Modifier and Type | Class and Description |
---|---|
class |
UfsJournalSystem
Factory for under file storage journals.
|
Copyright © 2023. All Rights Reserved.