Package alluxio.stress.cli
Class StressMasterBench.BenchThread
- java.lang.Object
-
- alluxio.stress.cli.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.PathmBasePathprotected org.apache.hadoop.fs.PathmFixedBasePath
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract voidapplyOperation(long counter)java.lang.Voidcall()
-
-
-
Method Detail
-
call
public java.lang.Void call()
- Specified by:
callin interfacejava.util.concurrent.Callable<java.lang.Void>
-
applyOperation
protected abstract void applyOperation(long counter) throws java.io.IOException, alluxio.exception.AlluxioException- Throws:
java.io.IOExceptionalluxio.exception.AlluxioException
-
-