Class PersistDirectory

  • All Implemented Interfaces:
    TestOp

    public final class PersistDirectory
    extends FsTestOp
    Test for persisting a directory.
    • 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

      • PersistDirectory

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