Class UpdateUfsMode

  • All Implemented Interfaces:
    TestOp

    public final class UpdateUfsMode
    extends java.lang.Object
    implements TestOp
    Test for updating UFS modes.
    • Constructor Summary

      Constructors 
      Constructor Description
      UpdateUfsMode()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void apply​(alluxio.multi.process.Clients clients)
      Applies the test operation.
      void check​(alluxio.multi.process.Clients clients)
      Verifies the result of the test operation.
      • Methods inherited from class java.lang.Object

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

      • UpdateUfsMode

        public UpdateUfsMode()
    • Method Detail

      • apply

        public void apply​(alluxio.multi.process.Clients clients)
                   throws java.lang.Exception
        Description copied from interface: TestOp
        Applies the test operation.
        Specified by:
        apply in interface TestOp
        Parameters:
        clients - Alluxio clients for performing the operation
        Throws:
        java.lang.Exception
      • check

        public void check​(alluxio.multi.process.Clients clients)
                   throws java.lang.Exception
        Description copied from interface: TestOp
        Verifies the result of the test operation.
        Specified by:
        check in interface TestOp
        Parameters:
        clients - Alluxio clients for performing the verification
        Throws:
        java.lang.Exception