Package alluxio.stress.worker
Class WorkerBenchParameters
- java.lang.Object
-
- alluxio.stress.Parameters
-
- alluxio.stress.common.FileSystemParameters
-
- alluxio.stress.worker.WorkerBenchParameters
-
public final class WorkerBenchParameters extends FileSystemParameters
This holds all the parameters. All fields are public for easier json ser/de without all the getters and setters.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class alluxio.stress.common.FileSystemParameters
FileSystemParameters.FileSystemParametersClientTypeConverter, FileSystemParameters.FileSystemParametersReadTypeConverter, FileSystemParameters.FileSystemParametersWriteTypeConverter
-
Nested classes/interfaces inherited from class alluxio.stress.Parameters
Parameters.BooleanDescription, Parameters.KeylessDescription, Parameters.PathDescription
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.StringmBaseAliasjava.lang.StringmBasePathjava.lang.StringmBlockSizejava.lang.StringmBufferSizeintmClientsjava.util.Map<java.lang.String,java.lang.String>mConfjava.lang.StringmDurationjava.lang.StringmFileSizebooleanmFreebooleanmIsRandomjava.lang.IntegermNumFilesjava.lang.StringmRandomMaxReadLengthjava.lang.StringmRandomMinReadLengthjava.lang.IntegermRandomSeedbooleanmSkipCreationjava.lang.StringmTagintmThreadsjava.lang.StringmWarmup-
Fields inherited from class alluxio.stress.common.FileSystemParameters
CLIENT_TYPE_OPTION_NAME, mClientType, mReadType, mWriteType, READ_TYPE_FLAG_OPTION_NAME, WRITE_TYPE_OPTION_NAME
-
-
Constructor Summary
Constructors Constructor Description WorkerBenchParameters()
-
Method Summary
-
Methods inherited from class alluxio.stress.Parameters
getDescription, operation, partitionFieldNames
-
-
-
-
Field Detail
-
mBasePath
public java.lang.String mBasePath
-
mBaseAlias
public java.lang.String mBaseAlias
-
mTag
public java.lang.String mTag
-
mClients
public int mClients
-
mThreads
public int mThreads
-
mDuration
public java.lang.String mDuration
-
mWarmup
public java.lang.String mWarmup
-
mFileSize
public java.lang.String mFileSize
-
mBufferSize
public java.lang.String mBufferSize
-
mBlockSize
public java.lang.String mBlockSize
-
mNumFiles
public java.lang.Integer mNumFiles
-
mIsRandom
public boolean mIsRandom
-
mRandomSeed
public java.lang.Integer mRandomSeed
-
mRandomMaxReadLength
public java.lang.String mRandomMaxReadLength
-
mRandomMinReadLength
public java.lang.String mRandomMinReadLength
-
mFree
public boolean mFree
-
mSkipCreation
public boolean mSkipCreation
-
mConf
public java.util.Map<java.lang.String,java.lang.String> mConf
-
-