Package | Description |
---|---|
alluxio.master.file | |
alluxio.master.file.options |
Modifier and Type | Method and Description |
---|---|
void |
DefaultFileSystemMaster.free(AlluxioURI path,
FreeOptions options) |
void |
FileSystemMaster.free(AlluxioURI path,
FreeOptions options)
Frees or evicts all of the blocks of the file from alluxio storage.
|
Modifier and Type | Method and Description |
---|---|
static FreeOptions |
FreeOptions.defaults() |
FreeOptions |
FreeOptions.setCommonOptions(CommonOptions options) |
FreeOptions |
FreeOptions.setForced(boolean forced)
Sets the forced flag.
|
FreeOptions |
FreeOptions.setRecursive(boolean recursive)
Sets the recursive flag.
|
Copyright © 2023. All Rights Reserved.