Package org.apache.hadoop.fs.http.server
Class FSOperations.FSSetXAttr
java.lang.Object
org.apache.hadoop.fs.http.server.FSOperations.FSSetXAttr
- All Implemented Interfaces:
FileSystemAccess.FileSystemExecutor<Void>
- Enclosing class:
- FSOperations
@Private
public static class FSOperations.FSSetXAttr
extends Object
implements FileSystemAccess.FileSystemExecutor<Void>
Executor that performs a setxattr FileSystemAccess files system operation.
-
Constructor Summary
ConstructorsConstructorDescriptionFSSetXAttr(String path, String name, String encodedValue, EnumSet<org.apache.hadoop.fs.XAttrSetFlag> flag) -
Method Summary
-
Constructor Details
-
FSSetXAttr
public FSSetXAttr(String path, String name, String encodedValue, EnumSet<org.apache.hadoop.fs.XAttrSetFlag> flag) throws IOException - Throws:
IOException
-
-
Method Details
-
execute
- Specified by:
executein interfaceFileSystemAccess.FileSystemExecutor<Void>- Throws:
IOException
-