Class MaxFileBench

    • Constructor Detail

      • MaxFileBench

        public MaxFileBench()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Parameters:
        args - command-line arguments
      • getBenchDescription

        public java.lang.String getBenchDescription()
        Description copied from class: Benchmark
        Get the description of the bench.
        Overrides:
        getBenchDescription in class StressMasterBench
        Returns:
        string of the bench description
      • parseParameters

        protected void parseParameters​(java.lang.String[] args)
        Overrides:
        parseParameters in class Benchmark<alluxio.stress.master.MasterBenchTaskResult>
      • runLocal

        public alluxio.stress.master.MasterBenchTaskResult runLocal()
                                                             throws java.lang.Exception
        Description copied from class: Benchmark
        Runs the test locally, in process.
        Overrides:
        runLocal in class StressMasterBenchBase<alluxio.stress.master.MasterBenchTaskResult,​alluxio.stress.master.MasterBenchParameters>
        Returns:
        the task result
        Throws:
        java.lang.Exception