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