Package | Description |
---|---|
alluxio.underfs | |
alluxio.underfs.hdfs | |
alluxio.underfs.local | |
alluxio.underfs.options |
Modifier and Type | Method and Description |
---|---|
boolean |
UnderFileSystemWithLogging.deleteDirectory(String path,
DeleteOptions options) |
boolean |
ObjectUnderFileSystem.deleteDirectory(String path,
DeleteOptions options) |
boolean |
UnderFileSystem.deleteDirectory(String path,
DeleteOptions options)
Deletes a directory from the under file system with the indicated name.
|
Modifier and Type | Method and Description |
---|---|
boolean |
HdfsUnderFileSystem.deleteDirectory(String path,
DeleteOptions options) |
Modifier and Type | Method and Description |
---|---|
boolean |
LocalUnderFileSystem.deleteDirectory(String path,
DeleteOptions options) |
Modifier and Type | Method and Description |
---|---|
static DeleteOptions |
DeleteOptions.defaults() |
DeleteOptions |
DeleteOptions.setRecursive(boolean recursive)
Sets recursive delete.
|
Copyright © 2023. All Rights Reserved.