Package | Description |
---|---|
alluxio.master.file | |
alluxio.master.file.meta | |
alluxio.master.metastore | |
alluxio.master.metastore.caching | |
alluxio.master.metastore.heap | |
alluxio.master.metastore.rocks |
Modifier and Type | Method and Description |
---|---|
protected boolean |
DefaultFileSystemMaster.areDescendantsLoaded(InodeDirectoryView inode) |
Modifier and Type | Class and Description |
---|---|
class |
InodeDirectory
Forwarding wrapper around an inode directory view.
|
class |
MutableInodeDirectory
Alluxio file system's directory representation in the file system master.
|
Modifier and Type | Method and Description |
---|---|
void |
InodeTree.syncPersistExistingDirectory(java.util.function.Supplier<JournalContext> context,
InodeDirectoryView dir,
boolean isMetadataLoad)
Synchronously persists an inode directory to the UFS.
|
Constructor and Description |
---|
InodeDirectory(InodeDirectoryView delegate) |
Modifier and Type | Method and Description |
---|---|
default Optional<Inode> |
ReadOnlyInodeStore.getChild(InodeDirectoryView inode,
String name) |
Optional<Inode> |
DelegatingReadOnlyInodeStore.getChild(InodeDirectoryView inode,
String name,
ReadOption option) |
default Optional<Inode> |
ReadOnlyInodeStore.getChild(InodeDirectoryView inode,
String name,
ReadOption option) |
Optional<Long> |
DelegatingReadOnlyInodeStore.getChildId(InodeDirectoryView inode,
String name,
ReadOption option) |
default Optional<Long> |
ReadOnlyInodeStore.getChildId(InodeDirectoryView inode,
String name,
ReadOption option) |
CloseableIterator<Long> |
DelegatingReadOnlyInodeStore.getChildIds(InodeDirectoryView inode,
ReadOption option) |
default CloseableIterator<Long> |
ReadOnlyInodeStore.getChildIds(InodeDirectoryView inode,
ReadOption option)
Returns an iterable for the ids of the children of the given directory.
|
default CloseableIterator<? extends Inode> |
ReadOnlyInodeStore.getChildren(InodeDirectoryView inode) |
CloseableIterator<? extends Inode> |
DelegatingReadOnlyInodeStore.getChildren(InodeDirectoryView inode,
ReadOption option) |
default CloseableIterator<? extends Inode> |
ReadOnlyInodeStore.getChildren(InodeDirectoryView inode,
ReadOption option) |
default boolean |
ReadOnlyInodeStore.hasChildren(InodeDirectoryView inode) |
boolean |
DelegatingReadOnlyInodeStore.hasChildren(InodeDirectoryView inode,
ReadOption option) |
boolean |
ReadOnlyInodeStore.hasChildren(InodeDirectoryView inode,
ReadOption option) |
Modifier and Type | Method and Description |
---|---|
boolean |
CachingInodeStore.hasChildren(InodeDirectoryView inode,
ReadOption option) |
Modifier and Type | Method and Description |
---|---|
boolean |
HeapInodeStore.hasChildren(InodeDirectoryView dir,
ReadOption option) |
Modifier and Type | Method and Description |
---|---|
boolean |
RocksInodeStore.hasChildren(InodeDirectoryView inode,
ReadOption option) |
Copyright © 2023. All Rights Reserved.