Package | Description |
---|---|
alluxio.client.file | |
alluxio.client.file.options | |
alluxio.proxy |
Modifier and Type | Method and Description |
---|---|
void |
BaseFileSystem.free(AlluxioURI path,
FreeOptions options) |
void |
RetryHandlingFileSystemMasterClient.free(AlluxioURI path,
FreeOptions options) |
void |
FileSystem.free(AlluxioURI path,
FreeOptions options)
Evicts any data under the given path from Alluxio space, but does not delete the data from the
UFS.
|
void |
FileSystemMasterClient.free(AlluxioURI path,
FreeOptions options)
Frees a file.
|
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.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
PathsRestServiceHandler.free(String path,
FreeOptions options) |
Copyright © 2023. All Rights Reserved.