Package | Description |
---|---|
alluxio.master | |
alluxio.master.journal | |
alluxio.master.journal.noop | |
alluxio.master.journal.raft | |
alluxio.master.journal.ufs |
Modifier and Type | Method and Description |
---|---|
StateLockManager |
MasterContext.getStateLockManager() |
Modifier and Type | Method and Description |
---|---|
void |
JournalSystem.checkpoint(StateLockManager stateLockManager)
Creates a checkpoint in the primary master journal system.
|
Modifier and Type | Method and Description |
---|---|
void |
NoopJournalSystem.checkpoint(StateLockManager stateLockManager) |
Modifier and Type | Method and Description |
---|---|
void |
RaftJournalSystem.checkpoint(StateLockManager stateLockManager) |
Modifier and Type | Method and Description |
---|---|
void |
UfsJournalSystem.checkpoint(StateLockManager stateLockManager) |
Copyright © 2023. All Rights Reserved.