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 |
---|---|
InodeDirectory |
Inode.asDirectory()
Casts the inode as an
InodeDirectory if it is one, otherwise throws an
exception. |
InodeDirectory |
LockedInodePath.getParentInodeDirectory() |
InodeDirectory |
InodeTreePersistentState.getRoot() |
InodeDirectory |
InodeTree.getRoot() |
Modifier and Type | Method and Description |
---|---|
void |
InodeTree.setDirectChildrenLoaded(java.util.function.Supplier<JournalContext> context,
InodeDirectory dir)
Marks an inode directory as having its direct children loaded.
|
Constructor and Description |
---|
InodeTreeBufferedIterator(InodeStore inodeStore,
InodeDirectory rootInode)
Creates buffered iterator.
|
LockedInodePath(AlluxioURI uri,
ReadOnlyInodeStore inodeStore,
InodeLockManager inodeLockManager,
InodeDirectory root,
InodeTree.LockPattern lockPattern)
Creates a new locked inode path.
|
Copyright © 2023. All Rights Reserved.