| Package | Description |
|---|---|
| alluxio.master.file.meta |
| Modifier and Type | Method and Description |
|---|---|
MutableInodeFile |
MutableInode.asFile() |
static MutableInodeFile |
MutableInodeFile.create(long blockContainerId,
long parentId,
java.lang.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(java.util.List<java.lang.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(java.lang.String tempUfsPath) |
Copyright © 2019. All Rights Reserved.