Package org.apache.hadoop.fs.http.server
Class FSOperations.FSRemoveAcl
java.lang.Object
org.apache.hadoop.fs.http.server.FSOperations.FSRemoveAcl
- All Implemented Interfaces:
FileSystemAccess.FileSystemExecutor<Void>
- Enclosing class:
- FSOperations
@Private
public static class FSOperations.FSRemoveAcl
extends Object
implements FileSystemAccess.FileSystemExecutor<Void>
Executor that removes all acls from a file in a FileSystem
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FSRemoveAcl
Creates a remove-acl executor.- Parameters:
path- path from which to remove 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.
-