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