@ThreadSafe public class InodeDirectoryIdGenerator extends Object implements JournalEntryRepresentable
Constructor and Description |
---|
InodeDirectoryIdGenerator(ContainerIdGenerable containerIdGenerator) |
Modifier and Type | Method and Description |
---|---|
void |
initFromJournalEntry(File.InodeDirectoryIdGeneratorEntry entry)
Initializes the object using a journal entry.
|
Journal.JournalEntry |
toJournalEntry() |
public InodeDirectoryIdGenerator(ContainerIdGenerable containerIdGenerator)
containerIdGenerator
- the container id generator to usepublic Journal.JournalEntry toJournalEntry()
toJournalEntry
in interface JournalEntryRepresentable
Journal.JournalEntry
representing this objectpublic void initFromJournalEntry(File.InodeDirectoryIdGeneratorEntry entry)
entry
- File.InodeDirectoryIdGeneratorEntry
to use for initializationCopyright © 2023. All Rights Reserved.