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

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

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

Executor that removes the default acl from a directory in a FileSystem


Constructor Summary
FSOperations.FSRemoveDefaultAcl(String path)
          Creates an executor for removing the default acl.
 
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.FSRemoveDefaultAcl

public FSOperations.FSRemoveDefaultAcl(String path)
Creates an executor for removing the default acl.

Parameters:
path - path to set the acl.
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 occurred.


Copyright © 2014 Apache Software Foundation. All Rights Reserved.