public class StressMasterBench extends AbstractStressBench<MasterBenchTaskResult,MasterBenchParameters>
| Modifier and Type | Class and Description |
|---|---|
protected class |
StressMasterBench.BenchThread |
Benchmark.MethodStatistics, Benchmark.ProfileInput| Modifier and Type | Field and Description |
|---|---|
protected FileSystem[] |
mCachedNativeFs
In case the Alluxio Native API is used, use the following instead.
|
protected java.lang.String |
mDirsDir |
protected java.lang.String |
mFilesDir |
protected java.lang.String |
mFixedDir |
mParametersmBaseParameters| Constructor and Description |
|---|
StressMasterBench()
Creates instance.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBenchDescription()
Get the description of the bench.
|
static void |
main(java.lang.String[] args) |
void |
prepare()
Prepares to run the test.
|
MasterBenchTaskResult |
runLocal()
Runs the test locally, in process.
|
runcleanup, generateJobConfig, mainInternal, parseParameters, processMethodProfiles, runSingleTaskprotected FileSystem[] mCachedNativeFs
protected final java.lang.String mDirsDir
protected final java.lang.String mFilesDir
protected final java.lang.String mFixedDir
public static void main(java.lang.String[] args)
args - command-line argumentspublic java.lang.String getBenchDescription()
BenchmarkgetBenchDescription in class Benchmark<MasterBenchTaskResult>public void prepare()
throws java.lang.Exception
Benchmarkprepare in class Benchmark<MasterBenchTaskResult>java.lang.Exceptionpublic MasterBenchTaskResult runLocal() throws java.lang.Exception
BenchmarkrunLocal in class Benchmark<MasterBenchTaskResult>java.lang.ExceptionCopyright © 2022. All Rights Reserved.