Class FSOperations.FSRemoveAcl

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

@Private public static class FSOperations.FSRemoveAcl extends Object implements FileSystemAccess.FileSystemExecutor<Void>
Executor that removes all acls from a file in a FileSystem
  • Constructor Details

    • FSRemoveAcl

      public FSRemoveAcl(String path)
      Creates a remove-acl executor.
      Parameters:
      path - path from which to remove the acl.
  • Method Details