Package | Description |
---|---|
alluxio.master | |
alluxio.master.journal | |
alluxio.master.journal.raft | |
alluxio.master.journal.ufs |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPrimarySelector
Base class for implementing primary selectors.
|
Modifier and Type | Field and Description |
---|---|
protected PrimarySelector |
MasterProcess.mLeaderSelector |
Modifier and Type | Method and Description |
---|---|
static PrimarySelector |
PrimarySelector.Factory.createZkJobPrimarySelector() |
static PrimarySelector |
PrimarySelector.Factory.createZkPrimarySelector() |
Constructor and Description |
---|
MasterProcess(JournalSystem journalSystem,
PrimarySelector leaderSelector,
NetworkAddressUtils.ServiceType webService,
NetworkAddressUtils.ServiceType rpcService)
Prepares a
MasterProcess journal, rpc and web server using the given sockets. |
Constructor and Description |
---|
DefaultJournalMaster(JournalDomain journalDomain,
JournalSystem journalSystem,
PrimarySelector primarySelector) |
Modifier and Type | Class and Description |
---|---|
class |
RaftPrimarySelector
A primary selector backed by a Raft consensus cluster.
|
Modifier and Type | Method and Description |
---|---|
PrimarySelector |
RaftJournalSystem.getPrimarySelector() |
Modifier and Type | Class and Description |
---|---|
class |
UfsJournalMultiMasterPrimarySelector
Masters use this client to elect a leader.
|
class |
UfsJournalSingleMasterPrimarySelector
Primary selector when using a single master deployment with UFS journal.
|
Copyright © 2023. All Rights Reserved.