Class FSOperations.FSRemoveDefaultAcl

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

@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 Details

    • FSRemoveDefaultAcl

      public FSRemoveDefaultAcl(String path)
      Creates an executor for removing the default acl.
      Parameters:
      path - path to set the acl.
  • Method Details