Package | Description |
---|---|
alluxio.concurrent | |
alluxio.underfs | |
alluxio.underfs.hdfs | |
alluxio.underfs.local | |
alluxio.underfs.options | |
alluxio.underfs.web |
Modifier and Type | Method and Description |
---|---|
boolean |
ManagedBlockingUfsForwarder.deleteDirectory(String path,
DeleteOptions options) |
boolean |
ManagedBlockingUfsForwarder.deleteExistingDirectory(String path,
DeleteOptions 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.
|
boolean |
UnderFileSystemWithLogging.deleteExistingDirectory(String path,
DeleteOptions options) |
boolean |
ObjectUnderFileSystem.deleteExistingDirectory(String path,
DeleteOptions options) |
boolean |
ConsistentUnderFileSystem.deleteExistingDirectory(String path,
DeleteOptions options) |
boolean |
UnderFileSystem.deleteExistingDirectory(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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
WebUnderFileSystem.deleteDirectory(String path,
DeleteOptions options) |
Copyright © 2023. All Rights Reserved.