Package | Description |
---|---|
alluxio.master.journal | |
alluxio.master.journal.noop | |
alluxio.master.journal.raft | |
alluxio.master.journal.ufs |
Modifier and Type | Method and Description |
---|---|
static CatchupFuture |
CatchupFuture.allOf(List<CatchupFuture> futures)
Creates a single future for tracking a list of catchup futures.
|
CatchupFuture |
JournalSystem.catchup(Map<String,Long> journalSequenceNumbers)
Initiates a catching up of journals to given sequences.
|
static CatchupFuture |
CatchupFuture.completed() |
Modifier and Type | Method and Description |
---|---|
static CatchupFuture |
CatchupFuture.allOf(List<CatchupFuture> futures)
Creates a single future for tracking a list of catchup futures.
|
Modifier and Type | Method and Description |
---|---|
CatchupFuture |
NoopJournalSystem.catchup(Map<String,Long> journalSequenceNumbers) |
Modifier and Type | Method and Description |
---|---|
CatchupFuture |
JournalStateMachine.catchup(long sequence)
Initiates catching up of masters to given sequence.
|
CatchupFuture |
BufferedJournalApplier.catchup(long sequence)
Initiates catching up of the applier to a target sequence.
|
CatchupFuture |
RaftJournalSystem.catchup(Map<String,Long> journalSequenceNumbers) |
Modifier and Type | Method and Description |
---|---|
CatchupFuture |
UfsJournal.catchup(long sequence)
Initiates catching up of the journal up to given sequence.
|
CatchupFuture |
UfsJournalSystem.catchup(Map<String,Long> journalSequenceNumbers) |
Copyright © 2023. All Rights Reserved.