@InterfaceAudience.Private public static class FSOperations.FSRemoveAcl extends Object implements FileSystemAccess.FileSystemExecutor<Void>
Constructor and Description |
---|
FSOperations.FSRemoveAcl(String path)
Creates a remove-acl executor.
|
public FSOperations.FSRemoveAcl(String path)
path
- path from which to remove the acl.public Void execute(org.apache.hadoop.fs.FileSystem fs) throws IOException
execute
in interface FileSystemAccess.FileSystemExecutor<Void>
fs
- filesystem instance to use.IOException
- thrown if an IO error occurred.Copyright © 2022 Apache Software Foundation. All rights reserved.