Package org.apache.hadoop.fs.http.server
Class FSOperations.FSRemoveDefaultAcl
java.lang.Object
org.apache.hadoop.fs.http.server.FSOperations.FSRemoveDefaultAcl
- All Implemented Interfaces:
FileSystemAccess.FileSystemExecutor<Void>
- Enclosing class:
- FSOperations
@Private
public static class FSOperations.FSRemoveDefaultAcl
extends Object
implements FileSystemAccess.FileSystemExecutor<Void>
Executor that removes the default acl from a directory in a FileSystem
-
Constructor Summary
ConstructorsConstructorDescriptionFSRemoveDefaultAcl(String path) Creates an executor for removing the default acl. -
Method Summary
-
Constructor Details
-
FSRemoveDefaultAcl
Creates an executor for removing the default acl.- Parameters:
path- path to set the acl.
-
-
Method Details
-
execute
Executes the filesystem operation.- Specified by:
executein interfaceFileSystemAccess.FileSystemExecutor<Void>- Parameters:
fs- filesystem instance to use.- Returns:
- void.
- Throws:
IOException- thrown if an IO error occurred.
-