Package | Description |
---|---|
alluxio.master.file.meta |
Modifier and Type | Method and Description |
---|---|
static InodeFile |
InodeFile.create(long blockContainerId,
long parentId,
String name,
long creationTimeMs,
CreateFileOptions options)
Creates an
InodeFile . |
static InodeFile |
InodeFile.fromJournalEntry(File.InodeFileEntry entry)
Converts the entry to an
InodeFile . |
InodeFile |
LockedInodePath.getInodeFile() |
protected InodeFile |
InodeFile.getThis() |
InodeFile |
InodeFile.setBlockIds(List<Long> blockIds) |
InodeFile |
InodeFile.setBlockSizeBytes(long blockSizeBytes) |
InodeFile |
InodeFile.setCacheable(boolean cacheable) |
InodeFile |
InodeFile.setCompleted(boolean completed) |
InodeFile |
InodeFile.setLength(long length) |
Copyright © 2023. All Rights Reserved.