- CachingBlockMapIterator(Map<BlockStoreLocation, List<Long>>, AlluxioConfiguration) - Constructor for class alluxio.stress.CachingBlockMasterClient.CachingBlockMapIterator
-
Constructor.
- CachingBlockMasterClient - Class in alluxio.stress
-
Use this class to avoid the map-list conversion at the client side.
- CachingBlockMasterClient(MasterClientContext, List<LocationBlockIdListEntry>) - Constructor for class alluxio.stress.CachingBlockMasterClient
-
Creates a new instance and caches the converted proto.
- CachingBlockMasterClient(MasterClientContext, Map<BlockStoreLocation, List<Long>>) - Constructor for class alluxio.stress.CachingBlockMasterClient
-
Creates a new instance and caches the converted proto.
- CachingBlockMasterClient.CachingBlockMapIterator - Class in alluxio.stress
-
Pre-generate the list so the RPC execution time does not include the conversion time.
- CLIENT_NUM_OPTION_NAME - Static variable in class alluxio.stress.master.MasterBenchBaseParameters
-
- CLIENT_TYPE_OPTION_NAME - Static variable in class alluxio.stress.common.FileSystemParameters
-
- ClientIOOperation - Enum in alluxio.stress.client
-
The operations for the client io stress tests.
- ClientIOOperationConverter() - Constructor for class alluxio.stress.client.ClientIOParameters.ClientIOOperationConverter
-
- ClientIOParameters - Class in alluxio.stress.client
-
This holds all the parameters.
- ClientIOParameters() - Constructor for class alluxio.stress.client.ClientIOParameters
-
- ClientIOParameters.ClientIOOperationConverter - Class in alluxio.stress.client
-
Converts from String to ClientIOOperation instance.
- ClientIOSummary - Class in alluxio.stress.client
-
The summary for Fuse IO stress bench.
- ClientIOSummary() - Constructor for class alluxio.stress.client.ClientIOSummary
-
Default constructor required for json deserialization.
- ClientIOSummary(ClientIOParameters, BaseParameters, Map<String, ClientIOTaskResult>, Map<Integer, Float>) - Constructor for class alluxio.stress.client.ClientIOSummary
-
Creates an instance.
- ClientIOSummary.GraphGenerator - Class in alluxio.stress.client
-
The graph generator for this summary.
- ClientIOTaskResult - Class in alluxio.stress.client
-
The task result for the master stress tests.
- ClientIOTaskResult() - Constructor for class alluxio.stress.client.ClientIOTaskResult
-
Creates an instance.
- ClientIOTaskResult.GraphGenerator - Class in alluxio.stress.client
-
The graph generator for this summary.
- ClientIOTaskResult.ThreadCountResult - Class in alluxio.stress.client
-
A result for a single thread count test.
- CLUSTER_FLAG - Static variable in class alluxio.stress.BaseParameters
-
- CLUSTER_LIMIT_FLAG - Static variable in class alluxio.stress.BaseParameters
-
- CLUSTER_START_DELAY_FLAG - Static variable in class alluxio.stress.BaseParameters
-
- collectErrorsFromAllNodes() - Method in class alluxio.stress.common.GeneralBenchSummary
-
- CompactionParameters - Class in alluxio.stress.client
-
Parameters of CompactionBench.
- CompactionParameters() - Constructor for class alluxio.stress.client.CompactionParameters
-
- CompactionSummary(CompactionTaskResult) - Constructor for class alluxio.stress.client.CompactionTaskResult.CompactionSummary
-
Creates a summary from a result object.
- CompactionTaskResult - Class in alluxio.stress.client
-
Task results for the compaction bench.
- CompactionTaskResult() - Constructor for class alluxio.stress.client.CompactionTaskResult
-
Creates an empty result.
- CompactionTaskResult(CompactionTaskResult) - Constructor for class alluxio.stress.client.CompactionTaskResult
-
Copy constructor.
- CompactionTaskResult.CompactionSummary - Class in alluxio.stress.client
-
Summary of the benchmark results.
- CompactionTaskResultStatistics - Class in alluxio.stress.client
-
Result statistics of the compaction benchmark.
- CompactionTaskResultStatistics() - Constructor for class alluxio.stress.client.CompactionTaskResultStatistics
-
Creates an empty statistics object.
- computeTimeData() - Method in class alluxio.stress.common.SummaryStatistics
-
- CONF - Static variable in class alluxio.stress.worker.UfsIOParameters
-
- CONF_OPTION_NAME - Static variable in class alluxio.stress.master.MasterBenchParameters
-
- convert(String) - Method in class alluxio.stress.client.ClientIOParameters.ClientIOOperationConverter
-
- convert(String) - Method in class alluxio.stress.common.FileSystemParameters.FileSystemParametersClientTypeConverter
-
- convert(String) - Method in class alluxio.stress.common.FileSystemParameters.FileSystemParametersReadTypeConverter
-
- convert(String) - Method in class alluxio.stress.common.FileSystemParameters.FileSystemParametersWriteTypeConverter
-
- convert(String) - Method in class alluxio.stress.fuse.FuseIOParameters.FuseIOOperationConverter
-
- convert(String) - Method in class alluxio.stress.jobservice.JobServiceBenchParameters.OperationConverter
-
- convert(String) - Method in class alluxio.stress.master.MasterBenchParameters.OperationConverter
-
- convert(String) - Method in class alluxio.stress.master.MultiOperationMasterBenchParameters.IntegerArrayConverter
-
- convert(String) - Method in class alluxio.stress.master.MultiOperationMasterBenchParameters.OperationsConverter
-
- convert(String) - Method in class alluxio.stress.master.MultiOperationMasterBenchParameters.RatioConverter
-
- convert(String) - Method in class alluxio.stress.master.MultiOperationMasterBenchParameters.StringArrayConverter
-
- convertBlockListMapToProto(Map<BlockStoreLocation, List<Long>>) - Method in class alluxio.stress.CachingBlockMasterClient
-
- CREATE_FILE_SIZE_OPTION_NAME - Static variable in class alluxio.stress.master.MasterBenchBaseParameters
-
- FIELD_READ_RANDOM - Static variable in class alluxio.stress.client.ClientIOParameters
-
This must match the member name.
- FileSystemClientType - Enum in alluxio.stress.common
-
FileSystemClientType, Alluxio Native API or Alluxio HDFS API.
- FileSystemParameters - Class in alluxio.stress.common
-
FileSystem common parameters.
- FileSystemParameters() - Constructor for class alluxio.stress.common.FileSystemParameters
-
- FileSystemParameters.FileSystemParametersClientTypeConverter - Class in alluxio.stress.common
-
Converts from String to FileSystemClientType instance.
- FileSystemParameters.FileSystemParametersReadTypeConverter - Class in alluxio.stress.common
-
Converts from String to FileSystemClientType instance.
- FileSystemParameters.FileSystemParametersWriteTypeConverter - Class in alluxio.stress.common
-
Converts from String to a valid FileSystemWriteType String.
- FileSystemParametersClientTypeConverter() - Constructor for class alluxio.stress.common.FileSystemParameters.FileSystemParametersClientTypeConverter
-
- FileSystemParametersReadTypeConverter() - Constructor for class alluxio.stress.common.FileSystemParameters.FileSystemParametersReadTypeConverter
-
- FileSystemParametersWriteTypeConverter() - Constructor for class alluxio.stress.common.FileSystemParameters.FileSystemParametersWriteTypeConverter
-
- FIXED_COUNT_OPTION_NAME - Static variable in class alluxio.stress.master.MasterBenchParameters
-
- FIXED_COUNTS_OPTION_NAME - Static variable in class alluxio.stress.master.MultiOperationMasterBenchParameters
-
- fromString(String) - Static method in enum alluxio.stress.client.ClientIOOperation
-
Creates an instance type from the string.
- fromString(String) - Static method in enum alluxio.stress.common.FileSystemClientType
-
Creates an instance type from the string.
- fromString(String) - Static method in enum alluxio.stress.fuse.FuseIOOperation
-
Creates an instance type from the string.
- fromString(String) - Static method in enum alluxio.stress.jobservice.JobServiceBenchOperation
-
Creates an instance type from the string.
- fromString(String) - Static method in enum alluxio.stress.master.Operation
-
Creates an instance type from the string.
- FuseIOOperation - Enum in alluxio.stress.fuse
-
The operations for the FUSE stress tests.
- FuseIOOperationConverter() - Constructor for class alluxio.stress.fuse.FuseIOParameters.FuseIOOperationConverter
-
- FuseIOParameters - Class in alluxio.stress.fuse
-
This class holds all the Fuse IO related parameters.
- FuseIOParameters() - Constructor for class alluxio.stress.fuse.FuseIOParameters
-
- FuseIOParameters.FuseIOOperationConverter - Class in alluxio.stress.fuse
-
Converts from String to FuseIOOperation instance.
- FuseIOSummary - Class in alluxio.stress.fuse
-
The summary for Fuse IO stress bench.
- FuseIOSummary() - Constructor for class alluxio.stress.fuse.FuseIOSummary
-
Default constructor required for json deserialization.
- FuseIOSummary(FuseIOParameters, BaseParameters, Map<String, FuseIOTaskResult>, long, long, long, float) - Constructor for class alluxio.stress.fuse.FuseIOSummary
-
Creates an instance.
- FuseIOTaskResult - Class in alluxio.stress.fuse
-
The task result for the Fuse IO stress tests.
- FuseIOTaskResult() - Constructor for class alluxio.stress.fuse.FuseIOTaskResult
-
Creates an instance.
- MasterBatchTaskParameters - Class in alluxio.stress.master
-
This holds all the parameters for Master Batch Task.
- MasterBatchTaskParameters() - Constructor for class alluxio.stress.master.MasterBatchTaskParameters
-
- MasterBatchTaskParameters.BatchTaskNameValidator - Class in alluxio.stress.master
-
a validator use to check the input batch task type.
- MasterBenchBaseParameters - Class in alluxio.stress.master
-
This holds all the parameters shared by the MasterBench and MasterBatchTask.
- MasterBenchBaseParameters() - Constructor for class alluxio.stress.master.MasterBenchBaseParameters
-
- MasterBenchParameters - Class in alluxio.stress.master
-
This holds all the parameters.
- MasterBenchParameters() - Constructor for class alluxio.stress.master.MasterBenchParameters
-
- MasterBenchParameters.OperationConverter - Class in alluxio.stress.master
-
Converts from String to Operation instance.
- MasterBenchSummary - Class in alluxio.stress.master
-
The summary for the master stress tests.
- MasterBenchSummary() - Constructor for class alluxio.stress.master.MasterBenchSummary
-
Creates an instance.
- MasterBenchSummary(MasterBenchTaskResult, Map<String, MasterBenchTaskResult>) - Constructor for class alluxio.stress.master.MasterBenchSummary
-
Creates an instance.
- MasterBenchSummary.GraphGenerator - Class in alluxio.stress.master
-
The graph generator for this summary.
- MasterBenchTaskResult - Class in alluxio.stress.master
-
The task result for the master stress tests.
- MasterBenchTaskResult() - Constructor for class alluxio.stress.master.MasterBenchTaskResult
-
Creates an instance.
- MasterBenchTaskResultBase<P extends MasterBenchBaseParameters> - Class in alluxio.stress.master
-
The task result for the master stress tests.
- MasterBenchTaskResultBase() - Constructor for class alluxio.stress.master.MasterBenchTaskResultBase
-
Creates an instance.
- MasterBenchTaskResultStatistics - Class in alluxio.stress.master
-
- MasterBenchTaskResultStatistics(Operation) - Constructor for class alluxio.stress.master.MasterBenchTaskResultStatistics
-
Creates an instance.
- MasterBenchTaskResultStatistics() - Constructor for class alluxio.stress.master.MasterBenchTaskResultStatistics
-
Creates an instance.
- MasterMaxThroughputSummary - Class in alluxio.stress.master
-
The result for the master max throughput test.
- MasterMaxThroughputSummary() - Constructor for class alluxio.stress.master.MasterMaxThroughputSummary
-
- mAvgDurationMs - Variable in class alluxio.stress.rpc.RpcTaskSummary
-
- mAvgSpeedMbps - Variable in class alluxio.stress.worker.IOTaskSummary.SpeedStat
-
- MAX_TIME_COUNT - Static variable in class alluxio.stress.StressConstants
-
- MaxThroughputSummary - Class in alluxio.stress.master
-
The summary for the max throughput test.
- MaxThroughputSummary() - Constructor for class alluxio.stress.master.MaxThroughputSummary
-
Creates an instance.
- MaxThroughputSummary.GraphGenerator - Class in alluxio.stress.master
-
The graph generator for this summary.
- mBase - Variable in class alluxio.stress.client.CompactionParameters
-
- mBaseAlias - Variable in class alluxio.stress.client.ClientIOParameters
-
- mBaseAlias - Variable in class alluxio.stress.master.MasterBenchParameters
-
- mBaseAlias - Variable in class alluxio.stress.worker.WorkerBenchParameters
-
- mBaseParameters - Variable in class alluxio.stress.master.MasterBenchTaskResultBase
-
- mBasePath - Variable in class alluxio.stress.client.ClientIOParameters
-
- mBasePath - Variable in class alluxio.stress.jobservice.JobServiceBenchParameters
-
- mBasePath - Variable in class alluxio.stress.master.MasterBenchBaseParameters
-
- mBasePath - Variable in class alluxio.stress.rpc.GetPinnedFileIdsParameters
-
- mBasePath - Variable in class alluxio.stress.worker.WorkerBenchParameters
-
- mBasePaths - Variable in class alluxio.stress.master.MultiOperationMasterBenchParameters
-
- mBatchSize - Variable in class alluxio.stress.jobservice.JobServiceBenchParameters
-
- mBenchTimeout - Variable in class alluxio.stress.BaseParameters
-
- mBlockBatchIterator - Variable in class alluxio.stress.CachingBlockMasterClient
-
- mBlockSize - Variable in class alluxio.stress.client.ClientIOParameters
-
- mBlockSize - Variable in class alluxio.stress.worker.WorkerBenchParameters
-
- mBufferSize - Variable in class alluxio.stress.client.ClientIOParameters
-
- mBufferSize - Variable in class alluxio.stress.fuse.FuseIOParameters
-
- mBufferSize - Variable in class alluxio.stress.worker.WorkerBenchParameters
-
- mBufSize - Variable in class alluxio.stress.client.CompactionParameters
-
- mClients - Variable in class alluxio.stress.client.ClientIOParameters
-
- mClients - Variable in class alluxio.stress.master.MasterBenchBaseParameters
-
- mClients - Variable in class alluxio.stress.worker.WorkerBenchParameters
-
- mClientType - Variable in class alluxio.stress.common.FileSystemParameters
-
- mCluster - Variable in class alluxio.stress.BaseParameters
-
- mClusterLimit - Variable in class alluxio.stress.BaseParameters
-
- mClusterStartDelay - Variable in class alluxio.stress.BaseParameters
-
- mCompactProperties - Variable in class alluxio.stress.client.CompactionParameters
-
- mCompactRatio - Variable in class alluxio.stress.client.CompactionParameters
-
- mConcurrency - Variable in class alluxio.stress.rpc.RpcBenchParameters
-
- mConf - Variable in class alluxio.stress.client.ClientIOParameters
-
- mConf - Variable in class alluxio.stress.master.MasterBenchParameters
-
- mConf - Variable in class alluxio.stress.worker.UfsIOParameters
-
- mConf - Variable in class alluxio.stress.worker.WorkerBenchParameters
-
- mCount - Variable in class alluxio.stress.rpc.RpcTaskSummary
-
- mCreateFileSize - Variable in class alluxio.stress.master.MasterBenchBaseParameters
-
- mData - Variable in class alluxio.stress.graph.Graph
-
- mDataSize - Variable in class alluxio.stress.worker.UfsIOParameters
-
- mDataSizeBytes - Variable in class alluxio.stress.worker.IOTaskResult.Point
-
- mDelayMs - Variable in class alluxio.stress.client.CompactionParameters
-
- mDeleteByDir - Variable in class alluxio.stress.client.CompactionParameters
-
- mDistributed - Variable in class alluxio.stress.BaseParameters
-
- mDuration - Variable in class alluxio.stress.client.ClientIOParameters
-
- mDuration - Variable in class alluxio.stress.fuse.FuseIOParameters
-
- mDuration - Variable in class alluxio.stress.jobservice.JobServiceBenchParameters
-
- mDuration - Variable in class alluxio.stress.master.MasterBenchParameters
-
- mDuration - Variable in class alluxio.stress.master.MultiOperationMasterBenchParameters
-
- mDuration - Variable in class alluxio.stress.rpc.RpcBenchParameters
-
- mDuration - Variable in class alluxio.stress.worker.WorkerBenchParameters
-
- mDurationMs - Variable in class alluxio.stress.master.MasterBenchTaskResultBase
-
- mDurationMs - Variable in class alluxio.stress.rpc.RpcTaskResult.Point
-
- mDurationSeconds - Variable in class alluxio.stress.worker.IOTaskResult.Point
-
- mEndMs - Variable in class alluxio.stress.master.MasterBenchTaskResultBase
-
- merge(ClientIOTaskResult.ThreadCountResult) - Method in class alluxio.stress.client.ClientIOTaskResult.ThreadCountResult
-
Merges (updates) a result with this result.
- merge(CompactionTaskResult) - Method in class alluxio.stress.client.CompactionTaskResult
-
Merges a result into this one.
- merge(TaskResultStatistics) - Method in class alluxio.stress.common.TaskResultStatistics
-
Merges (updates) a task result statistics with this statistics.
- merge(FuseIOTaskResult) - Method in class alluxio.stress.fuse.FuseIOTaskResult
-
Merges this thread result into the Fuse IO task result.
- merge(JobServiceBenchTaskResult) - Method in class alluxio.stress.jobservice.JobServiceBenchTaskResult
-
Merges (updates) a task result with this result.
- merge(MasterBenchTaskResultBase<P>) - Method in class alluxio.stress.master.MasterBenchTaskResultBase
-
Merges (updates) a task result with this result.
- merge(RpcTaskResult) - Method in class alluxio.stress.rpc.RpcTaskResult
-
- merge(IOTaskResult) - Method in class alluxio.stress.worker.IOTaskResult
-
Merge another result into itself.
- merge(WorkerBenchTaskResult) - Method in class alluxio.stress.worker.WorkerBenchTaskResult
-
Merges (updates) a task result with this result.
- mErrors - Variable in class alluxio.stress.graph.Graph
-
- mErrors - Variable in class alluxio.stress.master.MasterBenchTaskResultBase
-
- mFileSize - Variable in class alluxio.stress.client.ClientIOParameters
-
- mFileSize - Variable in class alluxio.stress.fuse.FuseIOParameters
-
- mFileSize - Variable in class alluxio.stress.jobservice.JobServiceBenchParameters
-
- mFileSize - Variable in class alluxio.stress.worker.WorkerBenchParameters
-
- mFixedCount - Variable in class alluxio.stress.master.MasterBenchParameters
-
- mFixedCounts - Variable in class alluxio.stress.master.MultiOperationMasterBenchParameters
-
- mFree - Variable in class alluxio.stress.worker.WorkerBenchParameters
-
- mGraph - Variable in class alluxio.stress.graph.Graph
-
- mHelp - Variable in class alluxio.stress.BaseParameters
-
- mId - Variable in class alluxio.stress.BaseParameters
-
- mInProcess - Variable in class alluxio.stress.BaseParameters
-
- mIsRandom - Variable in class alluxio.stress.worker.WorkerBenchParameters
-
- mJavaOpts - Variable in class alluxio.stress.BaseParameters
-
- mLocalPath - Variable in class alluxio.stress.fuse.FuseIOParameters
-
- mMaxResponseTimeNs - Variable in class alluxio.stress.common.TaskResultStatistics
-
- mMaxSpeedMbps - Variable in class alluxio.stress.worker.IOTaskSummary.SpeedStat
-
- mMaxTimeMs - Variable in class alluxio.stress.common.SummaryStatistics
-
max time over time, over the duration of the test.
- mMedian - Variable in class alluxio.stress.rpc.RpcTaskSummary
-
- mMinSpeedMbps - Variable in class alluxio.stress.worker.IOTaskSummary.SpeedStat
-
- mMode - Variable in class alluxio.stress.worker.IOTaskResult.Point
-
- mNodeResults - Variable in class alluxio.stress.common.GeneralBenchSummary
-
- mNumDirs - Variable in class alluxio.stress.fuse.FuseIOParameters
-
- mNumFiles - Variable in class alluxio.stress.rpc.GetPinnedFileIdsParameters
-
- mNumFiles - Variable in class alluxio.stress.worker.WorkerBenchParameters
-
- mNumFilesPerDir - Variable in class alluxio.stress.fuse.FuseIOParameters
-
- mNumFilesPerDir - Variable in class alluxio.stress.jobservice.JobServiceBenchParameters
-
- mNumSourceDirs - Variable in class alluxio.stress.client.CompactionParameters
-
- mNumSourceFiles - Variable in class alluxio.stress.client.CompactionParameters
-
- mNumSuccess - Variable in class alluxio.stress.common.SummaryStatistics
-
number of successes.
- mNumSuccess - Variable in class alluxio.stress.common.TaskResultStatistics
-
- mOperation - Variable in class alluxio.stress.client.ClientIOParameters
-
- mOperation - Variable in class alluxio.stress.fuse.FuseIOParameters
-
- mOperation - Variable in class alluxio.stress.jobservice.JobServiceBenchParameters
-
- mOperation - Variable in class alluxio.stress.master.MasterBenchParameters
-
- mOperation - Variable in class alluxio.stress.master.MasterBenchTaskResultStatistics
-
- mOperations - Variable in class alluxio.stress.master.MultiOperationMasterBenchParameters
-
- mOperationsRatio - Variable in class alluxio.stress.master.MultiOperationMasterBenchParameters
-
- mOutputBase - Variable in class alluxio.stress.client.CompactionParameters
-
- mOutputInPlace - Variable in class alluxio.stress.client.CompactionParameters
-
- mParameters - Variable in class alluxio.stress.master.MasterBenchTaskResultBase
-
- mPath - Variable in class alluxio.stress.worker.UfsIOParameters
-
- mPercentile25th - Variable in class alluxio.stress.rpc.RpcTaskSummary
-
- mPercentile5th - Variable in class alluxio.stress.rpc.RpcTaskSummary
-
- mPercentile75th - Variable in class alluxio.stress.rpc.RpcTaskSummary
-
- mPercentile95th - Variable in class alluxio.stress.rpc.RpcTaskSummary
-
- mPrepareProperties - Variable in class alluxio.stress.client.CompactionParameters
-
- mPreserveSource - Variable in class alluxio.stress.client.CompactionParameters
-
- mProfileAgent - Variable in class alluxio.stress.BaseParameters
-
- mRandomMaxReadLength - Variable in class alluxio.stress.worker.WorkerBenchParameters
-
- mRandomMinReadLength - Variable in class alluxio.stress.worker.WorkerBenchParameters
-
- mRandomSeed - Variable in class alluxio.stress.worker.WorkerBenchParameters
-
- mReadRandom - Variable in class alluxio.stress.client.ClientIOParameters
-
- mReadSameFile - Variable in class alluxio.stress.client.ClientIOParameters
-
- mReadType - Variable in class alluxio.stress.common.FileSystemParameters
-
- mRecordStartMs - Variable in class alluxio.stress.master.MasterBenchTaskResultBase
-
- mResponseTimeNsRaw - Variable in class alluxio.stress.common.TaskResultStatistics
-
- mSkipCreation - Variable in class alluxio.stress.worker.WorkerBenchParameters
-
- mSkipPrepare - Variable in class alluxio.stress.client.CompactionParameters
-
- mSkipPrepare - Variable in class alluxio.stress.master.MasterBenchParameters
-
- mSkipPrepare - Variable in class alluxio.stress.master.MultiOperationMasterBenchParameters
-
- mSourceBase - Variable in class alluxio.stress.client.CompactionParameters
-
- mSourceFileSize - Variable in class alluxio.stress.client.CompactionParameters
-
- mStagingBase - Variable in class alluxio.stress.client.CompactionParameters
-
- mStartMs - Variable in class alluxio.stress.BaseParameters
-
- mStdDev - Variable in class alluxio.stress.worker.IOTaskSummary.SpeedStat
-
- mStopCount - Variable in class alluxio.stress.master.MasterBenchBaseParameters
-
- mSubTitle - Variable in class alluxio.stress.graph.Graph
-
- mTag - Variable in class alluxio.stress.client.ClientIOParameters
-
- mTag - Variable in class alluxio.stress.master.MasterBenchParameters
-
- mTag - Variable in class alluxio.stress.worker.WorkerBenchParameters
-
- mTargetThroughput - Variable in class alluxio.stress.jobservice.JobServiceBenchParameters
-
- mTargetThroughput - Variable in class alluxio.stress.master.MasterBenchParameters
-
- mTargetThroughputs - Variable in class alluxio.stress.master.MultiOperationMasterBenchParameters
-
- mTaskName - Variable in class alluxio.stress.master.MasterBatchTaskParameters
-
- mThreads - Variable in class alluxio.stress.client.ClientIOParameters
-
- mThreads - Variable in class alluxio.stress.client.CompactionParameters
-
- mThreads - Variable in class alluxio.stress.fuse.FuseIOParameters
-
- mThreads - Variable in class alluxio.stress.jobservice.JobServiceBenchParameters
-
- mThreads - Variable in class alluxio.stress.master.MasterBenchBaseParameters
-
- mThreads - Variable in class alluxio.stress.worker.UfsIOParameters
-
- mThreads - Variable in class alluxio.stress.worker.WorkerBenchParameters
-
- mThreadsRatio - Variable in class alluxio.stress.master.MultiOperationMasterBenchParameters
-
- mThroughput - Variable in class alluxio.stress.common.GeneralBenchSummary
-
- mTiers - Variable in class alluxio.stress.rpc.BlockMasterBenchParameters
-
- mTime99PercentileMs - Variable in class alluxio.stress.common.SummaryStatistics
-
percentiles of just 99.x%.
- mTimePercentileMs - Variable in class alluxio.stress.common.SummaryStatistics
-
response times for all percentiles from 0 -> 100 (101 values).
- mTitle - Variable in class alluxio.stress.graph.Graph
-
- mTotalDurationMs - Variable in class alluxio.stress.rpc.RpcTaskSummary
-
- mTotalDurationSeconds - Variable in class alluxio.stress.worker.IOTaskSummary.SpeedStat
-
- mTotalSizeBytes - Variable in class alluxio.stress.worker.IOTaskSummary.SpeedStat
-
- MultiOperationMasterBenchParameters - Class in alluxio.stress.master
-
This holds all the parameters.
- MultiOperationMasterBenchParameters() - Constructor for class alluxio.stress.master.MultiOperationMasterBenchParameters
-
- MultiOperationMasterBenchParameters.IntegerArrayConverter - Class in alluxio.stress.master
-
Parses integer array params.
- MultiOperationMasterBenchParameters.OperationsConverter - Class in alluxio.stress.master
-
Parses operations param.
- MultiOperationMasterBenchParameters.RatioConverter - Class in alluxio.stress.master
-
Parses ratio params.
- MultiOperationMasterBenchParameters.StringArrayConverter - Class in alluxio.stress.master
-
Parses string array params.
- MultiOperationMasterBenchSummary - Class in alluxio.stress.master
-
The summary for the multi-operation master stress tests.
- MultiOperationMasterBenchSummary() - Constructor for class alluxio.stress.master.MultiOperationMasterBenchSummary
-
Creates an instance.
- MultiOperationMasterBenchSummary(MultiOperationMasterBenchTaskResult, Map<String, MultiOperationMasterBenchTaskResult>) - Constructor for class alluxio.stress.master.MultiOperationMasterBenchSummary
-
Creates an instance.
- MultiOperationMasterBenchTaskResult - Class in alluxio.stress.master
-
The task result for the multi-operation master stress tests.
- MultiOperationMasterBenchTaskResult(Operation[]) - Constructor for class alluxio.stress.master.MultiOperationMasterBenchTaskResult
-
Creates an instance.
- MultiOperationMasterBenchTaskResult() - Constructor for class alluxio.stress.master.MultiOperationMasterBenchTaskResult
-
Empty constructor for json deserialization.
- mUseUfsConf - Variable in class alluxio.stress.worker.UfsIOParameters
-
- mWarmup - Variable in class alluxio.stress.client.ClientIOParameters
-
- mWarmup - Variable in class alluxio.stress.fuse.FuseIOParameters
-
- mWarmup - Variable in class alluxio.stress.jobservice.JobServiceBenchParameters
-
- mWarmup - Variable in class alluxio.stress.master.MasterBenchBaseParameters
-
- mWarmup - Variable in class alluxio.stress.worker.WorkerBenchParameters
-
- mWriteNumWorkers - Variable in class alluxio.stress.client.ClientIOParameters
-
- mWriteType - Variable in class alluxio.stress.common.FileSystemParameters
-
- validate(String, String) - Method in class alluxio.stress.master.MasterBatchTaskParameters.BatchTaskNameValidator
-
- valueOf(String) - Static method in enum alluxio.stress.client.ClientIOOperation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum alluxio.stress.common.FileSystemClientType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum alluxio.stress.fuse.FuseIOOperation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum alluxio.stress.jobservice.JobServiceBenchOperation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum alluxio.stress.master.Operation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum alluxio.stress.rpc.TierAlias
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum alluxio.stress.worker.IOTaskResult.IOMode
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum alluxio.stress.client.ClientIOOperation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum alluxio.stress.common.FileSystemClientType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum alluxio.stress.fuse.FuseIOOperation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum alluxio.stress.jobservice.JobServiceBenchOperation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum alluxio.stress.master.Operation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum alluxio.stress.rpc.TierAlias
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum alluxio.stress.worker.IOTaskResult.IOMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.