Class CreateFile

  • All Implemented Interfaces:
    TestOp

    public final class CreateFile
    extends FsTestOp
    Test for file creation.
    • Constructor Summary

      Constructors 
      Constructor Description
      CreateFile()  
    • 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

      • CreateFile

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