Class SetAcl

  • All Implemented Interfaces:
    TestOp

    public final class SetAcl
    extends FsTestOp
    Test for setting an ACL.
    • Constructor Summary

      Constructors 
      Constructor Description
      SetAcl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void apply​(alluxio.client.file.FileSystem fs)  
      void check​(alluxio.client.file.FileSystem fs)  
      boolean supportsVersion​(Version version)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SetAcl

        public SetAcl()
    • Method Detail

      • apply

        public void apply​(alluxio.client.file.FileSystem fs)
                   throws java.lang.Exception
        Specified by:
        apply in class FsTestOp
        Throws:
        java.lang.Exception
      • check

        public void check​(alluxio.client.file.FileSystem fs)
                   throws java.lang.Exception
        Specified by:
        check in class FsTestOp
        Throws:
        java.lang.Exception
      • supportsVersion

        public boolean supportsVersion​(Version version)
        Parameters:
        version - a version, e.g. 1.8.0, 1.9.0, etc
        Returns:
        whether this operation is supported in the given version