Package | Description |
---|---|
alluxio.master.file | |
alluxio.master.file.meta |
Modifier and Type | Method and Description |
---|---|
void |
UfsSyncChecker.checkDirectory(InodeDirectory inode,
AlluxioURI alluxioUri)
Check if immediate children of directory are in sync with UFS.
|
Modifier and Type | Method and Description |
---|---|
static InodeDirectory |
InodeDirectory.create(long id,
long parentId,
String name,
CreateDirectoryOptions options)
Creates an
InodeDirectory . |
static InodeDirectory |
InodeDirectory.fromJournalEntry(File.InodeDirectoryEntry entry)
Converts the entry to an
InodeDirectory . |
InodeDirectory |
LockedInodePath.getParentInodeDirectory() |
InodeDirectory |
InodeTree.getRoot() |
protected InodeDirectory |
InodeDirectory.getThis() |
InodeDirectory |
InodeDirectory.setDirectChildrenLoaded(boolean directChildrenLoaded) |
InodeDirectory |
InodeDirectory.setMountPoint(boolean mountPoint) |
Modifier and Type | Method and Description |
---|---|
void |
InodeTree.syncPersistDirectory(RpcContext rpcContext,
InodeDirectory dir)
Synchronously persists an
InodeDirectory to the UFS. |
Copyright © 2023. All Rights Reserved.