@InterfaceAudience.Private public static class FSOperations.FSMkdirs extends Object implements FileSystemAccess.FileSystemExecutor<org.json.simple.JSONObject>
Constructor and Description |
---|
FSOperations.FSMkdirs(String path,
short permission)
Creates a mkdirs executor.
|
Modifier and Type | Method and Description |
---|---|
org.json.simple.JSONObject |
execute(org.apache.hadoop.fs.FileSystem fs)
Executes the filesystem operation.
|
public FSOperations.FSMkdirs(String path, short permission)
path
- directory path to create.permission
- permission to use.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 mkdirs operation was successful,
false
otherwise.IOException
- thrown if an IO error occured.Copyright © 2022 Apache Software Foundation. All rights reserved.