Package | Description |
---|---|
alluxio.master.file | |
alluxio.master.journal |
Modifier and Type | Class and Description |
---|---|
class |
FileSystemJournalEntryMerger
A file system journal entry merger which merges inode creation and inode update journals
on the same inode object into one.
|
Modifier and Type | Field and Description |
---|---|
protected JournalEntryMerger |
FileSystemMergeJournalContext.mJournalEntryMerger |
Modifier and Type | Method and Description |
---|---|
JournalEntryMerger |
MetadataSyncMergeJournalContext.getMerger() |
Constructor and Description |
---|
FileSystemMergeJournalContext(JournalContext journalContext,
JournalEntryMerger journalEntryMerger)
Constructs a
FileSystemMergeJournalContext . |
MetadataSyncMergeJournalContext(JournalContext journalContext,
JournalEntryMerger journalEntryMerger)
Constructs a
MetadataSyncMergeJournalContext . |
Copyright © 2023. All Rights Reserved.