@InterfaceAudience.Private public static class FSOperations.FSDelete extends Object implements FileSystemAccess.FileSystemExecutor<org.json.simple.JSONObject>
Constructor and Description |
---|
FSOperations.FSDelete(String path,
boolean recursive)
Creates a Delete executor.
|
Modifier and Type | Method and Description |
---|---|
org.json.simple.JSONObject |
execute(org.apache.hadoop.fs.FileSystem fs)
Executes the filesystem operation.
|
public FSOperations.FSDelete(String path, boolean recursive)
path
- path to delete.recursive
- if the delete should be recursive or not.public org.json.simple.JSONObject execute(org.apache.hadoop.fs.FileSystem fs) throws IOException
execute
in interface FileSystemAccess.FileSystemExecutor<org.json.simple.JSONObject>
fs
- filesystem instance to use.true
if the delete operation was successful,
false
otherwise.IOException
- thrown if an IO error occured.Copyright © 2022 Apache Software Foundation. All rights reserved.