Class FsTestOp

    • Constructor Summary

      Constructors 
      Constructor Description
      FsTestOp()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected abstract void apply​(alluxio.client.file.FileSystem fs)  
      void apply​(alluxio.multi.process.Clients clients)
      Applies the test operation.
      protected abstract void check​(alluxio.client.file.FileSystem fs)  
      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

      • FsTestOp

        public FsTestOp()
    • 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
      • apply

        protected abstract void apply​(alluxio.client.file.FileSystem fs)
                               throws java.lang.Exception
        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
      • check

        protected abstract void check​(alluxio.client.file.FileSystem fs)
                               throws java.lang.Exception
        Throws:
        java.lang.Exception