Package alluxio.stress.master
Class MasterBatchTaskParameters
- java.lang.Object
-
- alluxio.stress.Parameters
-
- alluxio.stress.common.FileSystemParameters
-
- alluxio.stress.master.MasterBenchBaseParameters
-
- alluxio.stress.master.MasterBatchTaskParameters
-
public class MasterBatchTaskParameters extends MasterBenchBaseParameters
This holds all the parameters for Master Batch Task.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMasterBatchTaskParameters.BatchTaskNameValidatora validator use to check the input batch task type.-
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.StringmTaskName-
Fields inherited from class alluxio.stress.master.MasterBenchBaseParameters
BASE_OPTION_NAME, CLIENT_NUM_OPTION_NAME, CREATE_FILE_SIZE_OPTION_NAME, mBasePath, mClients, mCreateFileSize, mStopCount, mThreads, mTreeDepth, mTreeFiles, mTreeThreads, mTreeWidth, mWarmup, STOP_COUNT_INVALID, STOP_COUNT_OPTION_NAME, THREADS_OPTION_NAME, TREE_DEPTH, TREE_FILES, TREE_THREADS, TREE_WIDTH, WARMUP_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 MasterBatchTaskParameters()
-
Method Summary
-
Methods inherited from class alluxio.stress.Parameters
getDescription, operation, partitionFieldNames
-
-