FileSystemAccess.FileSystemExecutor<java.util.Map>@Private public static class FSOperations.FSListXAttrs extends java.lang.Object implements FileSystemAccess.FileSystemExecutor<java.util.Map>
| Constructor | Description |
|---|---|
FSListXAttrs(java.lang.String path) |
Creates listing xattrs executor.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Map |
execute(org.apache.hadoop.fs.FileSystem fs) |
Executes the filesystem operation.
|
public FSListXAttrs(java.lang.String path)
path - the path to retrieve the xattrs.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.