Class Mount

  • All Implemented Interfaces:
    TestOp

    public final class Mount
    extends FsTestOp
    Test for mounting and unmounting.
    • Constructor Summary

      Constructors 
      Constructor Description
      Mount()  
    • 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)  
      • Methods inherited from class java.lang.Object

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

      • Mount

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