Package | Description |
---|---|
alluxio.master.file.meta |
Modifier and Type | Method and Description |
---|---|
MutableInodeFile |
MutableInode.asFile() |
static MutableInodeFile |
MutableInodeFile.create(long blockContainerId,
long parentId,
String name,
long creationTimeMs,
CreateFileContext context)
Creates an
MutableInodeFile . |
static MutableInodeFile |
MutableInodeFile.fromJournalEntry(File.InodeFileEntry entry)
Converts the entry to an
MutableInodeFile . |
static MutableInodeFile |
MutableInodeFile.fromProto(InodeMeta.InodeOrBuilder inode) |
protected MutableInodeFile |
MutableInodeFile.getThis() |
MutableInodeFile |
MutableInodeFile.setBlockIds(List<Long> blockIds) |
MutableInodeFile |
MutableInodeFile.setBlockSizeBytes(long blockSizeBytes) |
MutableInodeFile |
MutableInodeFile.setCacheable(boolean cacheable) |
MutableInodeFile |
MutableInodeFile.setCompleted(boolean completed) |
MutableInodeFile |
MutableInodeFile.setDefaultACL(DefaultAccessControlList acl) |
MutableInodeFile |
MutableInodeFile.setLength(long length) |
MutableInodeFile |
MutableInodeFile.setPersistJobId(long persistJobId) |
MutableInodeFile |
MutableInodeFile.setReplicationDurable(int replicationDurable) |
MutableInodeFile |
MutableInodeFile.setReplicationMax(int replicationMax) |
MutableInodeFile |
MutableInodeFile.setReplicationMin(int replicationMin) |
MutableInodeFile |
MutableInodeFile.setShouldPersistTime(long shouldPersistTime) |
MutableInodeFile |
MutableInodeFile.setTempUfsPath(String tempUfsPath) |
Copyright © 2023. All Rights Reserved.