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

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

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

Executor that performs a set-permission FileSystemAccess files system operation.


Constructor Summary
FSOperations.FSSetPermission(String path, short permission)
          Creates a set-permission executor.
 
Method Summary
 Void execute(org.apache.hadoop.fs.FileSystem fs)
          Executes the filesystem operation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FSOperations.FSSetPermission

public FSOperations.FSSetPermission(String path,
                                    short permission)
Creates a set-permission executor.

Parameters:
path - path to set the permission.
permission - permission to set.
Method Detail

execute

public Void execute(org.apache.hadoop.fs.FileSystem fs)
             throws IOException
Executes the filesystem operation.

Specified by:
execute in interface FileSystemAccess.FileSystemExecutor<Void>
Parameters:
fs - filesystem instance to use.
Returns:
void.
Throws:
IOException - thrown if an IO error occured.


Copyright © 2013 Apache Software Foundation. All Rights Reserved.