Package | Description |
---|---|
alluxio.master.journalv0 | |
alluxio.master.journalv0.ufs |
Modifier and Type | Interface and Description |
---|---|
interface |
MutableJournal
The read-write journal.
|
Modifier and Type | Method and Description |
---|---|
Journal |
JournalFactory.create(String name)
Creates a new journal using the given name.
|
Journal |
Journal.Factory.create(String name) |
static Journal |
Journal.Factory.create(URI location)
Creates a new read-only journal using the given location.
|
Modifier and Type | Class and Description |
---|---|
class |
UfsJournal
Implementation of UFS-based journal.
|
class |
UfsMutableJournal
Implementation of
MutableJournal based on UFS. |
Copyright © 2023. All Rights Reserved.