| Package | Description |
|---|---|
| alluxio.master.file.meta |
| Modifier and Type | Method and Description |
|---|---|
MutableInodeDirectory |
MutableInode.asDirectory()
Casts the inode as an
InodeDirectory if it is one, otherwise throws an
exception. |
static MutableInodeDirectory |
MutableInodeDirectory.create(long id,
long parentId,
java.lang.String name,
CreateDirectoryContext context)
Creates an
MutableInodeDirectory. |
static MutableInodeDirectory |
MutableInodeDirectory.fromJournalEntry(File.InodeDirectoryEntry entry)
Converts the entry to an
MutableInodeDirectory. |
static MutableInodeDirectory |
MutableInodeDirectory.fromProto(InodeMeta.InodeOrBuilder inode) |
protected MutableInodeDirectory |
MutableInodeDirectory.getThis() |
MutableInodeDirectory |
MutableInodeDirectory.setChildCount(long childCount) |
MutableInodeDirectory |
MutableInodeDirectory.setDefaultACL(DefaultAccessControlList acl) |
MutableInodeDirectory |
MutableInodeDirectory.setDirectChildrenLoaded(boolean directChildrenLoaded) |
MutableInodeDirectory |
MutableInodeDirectory.setMountPoint(boolean mountPoint) |
| Modifier and Type | Method and Description |
|---|---|
void |
InodeTree.syncPersistNewDirectory(MutableInodeDirectory dir)
Synchronously persists an inode directory to the UFS.
|
Copyright © 2020. All Rights Reserved.