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

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

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

Executor that performs a removexattr FileSystemAccess files system operation.


Constructor Summary
FSOperations.FSRemoveXAttr(String path, String name)
           
 
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.FSRemoveXAttr

public FSOperations.FSRemoveXAttr(String path,
                                  String name)
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.