Package | Description |
---|---|
alluxio.master.file | |
alluxio.master.file.contexts | |
alluxio.master.file.meta |
Modifier and Type | Method and Description |
---|---|
FileInfo |
DefaultFileSystemMaster.createFile(AlluxioURI path,
CreateFileContext context) |
FileInfo |
FileSystemMaster.createFile(AlluxioURI path,
CreateFileContext context)
Creates a file (not a directory) for a given path.
|
Modifier and Type | Method and Description |
---|---|
static CreateFileContext |
CreateFileContext.create(CreateFilePOptions.Builder optionsBuilder) |
static CreateFileContext |
CreateFileContext.defaults() |
protected CreateFileContext |
CreateFileContext.getThis() |
static CreateFileContext |
CreateFileContext.mergeFrom(CreateFilePOptions.Builder optionsBuilder)
Merges and embeds the given
CreateFilePOptions with the corresponding master options. |
CreateFileContext |
CreateFileContext.setCacheable(boolean cacheable) |
Modifier and Type | Method and Description |
---|---|
static MutableInodeFile |
MutableInodeFile.create(long blockContainerId,
long parentId,
String name,
long creationTimeMs,
CreateFileContext context)
Creates an
MutableInodeFile . |
Copyright © 2023. All Rights Reserved.