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