org.apache.hadoop.fs.http.server
Class FSOperations.FSSetXAttr

java.lang.Object
  extended by org.apache.hadoop.fs.http.server.FSOperations.FSSetXAttr
All Implemented Interfaces:
FileSystemAccess.FileSystemExecutor<Void>
Enclosing class:
FSOperations

@InterfaceAudience.Private
public static class FSOperations.FSSetXAttr
extends Object
implements FileSystemAccess.FileSystemExecutor<Void>

Executor that performs a setxattr FileSystemAccess files system operation.


Constructor Summary
FSOperations.FSSetXAttr(String path, String name, String encodedValue, EnumSet<org.apache.hadoop.fs.XAttrSetFlag> flag)
           
 
Method Summary
 Void execute(org.apache.hadoop.fs.FileSystem fs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FSOperations.FSSetXAttr

public FSOperations.FSSetXAttr(String path,
                               String name,
                               String encodedValue,
                               EnumSet<org.apache.hadoop.fs.XAttrSetFlag> flag)
                        throws IOException
Throws:
IOException
Method Detail

execute

public Void execute(org.apache.hadoop.fs.FileSystem fs)
             throws IOException
Specified by:
execute in interface FileSystemAccess.FileSystemExecutor<Void>
Throws:
IOException


Copyright © 2014 Apache Software Foundation. All Rights Reserved.