@InterfaceAudience.Private public static class FSOperations.FSGetXAttrs extends Object implements FileSystemAccess.FileSystemExecutor<Map>
| Constructor and Description |
|---|
FSGetXAttrs(String path,
List<String> names,
XAttrCodec encoding)
Creates getting xattrs executor.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
execute(FileSystem fs)
Executes the filesystem operation.
|
public FSGetXAttrs(String path, List<String> names, XAttrCodec encoding)
path - the path to retrieve the xattrs.public Map execute(FileSystem fs) throws IOException
execute in interface FileSystemAccess.FileSystemExecutor<Map>fs - filesystem instance to use.IOException - thrown if an IO error occured.Copyright © 2018 CERN. All Rights Reserved.