Package alluxio.stress.master
Class MasterBenchBaseParameters
- java.lang.Object
-
- alluxio.stress.Parameters
-
- alluxio.stress.common.FileSystemParameters
-
- alluxio.stress.master.MasterBenchBaseParameters
-
- Direct Known Subclasses:
MasterBatchTaskParameters,MasterBenchParameters,MultiOperationMasterBenchParameters
public class MasterBenchBaseParameters extends FileSystemParameters
This holds all the parameters shared by the MasterBench and MasterBatchTask.
-
-
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 static java.lang.StringBASE_OPTION_NAMEstatic java.lang.StringCLIENT_NUM_OPTION_NAMEstatic java.lang.StringCREATE_FILE_SIZE_OPTION_NAMEjava.lang.StringmBasePathintmClientsjava.lang.StringmCreateFileSizeintmStopCountintmThreadsintmTreeDepthintmTreeFilesintmTreeThreadsintmTreeWidthjava.lang.StringmWarmupstatic intSTOP_COUNT_INVALIDThe stop count value that is invalid.static java.lang.StringSTOP_COUNT_OPTION_NAMEstatic java.lang.StringTHREADS_OPTION_NAMEstatic java.lang.StringTREE_DEPTHstatic java.lang.StringTREE_FILESstatic java.lang.StringTREE_THREADSstatic java.lang.StringTREE_WIDTHstatic java.lang.StringWARMUP_OPTION_NAME-
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 MasterBenchBaseParameters()
-
Method Summary
-
Methods inherited from class alluxio.stress.Parameters
getDescription, operation, partitionFieldNames
-
-
-
-
Field Detail
-
CLIENT_NUM_OPTION_NAME
public static final java.lang.String CLIENT_NUM_OPTION_NAME
- See Also:
- Constant Field Values
-
THREADS_OPTION_NAME
public static final java.lang.String THREADS_OPTION_NAME
- See Also:
- Constant Field Values
-
WARMUP_OPTION_NAME
public static final java.lang.String WARMUP_OPTION_NAME
- See Also:
- Constant Field Values
-
BASE_OPTION_NAME
public static final java.lang.String BASE_OPTION_NAME
- See Also:
- Constant Field Values
-
STOP_COUNT_OPTION_NAME
public static final java.lang.String STOP_COUNT_OPTION_NAME
- See Also:
- Constant Field Values
-
CREATE_FILE_SIZE_OPTION_NAME
public static final java.lang.String CREATE_FILE_SIZE_OPTION_NAME
- See Also:
- Constant Field Values
-
STOP_COUNT_INVALID
public static final int STOP_COUNT_INVALID
The stop count value that is invalid.- See Also:
- Constant Field Values
-
TREE_THREADS
public static final java.lang.String TREE_THREADS
- See Also:
- Constant Field Values
-
TREE_DEPTH
public static final java.lang.String TREE_DEPTH
- See Also:
- Constant Field Values
-
TREE_WIDTH
public static final java.lang.String TREE_WIDTH
- See Also:
- Constant Field Values
-
TREE_FILES
public static final java.lang.String TREE_FILES
- See Also:
- Constant Field Values
-
mClients
public int mClients
-
mThreads
public int mThreads
-
mWarmup
public java.lang.String mWarmup
-
mBasePath
public java.lang.String mBasePath
-
mStopCount
public int mStopCount
-
mCreateFileSize
public java.lang.String mCreateFileSize
-
mTreeThreads
public int mTreeThreads
-
mTreeDepth
public int mTreeDepth
-
mTreeWidth
public int mTreeWidth
-
mTreeFiles
public int mTreeFiles
-
-