Package | Description |
---|---|
alluxio.master.file | |
alluxio.master.file.meta | |
alluxio.master.file.options |
Modifier and Type | Method and Description |
---|---|
long |
DefaultFileSystemMaster.createFile(AlluxioURI path,
CreateFileOptions options) |
long |
FileSystemMaster.createFile(AlluxioURI path,
CreateFileOptions options)
Creates a file (not a directory) for a given path.
|
Modifier and Type | Method and Description |
---|---|
static InodeFile |
InodeFile.create(long blockContainerId,
long parentId,
String name,
long creationTimeMs,
CreateFileOptions options)
Creates an
InodeFile . |
Modifier and Type | Method and Description |
---|---|
static CreateFileOptions |
CreateFileOptions.defaults() |
protected CreateFileOptions |
CreateFileOptions.getThis() |
CreateFileOptions |
CreateFileOptions.setBlockSizeBytes(long blockSizeBytes) |
CreateFileOptions |
CreateFileOptions.setCacheable(boolean cacheable) |
CreateFileOptions |
CreateFileOptions.setTtl(long ttl) |
CreateFileOptions |
CreateFileOptions.setTtlAction(TtlAction ttlAction) |
Copyright © 2023. All Rights Reserved.