Class StressMasterBench.BenchThread

  • All Implemented Interfaces:
    java.util.concurrent.Callable<java.lang.Void>
    Enclosing class:
    StressMasterBench

    protected abstract class StressMasterBench.BenchThread
    extends java.lang.Object
    implements java.util.concurrent.Callable<java.lang.Void>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.apache.hadoop.fs.Path mBasePath  
      protected org.apache.hadoop.fs.Path mFixedBasePath  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected abstract void applyOperation​(long counter)  
      java.lang.Void call()  
      • Methods inherited from class java.lang.Object

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

      • mBasePath

        protected final org.apache.hadoop.fs.Path mBasePath
      • mFixedBasePath

        protected final org.apache.hadoop.fs.Path mFixedBasePath
    • Method Detail

      • call

        public java.lang.Void call()
        Specified by:
        call in interface java.util.concurrent.Callable<java.lang.Void>
      • applyOperation

        protected abstract void applyOperation​(long counter)
                                        throws java.io.IOException,
                                               alluxio.exception.AlluxioException
        Throws:
        java.io.IOException
        alluxio.exception.AlluxioException