A B C D E F G H I J L M N O P R S T U V W 
All Classes All Packages

A

AbstractMaxThroughputSummary<T extends Parameters,​S extends GeneralBenchSummary> - Class in alluxio.stress.common
abstract class for result of MaxThroughput stressBench.
AbstractMaxThroughputSummary() - Constructor for class alluxio.stress.common.AbstractMaxThroughputSummary
Creates an instance.
AbstractMaxThroughputSummary.GraphGenerator - Class in alluxio.stress.common
The graph generator for this summary.
addData(Object) - Method in class alluxio.stress.graph.BarGraph.Data
 
addData(Object, Object) - Method in class alluxio.stress.graph.LineGraph.Data
 
addDataSeries(String, BarGraph.Data) - Method in class alluxio.stress.graph.BarGraph
 
addDataSeries(String, LineGraph.Data) - Method in class alluxio.stress.graph.LineGraph
 
addError(String) - Method in class alluxio.stress.client.CompactionTaskResult
 
addError(String) - Method in class alluxio.stress.rpc.RpcTaskResult
 
addError(String) - Method in class alluxio.stress.worker.IOTaskResult
 
addErrorMessage(String) - Method in class alluxio.stress.client.ClientIOTaskResult.ThreadCountResult
 
addErrorMessage(String) - Method in class alluxio.stress.fuse.FuseIOTaskResult
 
addErrorMessage(String) - Method in class alluxio.stress.jobservice.JobServiceBenchTaskResult
 
addErrorMessage(String) - Method in class alluxio.stress.master.MasterBenchTaskResultBase
 
addErrorMessage(String) - Method in class alluxio.stress.worker.WorkerBenchTaskResult
 
addFailedRun(long, MasterBenchSummary) - Method in class alluxio.stress.master.MaxThroughputSummary
Adds a failing run to the summary, for a target throughput.
addFailedRun(long, S) - Method in class alluxio.stress.common.AbstractMaxThroughputSummary
Adds a failing run to the summary, for a target throughput.
addPassedRun(long, MasterBenchSummary) - Method in class alluxio.stress.master.MaxThroughputSummary
Adds a passing run to the summary, for a target throughput.
addPassedRun(long, S) - Method in class alluxio.stress.common.AbstractMaxThroughputSummary
Adds a passing run to the summary, for a target throughput.
addPoint(RpcTaskResult.Point) - Method in class alluxio.stress.rpc.RpcTaskResult
 
addPoint(IOTaskResult.Point) - Method in class alluxio.stress.worker.IOTaskResult
 
addThreadCountResults(int, ClientIOTaskResult.ThreadCountResult) - Method in class alluxio.stress.client.ClientIOTaskResult
 
affectedPaths() - Method in class alluxio.stress.job.StressBenchConfig
 
AGENT_OUTPUT_PATH - Static variable in class alluxio.stress.BaseParameters
 
aggregate(Iterable<RpcTaskResult>) - Method in class alluxio.stress.rpc.RpcTaskResult.Aggregator
 
aggregate(Iterable<T>) - Method in interface alluxio.stress.TaskResult.Aggregator
Aggregates multiple instances of a TaskResult to a summary.
aggregateByWorker(JobServiceBenchTaskResult) - Method in class alluxio.stress.jobservice.JobServiceBenchTaskResult
Merges (updates) a task result with this result except the error information.
aggregateByWorker(MasterBenchTaskResultBase<P>) - Method in class alluxio.stress.master.MasterBenchTaskResultBase
Merges (updates) a task result with this result except the error information.
aggregateByWorker(WorkerBenchTaskResult) - Method in class alluxio.stress.worker.WorkerBenchTaskResult
Merges (updates) a task result with this result except the error information.
aggregator() - Method in class alluxio.stress.client.ClientIOTaskResult
 
aggregator() - Method in class alluxio.stress.client.CompactionTaskResult
 
aggregator() - Method in class alluxio.stress.common.AbstractMaxThroughputSummary
 
aggregator() - Method in class alluxio.stress.fuse.FuseIOTaskResult
 
aggregator() - Method in class alluxio.stress.jobservice.JobServiceBenchTaskResult
 
aggregator() - Method in class alluxio.stress.master.MasterBenchTaskResult
 
aggregator() - Method in class alluxio.stress.master.MultiOperationMasterBenchTaskResult
 
aggregator() - Method in class alluxio.stress.rpc.RpcTaskResult
 
aggregator() - Method in interface alluxio.stress.TaskResult
 
aggregator() - Method in class alluxio.stress.worker.IOTaskResult
 
aggregator() - Method in class alluxio.stress.worker.WorkerBenchTaskResult
 
Aggregator() - Constructor for class alluxio.stress.rpc.RpcTaskResult.Aggregator
 
aliasFieldName() - Method in annotation type alluxio.stress.Parameters.PathDescription
 
ALLUXIO_HDFS - alluxio.stress.common.FileSystemClientType
Alluxio Hadoop Compatible File System API.
ALLUXIO_NATIVE - alluxio.stress.common.FileSystemClientType
Alluxio file system API.
ALLUXIO_POSIX - alluxio.stress.common.FileSystemClientType
Alluxio POSIX API.
alluxio.stress - package alluxio.stress
 
alluxio.stress.client - package alluxio.stress.client
 
alluxio.stress.common - package alluxio.stress.common
 
alluxio.stress.fuse - package alluxio.stress.fuse
 
alluxio.stress.graph - package alluxio.stress.graph
 
alluxio.stress.job - package alluxio.stress.job
 
alluxio.stress.jobservice - package alluxio.stress.jobservice
 
alluxio.stress.master - package alluxio.stress.master
 
alluxio.stress.rpc - package alluxio.stress.rpc
 
alluxio.stress.worker - package alluxio.stress.worker
 

B

BarGraph - Class in alluxio.stress.graph
A bar graph representation.
BarGraph(String, List<String>, String) - Constructor for class alluxio.stress.graph.BarGraph
Creates an instance.
BarGraph.Data - Class in alluxio.stress.graph
Class representing data for a bar graph.
BASE_ALIAS_OPTION_NAME - Static variable in class alluxio.stress.master.MasterBenchParameters
 
BASE_OPTION_NAME - Static variable in class alluxio.stress.master.MasterBenchBaseParameters
 
BaseParameters - Class in alluxio.stress
This holds all the parameters.
BaseParameters() - Constructor for class alluxio.stress.BaseParameters
 
BASES_OPTION_NAME - Static variable in class alluxio.stress.master.MultiOperationMasterBenchParameters
 
BatchTaskNameValidator() - Constructor for class alluxio.stress.master.MasterBatchTaskParameters.BatchTaskNameValidator
 
BENCH_TIMEOUT - Static variable in class alluxio.stress.BaseParameters
 
BlockMasterBenchParameters - Class in alluxio.stress.rpc
Parameters for generating different stress on the BlockMaster.
BlockMasterBenchParameters() - Constructor for class alluxio.stress.rpc.BlockMasterBenchParameters
 

C

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_READ - alluxio.stress.fuse.FuseIOOperation
Read <numAllFiles>/<numJobWorker> number of files evenly from all directories created by all job workers through local Fuse mount point.
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_DELETE_FILE - alluxio.stress.master.Operation
 
CREATE_DIR - alluxio.stress.master.Operation
 
CREATE_FILE - alluxio.stress.master.Operation
 
CREATE_FILE_SIZE_OPTION_NAME - Static variable in class alluxio.stress.master.MasterBenchBaseParameters
 
CREATE_FILES - alluxio.stress.jobservice.JobServiceBenchOperation
 
CREATE_TREE - alluxio.stress.master.Operation
 
CRURD - alluxio.stress.master.Operation
 

D

Data() - Constructor for class alluxio.stress.graph.BarGraph.Data
Creates an instance.
Data() - Constructor for class alluxio.stress.graph.LineGraph.Data
Creates an instance.
DEFAULT_TASK_ID - Static variable in class alluxio.stress.BaseParameters
 
DELETE_FILE - alluxio.stress.master.Operation
 
DISTRIBUTED_FLAG - Static variable in class alluxio.stress.BaseParameters
 
DISTRIBUTED_LOAD - alluxio.stress.jobservice.JobServiceBenchOperation
 
DURATION_OPTION_NAME - Static variable in class alluxio.stress.master.MasterBenchParameters
 
DURATION_OPTION_NAME - Static variable in class alluxio.stress.master.MultiOperationMasterBenchParameters
 

E

encodeResponseTimeNsRaw(Histogram) - Method in class alluxio.stress.common.TaskResultStatistics
Encodes the histogram into the internal byte array.
equals(Object) - Method in class alluxio.stress.job.StressBenchConfig
 
equals(Object) - Method in class alluxio.stress.worker.IOTaskResult.Point
 

F

falseDescription() - Method in annotation type alluxio.stress.Parameters.BooleanDescription
 
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.

G

GeneralBenchSummary<T extends TaskResult> - Class in alluxio.stress.common
abstract class for BenchSummary.
GeneralBenchSummary() - Constructor for class alluxio.stress.common.GeneralBenchSummary
 
generate(List<? extends Summary>) - Method in class alluxio.stress.client.ClientIOSummary.GraphGenerator
 
generate(List<? extends Summary>) - Method in class alluxio.stress.client.ClientIOTaskResult.GraphGenerator
 
generate(List<? extends Summary>) - Method in class alluxio.stress.common.AbstractMaxThroughputSummary.GraphGenerator
 
generate(List<? extends Summary>) - Method in class alluxio.stress.GraphGenerator
 
generate(List<? extends Summary>) - Method in class alluxio.stress.jobservice.JobServiceBenchSummary.GraphGenerator
 
generate(List<? extends Summary>) - Method in class alluxio.stress.master.MasterBenchSummary.GraphGenerator
 
generate(List<? extends Summary>) - Method in class alluxio.stress.master.MaxThroughputSummary.GraphGenerator
 
generate(List<? extends Summary>) - Method in class alluxio.stress.worker.IOTaskSummary.GraphGenerator
 
generate(List<? extends Summary>) - Method in class alluxio.stress.worker.WorkerBenchSummary.GraphGenerator
 
GET_BLOCK_LOCATIONS - alluxio.stress.master.Operation
 
GET_FILE_STATUS - alluxio.stress.master.Operation
 
getAllStatistics() - Method in class alluxio.stress.master.MultiOperationMasterBenchTaskResult
 
getArgs() - Method in class alluxio.stress.job.StressBenchConfig
 
getBaseParameters() - Method in class alluxio.stress.client.ClientIOSummary
 
getBaseParameters() - Method in class alluxio.stress.client.ClientIOTaskResult
 
getBaseParameters() - Method in class alluxio.stress.client.CompactionTaskResult
 
getBaseParameters() - Method in class alluxio.stress.common.AbstractMaxThroughputSummary
 
getBaseParameters() - Method in class alluxio.stress.fuse.FuseIOSummary
 
getBaseParameters() - Method in class alluxio.stress.fuse.FuseIOTaskResult
 
getBaseParameters() - Method in class alluxio.stress.jobservice.JobServiceBenchTaskResult
 
getBaseParameters() - Method in class alluxio.stress.master.MasterBenchTaskResultBase
 
getBaseParameters() - Method in class alluxio.stress.rpc.RpcTaskResult
 
getBaseParameters() - Method in class alluxio.stress.rpc.RpcTaskSummary
 
getBaseParameters() - Method in interface alluxio.stress.TaskResult
 
getBaseParameters() - Method in class alluxio.stress.worker.IOTaskResult
 
getBaseParameters() - Method in class alluxio.stress.worker.IOTaskSummary
 
getBaseParameters() - Method in class alluxio.stress.worker.WorkerBenchTaskResult
 
getClassName() - Method in class alluxio.stress.job.StressBenchConfig
 
getClusterLimit() - Method in class alluxio.stress.job.StressBenchConfig
 
getDescription(List<String>) - Method in class alluxio.stress.Parameters
Returns a string representation of the parameters, using only the specified fields.
getDurationMs() - Method in class alluxio.stress.client.ClientIOTaskResult.ThreadCountResult
 
getDurationMs() - Method in class alluxio.stress.fuse.FuseIOTaskResult
 
getDurationMs() - Method in class alluxio.stress.jobservice.JobServiceBenchSummary
 
getDurationMs() - Method in class alluxio.stress.master.MasterBenchSummary
 
getDurationMs() - Method in class alluxio.stress.master.MasterBenchTaskResultBase
 
getDurationMs() - Method in class alluxio.stress.master.MultiOperationMasterBenchSummary
 
getDurationMs() - Method in class alluxio.stress.worker.WorkerBenchSummary
 
getEndMs() - Method in class alluxio.stress.client.ClientIOTaskResult
 
getEndMs() - Method in class alluxio.stress.client.ClientIOTaskResult.ThreadCountResult
 
getEndMs() - Method in class alluxio.stress.fuse.FuseIOSummary
 
getEndMs() - Method in class alluxio.stress.fuse.FuseIOTaskResult
 
getEndMs() - Method in class alluxio.stress.jobservice.JobServiceBenchTaskResult
 
getEndMs() - Method in class alluxio.stress.master.MasterBenchTaskResultBase
 
getEndMs() - Method in class alluxio.stress.worker.WorkerBenchTaskResult
 
getEndTimeMs() - Method in class alluxio.stress.common.AbstractMaxThroughputSummary
 
getEndTimeMs() - Method in class alluxio.stress.jobservice.JobServiceBenchSummary
 
getEndTimeMs() - Method in class alluxio.stress.master.MasterBenchSummary
 
getEndTimeMs() - Method in class alluxio.stress.master.MaxThroughputSummary
 
getEndTimeMs() - Method in class alluxio.stress.master.MultiOperationMasterBenchSummary
 
getEndTimeMs() - Method in class alluxio.stress.worker.WorkerBenchSummary
 
getErrors() - Method in class alluxio.stress.client.ClientIOTaskResult
 
getErrors() - Method in class alluxio.stress.client.ClientIOTaskResult.ThreadCountResult
 
getErrors() - Method in class alluxio.stress.client.CompactionTaskResult
 
getErrors() - Method in class alluxio.stress.common.AbstractMaxThroughputSummary
 
getErrors() - Method in class alluxio.stress.fuse.FuseIOTaskResult
 
getErrors() - Method in class alluxio.stress.graph.Graph
 
getErrors() - Method in class alluxio.stress.jobservice.JobServiceBenchTaskResult
 
getErrors() - Method in class alluxio.stress.master.MasterBenchTaskResultBase
 
getErrors() - Method in class alluxio.stress.rpc.RpcTaskResult
 
getErrors() - Method in class alluxio.stress.rpc.RpcTaskSummary
 
getErrors() - Method in interface alluxio.stress.TaskResult
 
getErrors() - Method in class alluxio.stress.worker.IOTaskResult
 
getErrors() - Method in class alluxio.stress.worker.IOTaskSummary
 
getErrors() - Method in class alluxio.stress.worker.WorkerBenchTaskResult
 
getFailedRuns() - Method in class alluxio.stress.common.AbstractMaxThroughputSummary
 
getFailedRuns() - Method in class alluxio.stress.master.MaxThroughputSummary
 
getIOBytes() - Method in class alluxio.stress.client.ClientIOTaskResult.ThreadCountResult
 
getIOBytes() - Method in class alluxio.stress.fuse.FuseIOSummary
 
getIOBytes() - Method in class alluxio.stress.fuse.FuseIOTaskResult
 
getIOBytes() - Method in class alluxio.stress.worker.WorkerBenchSummary
 
getIOBytes() - Method in class alluxio.stress.worker.WorkerBenchTaskResult
 
getIOMBps() - Method in class alluxio.stress.client.ClientIOTaskResult.ThreadCountResult
 
getIOMBps() - Method in class alluxio.stress.fuse.FuseIOSummary
 
getIOMBps() - Method in class alluxio.stress.fuse.FuseIOTaskResult
 
getIOMBps() - Method in class alluxio.stress.worker.WorkerBenchSummary
 
getMaxResponseTimeNs() - Method in class alluxio.stress.jobservice.JobServiceBenchTaskResult
 
getMaxThroughput() - Method in class alluxio.stress.common.AbstractMaxThroughputSummary
 
getMaxThroughput() - Method in class alluxio.stress.master.MaxThroughputSummary
 
getName() - Method in class alluxio.stress.job.StressBenchConfig
 
getNodeResults() - Method in class alluxio.stress.common.GeneralBenchSummary
 
getNumSuccessOperations() - Method in class alluxio.stress.master.MultiOperationMasterBenchTaskResult
 
getOperationThroughputs() - Method in class alluxio.stress.master.MultiOperationMasterBenchSummary
 
getOrder() - Method in enum alluxio.stress.rpc.TierAlias
Gets the order of this alias as defined in TierAlias.SORTED.
getParameters() - Method in class alluxio.stress.client.ClientIOSummary
 
getParameters() - Method in class alluxio.stress.client.ClientIOTaskResult
 
getParameters() - Method in class alluxio.stress.client.CompactionTaskResult
 
getParameters() - Method in class alluxio.stress.common.AbstractMaxThroughputSummary
 
getParameters() - Method in class alluxio.stress.fuse.FuseIOSummary
 
getParameters() - Method in class alluxio.stress.fuse.FuseIOTaskResult
 
getParameters() - Method in class alluxio.stress.jobservice.JobServiceBenchSummary
 
getParameters() - Method in class alluxio.stress.jobservice.JobServiceBenchTaskResult
 
getParameters() - Method in class alluxio.stress.master.MasterBenchSummary
 
getParameters() - Method in class alluxio.stress.master.MasterBenchTaskResultBase
 
getParameters() - Method in class alluxio.stress.master.MaxThroughputSummary
 
getParameters() - Method in class alluxio.stress.master.MultiOperationMasterBenchSummary
 
getParameters() - Method in class alluxio.stress.rpc.RpcTaskResult
 
getParameters() - Method in class alluxio.stress.rpc.RpcTaskSummary
 
getParameters() - Method in class alluxio.stress.worker.IOTaskResult
 
getParameters() - Method in class alluxio.stress.worker.IOTaskSummary
 
getParameters() - Method in class alluxio.stress.worker.WorkerBenchSummary
 
getParameters() - Method in class alluxio.stress.worker.WorkerBenchTaskResult
 
getPassedRuns() - Method in class alluxio.stress.common.AbstractMaxThroughputSummary
 
getPassedRuns() - Method in class alluxio.stress.master.MaxThroughputSummary
 
getPercentiles(int...) - Method in class alluxio.stress.rpc.RpcTaskSummary
Gets percentiles of the results at different indices.
GetPinnedFileIdsParameters - Class in alluxio.stress.rpc
Parameters for the stress test on GetPinnedFileIds RPC.
GetPinnedFileIdsParameters() - Constructor for class alluxio.stress.rpc.GetPinnedFileIdsParameters
 
getPoints() - Method in class alluxio.stress.rpc.RpcTaskResult
 
getPoints() - Method in class alluxio.stress.rpc.RpcTaskSummary
 
getPoints() - Method in class alluxio.stress.worker.IOTaskResult
 
getPoints() - Method in class alluxio.stress.worker.IOTaskSummary
 
getReadSpeedStat() - Method in class alluxio.stress.worker.IOTaskSummary
 
getRecordStartMs() - Method in class alluxio.stress.client.ClientIOTaskResult
 
getRecordStartMs() - Method in class alluxio.stress.client.ClientIOTaskResult.ThreadCountResult
 
getRecordStartMs() - Method in class alluxio.stress.fuse.FuseIOSummary
 
getRecordStartMs() - Method in class alluxio.stress.fuse.FuseIOTaskResult
 
getRecordStartMs() - Method in class alluxio.stress.jobservice.JobServiceBenchTaskResult
 
getRecordStartMs() - Method in class alluxio.stress.master.MasterBenchTaskResultBase
 
getRecordStartMs() - Method in class alluxio.stress.worker.WorkerBenchTaskResult
 
getStartDelayMs() - Method in class alluxio.stress.job.StressBenchConfig
 
getStatistics() - Method in class alluxio.stress.client.CompactionTaskResult
 
getStatistics() - Method in class alluxio.stress.jobservice.JobServiceBenchSummary
 
getStatistics() - Method in class alluxio.stress.jobservice.JobServiceBenchTaskResult
 
getStatistics() - Method in class alluxio.stress.master.MasterBenchSummary
 
getStatistics() - Method in class alluxio.stress.master.MasterBenchTaskResult
 
getStatistics() - Method in class alluxio.stress.master.MultiOperationMasterBenchSummary
 
getStatistics(int) - Method in class alluxio.stress.master.MultiOperationMasterBenchTaskResult
 
getStatisticsPerMethod() - Method in class alluxio.stress.jobservice.JobServiceBenchSummary
 
getStatisticsPerMethod() - Method in class alluxio.stress.jobservice.JobServiceBenchTaskResult
 
getStatisticsPerMethod() - Method in class alluxio.stress.master.MasterBenchSummary
 
getStatisticsPerMethod() - Method in class alluxio.stress.master.MasterBenchTaskResult
 
getStatisticsPerMethod() - Method in class alluxio.stress.master.MultiOperationMasterBenchSummary
 
getStatisticsPerMethod() - Method in class alluxio.stress.master.MultiOperationMasterBenchTaskResult
 
getThreadCountIoMbps() - Method in class alluxio.stress.client.ClientIOSummary
 
getThreadCountResults() - Method in class alluxio.stress.client.ClientIOTaskResult
 
getThroughput() - Method in class alluxio.stress.common.GeneralBenchSummary
 
getTimeToFirstBytePerThread() - Method in class alluxio.stress.client.ClientIOTaskResult
 
getTitle() - Method in class alluxio.stress.graph.Graph
 
getWriteSpeedStat() - Method in class alluxio.stress.worker.IOTaskSummary
 
Graph - Class in alluxio.stress.graph
A representation of a graph.
Graph() - Constructor for class alluxio.stress.graph.Graph
 
graphGenerator() - Method in class alluxio.stress.client.ClientIOSummary
 
graphGenerator() - Method in class alluxio.stress.client.ClientIOTaskResult
 
graphGenerator() - Method in class alluxio.stress.client.CompactionTaskResult.CompactionSummary
 
graphGenerator() - Method in class alluxio.stress.common.AbstractMaxThroughputSummary
 
graphGenerator() - Method in class alluxio.stress.fuse.FuseIOSummary
 
graphGenerator() - Method in class alluxio.stress.jobservice.JobServiceBenchSummary
 
graphGenerator() - Method in class alluxio.stress.master.MasterBenchSummary
 
graphGenerator() - Method in class alluxio.stress.master.MaxThroughputSummary
 
graphGenerator() - Method in class alluxio.stress.master.MultiOperationMasterBenchSummary
 
graphGenerator() - Method in class alluxio.stress.rpc.RpcTaskSummary
 
graphGenerator() - Method in interface alluxio.stress.Summary
 
graphGenerator() - Method in class alluxio.stress.worker.IOTaskSummary
 
graphGenerator() - Method in class alluxio.stress.worker.WorkerBenchSummary
 
GraphGenerator - Class in alluxio.stress
This generates graphs from a list of summaries.
GraphGenerator() - Constructor for class alluxio.stress.client.ClientIOSummary.GraphGenerator
 
GraphGenerator() - Constructor for class alluxio.stress.client.ClientIOTaskResult.GraphGenerator
 
GraphGenerator() - Constructor for class alluxio.stress.common.AbstractMaxThroughputSummary.GraphGenerator
 
GraphGenerator() - Constructor for class alluxio.stress.GraphGenerator
 
GraphGenerator() - Constructor for class alluxio.stress.jobservice.JobServiceBenchSummary.GraphGenerator
 
GraphGenerator() - Constructor for class alluxio.stress.master.MasterBenchSummary.GraphGenerator
 
GraphGenerator() - Constructor for class alluxio.stress.master.MaxThroughputSummary.GraphGenerator
 
GraphGenerator() - Constructor for class alluxio.stress.worker.IOTaskSummary.GraphGenerator
 
GraphGenerator() - Constructor for class alluxio.stress.worker.WorkerBenchSummary.GraphGenerator
 

H

hashCode() - Method in class alluxio.stress.job.StressBenchConfig
 
hashCode() - Method in class alluxio.stress.worker.IOTaskResult.Point
 
hasNext() - Method in class alluxio.stress.CachingBlockMasterClient.CachingBlockMapIterator
 
HDD - alluxio.stress.rpc.TierAlias
 
HELP_FLAG - Static variable in class alluxio.stress.BaseParameters
 

I

ID_FLAG - Static variable in class alluxio.stress.BaseParameters
 
IN_PROCESS_FLAG - Static variable in class alluxio.stress.BaseParameters
 
includeAuthority() - Method in annotation type alluxio.stress.Parameters.PathDescription
 
incrementIOBytes(long) - Method in class alluxio.stress.client.ClientIOTaskResult.ThreadCountResult
Increments the bytes of IO an amount.
incrementIOBytes(long) - Method in class alluxio.stress.fuse.FuseIOTaskResult
Increments the bytes of IO an amount.
incrementIOBytes(long) - Method in class alluxio.stress.worker.WorkerBenchTaskResult
Increments the bytes of IO an amount.
incrementNumSuccess() - Method in class alluxio.stress.client.CompactionTaskResult
Increase number of successes by 1.
incrementNumSuccess(int, long) - Method in class alluxio.stress.master.MultiOperationMasterBenchTaskResult
Increments the number of successes by an amount.
incrementNumSuccess(long) - Method in class alluxio.stress.jobservice.JobServiceBenchTaskResult
Increments the number of successes by an amount.
incrementNumSuccess(long) - Method in class alluxio.stress.master.MasterBenchTaskResult
Increments the number of successes by an amount.
IntegerArrayConverter() - Constructor for class alluxio.stress.master.MultiOperationMasterBenchParameters.IntegerArrayConverter
 
IOTaskResult - Class in alluxio.stress.worker
Task result for the UFS I/O test.
IOTaskResult() - Constructor for class alluxio.stress.worker.IOTaskResult
An empty constructor.
IOTaskResult(List<IOTaskResult.Point>, List<String>) - Constructor for class alluxio.stress.worker.IOTaskResult
The constructor used for serialization.
IOTaskResult.IOMode - Enum in alluxio.stress.worker
The IO mode, either READ or WRITE.
IOTaskResult.Point - Class in alluxio.stress.worker
An object representation of a successful I/O operation to the UFS.
IOTaskSummary - Class in alluxio.stress.worker
The summary for the UFS I/O throughput test.
IOTaskSummary() - Constructor for class alluxio.stress.worker.IOTaskSummary
Used for deserialization.
IOTaskSummary(IOTaskResult) - Constructor for class alluxio.stress.worker.IOTaskSummary
 
IOTaskSummary.GraphGenerator - Class in alluxio.stress.worker
A graph generator for the statistics collected.
IOTaskSummary.SpeedStat - Class in alluxio.stress.worker
An object representation of all the statistics we need from this I/O test.
isPosRead(ClientIOOperation) - Static method in enum alluxio.stress.client.ClientIOOperation
 
isRead(ClientIOOperation) - Static method in enum alluxio.stress.client.ClientIOOperation
 
isRead(FuseIOOperation) - Static method in enum alluxio.stress.fuse.FuseIOOperation
 

J

JAVA_OPT_FLAG - Static variable in class alluxio.stress.BaseParameters
 
JOB_SERVICE_MAX_RESPONSE_TIME_COUNT - Static variable in class alluxio.stress.StressConstants
 
JobServiceBenchOperation - Enum in alluxio.stress.jobservice
The operations for the job service stress tests.
JobServiceBenchParameters - Class in alluxio.stress.jobservice
This holds all the parameters.
JobServiceBenchParameters() - Constructor for class alluxio.stress.jobservice.JobServiceBenchParameters
 
JobServiceBenchParameters.OperationConverter - Class in alluxio.stress.jobservice
Converts from String to Operation instance.
JobServiceBenchSummary - Class in alluxio.stress.jobservice
The summary for the job service stress tests.
JobServiceBenchSummary() - Constructor for class alluxio.stress.jobservice.JobServiceBenchSummary
Creates an instance.
JobServiceBenchSummary(JobServiceBenchTaskResult, Map<String, JobServiceBenchTaskResult>) - Constructor for class alluxio.stress.jobservice.JobServiceBenchSummary
Creates an instance.
JobServiceBenchSummary.GraphGenerator - Class in alluxio.stress.jobservice
The graph generator for this summary.
JobServiceBenchTaskResult - Class in alluxio.stress.jobservice
The task result for the job service stress tests.
JobServiceBenchTaskResult() - Constructor for class alluxio.stress.jobservice.JobServiceBenchTaskResult
Creates an instance.
JobServiceBenchTaskResultStatistics - Class in alluxio.stress.jobservice
Statistics class that is used in JobServiceBenchTaskResult.
JobServiceBenchTaskResultStatistics() - Constructor for class alluxio.stress.jobservice.JobServiceBenchTaskResultStatistics
Creates an instance.
JobServiceMaxThroughputSummary - Class in alluxio.stress.jobservice
The summary for the max throughput test.
JobServiceMaxThroughputSummary() - Constructor for class alluxio.stress.jobservice.JobServiceMaxThroughputSummary
 

L

LineGraph - Class in alluxio.stress.graph
A line graph representation.
LineGraph(String, List<String>, String, String) - Constructor for class alluxio.stress.graph.LineGraph
Creates an instance.
LineGraph.Data - Class in alluxio.stress.graph
This represents the data for a line graph.
LIST_DIR - alluxio.stress.master.Operation
 
LIST_DIR_LOCATED - alluxio.stress.master.Operation
 
LIST_FILE - alluxio.stress.fuse.FuseIOOperation
List the files before reading can help cache the metadata and gain more accurate reading performance, if client-side metadata cache is enabled.
LOAD_METADATA - alluxio.stress.master.Operation
 
LOCAL_READ - alluxio.stress.fuse.FuseIOOperation
Each job worker, or client, will read the files it wrote through local Fuse mount point.

M

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
Statistics class that is used in MasterBenchTaskResult.
MasterBenchTaskResultStatistics() - Constructor for class alluxio.stress.master.MasterBenchTaskResultStatistics
Creates an instance.
MasterBenchTaskResultStatistics(Operation) - 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
 
mClusterAvgSpeedMbps - Variable in class alluxio.stress.worker.IOTaskSummary.SpeedStat
 
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
 
MEM - alluxio.stress.rpc.TierAlias
 
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
 
mNumSuccesses - Variable in class alluxio.stress.common.SummaryStatistics
number of successes.
mNumSuccesses - 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
 
mTreeDepth - Variable in class alluxio.stress.master.MasterBenchBaseParameters
 
mTreeFiles - Variable in class alluxio.stress.master.MasterBenchBaseParameters
 
mTreeThreads - Variable in class alluxio.stress.master.MasterBenchBaseParameters
 
mTreeWidth - Variable in class alluxio.stress.master.MasterBenchBaseParameters
 
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() - Constructor for class alluxio.stress.master.MultiOperationMasterBenchTaskResult
Empty constructor for json deserialization.
MultiOperationMasterBenchTaskResult(Operation[]) - Constructor for class alluxio.stress.master.MultiOperationMasterBenchTaskResult
Creates an instance.
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
 

N

next() - Method in class alluxio.stress.CachingBlockMasterClient.CachingBlockMapIterator
 
NO_OP - alluxio.stress.jobservice.JobServiceBenchOperation
 

O

OPEN_FILE - alluxio.stress.master.Operation
 
operation() - Method in class alluxio.stress.jobservice.JobServiceBenchParameters
 
operation() - Method in class alluxio.stress.Parameters
Notice the function name can't be getOperation since Jackson would transfer this function in to json value, break Parameter serialization and cause serialization error.
Operation - Enum in alluxio.stress.master
The operations for the master stress tests.
OPERATION_OPTION_NAME - Static variable in class alluxio.stress.master.MasterBenchParameters
 
OperationConverter() - Constructor for class alluxio.stress.jobservice.JobServiceBenchParameters.OperationConverter
 
OperationConverter() - Constructor for class alluxio.stress.master.MasterBenchParameters.OperationConverter
 
OPERATIONS_OPTION_NAME - Static variable in class alluxio.stress.master.MultiOperationMasterBenchParameters
 
OPERATIONS_RATIO_OPTION_NAME - Static variable in class alluxio.stress.master.MultiOperationMasterBenchParameters
 
OperationsConverter() - Constructor for class alluxio.stress.master.MultiOperationMasterBenchParameters.OperationsConverter
 

P

Parameters - Class in alluxio.stress
Abstract class for parameters of stress tests.
Parameters() - Constructor for class alluxio.stress.Parameters
 
Parameters.BooleanDescription - Annotation Type in alluxio.stress
This annotation defines readable descriptions boolean parameters.
Parameters.KeylessDescription - Annotation Type in alluxio.stress
This annotation is for descriptions which do not display the key/name.
Parameters.PathDescription - Annotation Type in alluxio.stress
This annotation defines readable descriptions for paths.
partitionFieldNames(List<Parameters>) - Static method in class alluxio.stress.Parameters
 
PATH - Static variable in class alluxio.stress.worker.UfsIOParameters
 
Point(long) - Constructor for class alluxio.stress.rpc.RpcTaskResult.Point
Creates a new data point.
Point(IOTaskResult.IOMode, double, long) - Constructor for class alluxio.stress.worker.IOTaskResult.Point
 
POS_READ - alluxio.stress.client.ClientIOOperation
Positioned read api.
POS_READ_FULLY - alluxio.stress.client.ClientIOOperation
Positioned read fully api.
PROFILE_AGENT - Static variable in class alluxio.stress.BaseParameters
 
putStatisticsForMethod(String, JobServiceBenchTaskResultStatistics) - Method in class alluxio.stress.jobservice.JobServiceBenchTaskResult
 
putStatisticsForMethod(String, MasterBenchTaskResultStatistics) - Method in class alluxio.stress.master.MasterBenchTaskResult
 
putStatisticsForMethod(String, MasterBenchTaskResultStatistics) - Method in class alluxio.stress.master.MasterBenchTaskResultBase
 
putStatisticsForMethod(String, MasterBenchTaskResultStatistics) - Method in class alluxio.stress.master.MultiOperationMasterBenchTaskResult
 
putTimeToFirstBytePerThread(Integer, Map<String, SummaryStatistics>) - Method in class alluxio.stress.client.ClientIOTaskResult
 

R

RatioConverter() - Constructor for class alluxio.stress.master.MultiOperationMasterBenchParameters.RatioConverter
 
READ - alluxio.stress.worker.IOTaskResult.IOMode
 
READ_ARRAY - alluxio.stress.client.ClientIOOperation
Streaming read api, using arrays.
READ_BYTE_BUFFER - alluxio.stress.client.ClientIOOperation
Streaming read api, using byte buffers.
READ_FULLY - alluxio.stress.client.ClientIOOperation
Streaming read fully api.
READ_TYPE_FLAG_OPTION_NAME - Static variable in class alluxio.stress.common.FileSystemParameters
 
reduceList(Iterable<RpcTaskResult>) - Static method in class alluxio.stress.rpc.RpcTaskResult.Aggregator
Reduce a list of RpcTaskResult into one.
reduceList(Iterable<IOTaskResult>) - Static method in class alluxio.stress.worker.IOTaskResult
Reduce a list of IOTaskResult into one.
registerWithStream(long, List<String>, Map<String, Long>, Map<String, Long>, Map<BlockStoreLocation, List<Long>>, Map<String, List<String>>, List<ConfigProperty>) - Method in class alluxio.stress.CachingBlockMasterClient
 
REMOTE_READ - alluxio.stress.fuse.FuseIOOperation
Each job worker will evenly read the files written by other job workers via local Fuse mount point.
RENAME_FILE - alluxio.stress.master.Operation
 
RpcBenchParameters - Class in alluxio.stress.rpc
Parameters for the RPC benchmark test.
RpcBenchParameters() - Constructor for class alluxio.stress.rpc.RpcBenchParameters
 
RpcTaskResult - Class in alluxio.stress.rpc
This object holds the results from one RPC benchmark test run, containing all successful and failed RPCs.
RpcTaskResult() - Constructor for class alluxio.stress.rpc.RpcTaskResult
Constructor.
RpcTaskResult(BaseParameters, RpcBenchParameters) - Constructor for class alluxio.stress.rpc.RpcTaskResult
Constructor with only parameters.
RpcTaskResult(RpcTaskResult) - Constructor for class alluxio.stress.rpc.RpcTaskResult
A copy constructor.
RpcTaskResult.Aggregator - Class in alluxio.stress.rpc
An aggregator that merges multiple RpcTaskResult.
RpcTaskResult.Point - Class in alluxio.stress.rpc
Each point stands for one successful RPC.
RpcTaskSummary - Class in alluxio.stress.rpc
This object is used to summarize the RPC stress test results.
RpcTaskSummary() - Constructor for class alluxio.stress.rpc.RpcTaskSummary
Used for deserialization.
RpcTaskSummary(RpcTaskResult) - Constructor for class alluxio.stress.rpc.RpcTaskSummary
Creates a summary from a task result.

S

SET_ATTRIBUTE - alluxio.stress.master.Operation
 
setBaseParameters(BaseParameters) - Method in class alluxio.stress.client.ClientIOSummary
 
setBaseParameters(BaseParameters) - Method in class alluxio.stress.client.ClientIOTaskResult
 
setBaseParameters(BaseParameters) - Method in class alluxio.stress.client.CompactionTaskResult
 
setBaseParameters(BaseParameters) - Method in class alluxio.stress.fuse.FuseIOSummary
 
setBaseParameters(BaseParameters) - Method in class alluxio.stress.fuse.FuseIOTaskResult
 
setBaseParameters(BaseParameters) - Method in class alluxio.stress.jobservice.JobServiceBenchTaskResult
 
setBaseParameters(BaseParameters) - Method in class alluxio.stress.master.MasterBenchTaskResultBase
 
setBaseParameters(BaseParameters) - Method in class alluxio.stress.rpc.RpcTaskResult
 
setBaseParameters(BaseParameters) - Method in class alluxio.stress.rpc.RpcTaskSummary
 
setBaseParameters(BaseParameters) - Method in class alluxio.stress.worker.IOTaskResult
 
setBaseParameters(BaseParameters) - Method in class alluxio.stress.worker.IOTaskSummary
 
setBaseParameters(BaseParameters) - Method in class alluxio.stress.worker.WorkerBenchTaskResult
 
setDurationMs(long) - Method in class alluxio.stress.client.ClientIOTaskResult.ThreadCountResult
 
setDurationMs(long) - Method in class alluxio.stress.fuse.FuseIOTaskResult
 
setDurationMs(long) - Method in class alluxio.stress.jobservice.JobServiceBenchSummary
 
setDurationMs(long) - Method in class alluxio.stress.master.MasterBenchSummary
 
setDurationMs(long) - Method in class alluxio.stress.master.MasterBenchTaskResultBase
 
setDurationMs(long) - Method in class alluxio.stress.master.MultiOperationMasterBenchSummary
 
setDurationMs(long) - Method in class alluxio.stress.worker.WorkerBenchSummary
 
setEndMs(long) - Method in class alluxio.stress.client.ClientIOTaskResult
 
setEndMs(long) - Method in class alluxio.stress.client.ClientIOTaskResult.ThreadCountResult
 
setEndMs(long) - Method in class alluxio.stress.fuse.FuseIOSummary
 
setEndMs(long) - Method in class alluxio.stress.fuse.FuseIOTaskResult
 
setEndMs(long) - Method in class alluxio.stress.jobservice.JobServiceBenchTaskResult
 
setEndMs(long) - Method in class alluxio.stress.master.MasterBenchTaskResultBase
 
setEndMs(long) - Method in class alluxio.stress.worker.WorkerBenchTaskResult
 
setEndTimeMs(long) - Method in class alluxio.stress.common.AbstractMaxThroughputSummary
 
setEndTimeMs(long) - Method in class alluxio.stress.jobservice.JobServiceBenchSummary
 
setEndTimeMs(long) - Method in class alluxio.stress.master.MasterBenchSummary
 
setEndTimeMs(long) - Method in class alluxio.stress.master.MaxThroughputSummary
 
setEndTimeMs(long) - Method in class alluxio.stress.master.MultiOperationMasterBenchSummary
 
setEndTimeMs(long) - Method in class alluxio.stress.worker.WorkerBenchSummary
 
setErrors(String, List<String>) - Method in class alluxio.stress.graph.Graph
Sets the list of errors for the series.
setErrors(List<String>) - Method in class alluxio.stress.client.ClientIOTaskResult.ThreadCountResult
 
setErrors(List<String>) - Method in class alluxio.stress.client.CompactionTaskResult
 
setErrors(List<String>) - Method in class alluxio.stress.fuse.FuseIOTaskResult
 
setErrors(List<String>) - Method in class alluxio.stress.jobservice.JobServiceBenchTaskResult
 
setErrors(List<String>) - Method in class alluxio.stress.master.MasterBenchTaskResultBase
 
setErrors(List<String>) - Method in class alluxio.stress.rpc.RpcTaskResult
 
setErrors(List<String>) - Method in class alluxio.stress.rpc.RpcTaskSummary
 
setErrors(List<String>) - Method in class alluxio.stress.worker.IOTaskResult
 
setErrors(List<String>) - Method in class alluxio.stress.worker.IOTaskSummary
 
setErrors(List<String>) - Method in class alluxio.stress.worker.WorkerBenchTaskResult
 
setFailedRuns(Map<Long, MasterBenchSummary>) - Method in class alluxio.stress.master.MaxThroughputSummary
 
setFailedRuns(Map<Long, S>) - Method in class alluxio.stress.common.AbstractMaxThroughputSummary
 
setIOBytes(long) - Method in class alluxio.stress.client.ClientIOTaskResult.ThreadCountResult
 
setIOBytes(long) - Method in class alluxio.stress.fuse.FuseIOSummary
 
setIOBytes(long) - Method in class alluxio.stress.fuse.FuseIOTaskResult
 
setIOBytes(long) - Method in class alluxio.stress.worker.WorkerBenchSummary
 
setIOBytes(long) - Method in class alluxio.stress.worker.WorkerBenchTaskResult
 
setIOMBps(float) - Method in class alluxio.stress.client.ClientIOTaskResult.ThreadCountResult
 
setIOMBps(float) - Method in class alluxio.stress.fuse.FuseIOSummary
 
setIOMBps(float) - Method in class alluxio.stress.fuse.FuseIOTaskResult
 
setIOMBps(float) - Method in class alluxio.stress.worker.WorkerBenchSummary
 
setMaxResponseTimeNs(long[]) - Method in class alluxio.stress.jobservice.JobServiceBenchTaskResult
 
setMaxThroughput(float) - Method in class alluxio.stress.common.AbstractMaxThroughputSummary
 
setMaxThroughput(float) - Method in class alluxio.stress.master.MaxThroughputSummary
 
setNodeResults(Map<String, T>) - Method in class alluxio.stress.common.GeneralBenchSummary
 
setOperationThroughputs(List<Pair<Operation, Float>>) - Method in class alluxio.stress.master.MultiOperationMasterBenchSummary
 
setParameters(ClientIOParameters) - Method in class alluxio.stress.client.ClientIOSummary
 
setParameters(ClientIOParameters) - Method in class alluxio.stress.client.ClientIOTaskResult
 
setParameters(CompactionParameters) - Method in class alluxio.stress.client.CompactionTaskResult
 
setParameters(FuseIOParameters) - Method in class alluxio.stress.fuse.FuseIOSummary
 
setParameters(FuseIOParameters) - Method in class alluxio.stress.fuse.FuseIOTaskResult
 
setParameters(JobServiceBenchParameters) - Method in class alluxio.stress.jobservice.JobServiceBenchSummary
 
setParameters(JobServiceBenchParameters) - Method in class alluxio.stress.jobservice.JobServiceBenchTaskResult
 
setParameters(MasterBenchParameters) - Method in class alluxio.stress.master.MasterBenchSummary
 
setParameters(MasterBenchParameters) - Method in class alluxio.stress.master.MaxThroughputSummary
 
setParameters(MultiOperationMasterBenchParameters) - Method in class alluxio.stress.master.MultiOperationMasterBenchSummary
 
setParameters(RpcBenchParameters) - Method in class alluxio.stress.rpc.RpcTaskResult
 
setParameters(RpcBenchParameters) - Method in class alluxio.stress.rpc.RpcTaskSummary
 
setParameters(UfsIOParameters) - Method in class alluxio.stress.worker.IOTaskResult
 
setParameters(UfsIOParameters) - Method in class alluxio.stress.worker.IOTaskSummary
 
setParameters(WorkerBenchParameters) - Method in class alluxio.stress.worker.WorkerBenchSummary
 
setParameters(WorkerBenchParameters) - Method in class alluxio.stress.worker.WorkerBenchTaskResult
 
setParameters(P) - Method in class alluxio.stress.master.MasterBenchTaskResultBase
 
setParameters(T) - Method in class alluxio.stress.common.AbstractMaxThroughputSummary
 
setPassedRuns(Map<Long, MasterBenchSummary>) - Method in class alluxio.stress.master.MaxThroughputSummary
 
setPassedRuns(Map<Long, S>) - Method in class alluxio.stress.common.AbstractMaxThroughputSummary
 
setPoints(List<RpcTaskResult.Point>) - Method in class alluxio.stress.rpc.RpcTaskResult
 
setPoints(List<RpcTaskResult.Point>) - Method in class alluxio.stress.rpc.RpcTaskSummary
 
setPoints(List<IOTaskResult.Point>) - Method in class alluxio.stress.worker.IOTaskResult
 
setPoints(List<IOTaskResult.Point>) - Method in class alluxio.stress.worker.IOTaskSummary
 
setReadSpeedStat(IOTaskSummary.SpeedStat) - Method in class alluxio.stress.worker.IOTaskSummary
 
setRecordStartMs(long) - Method in class alluxio.stress.client.ClientIOTaskResult
 
setRecordStartMs(long) - Method in class alluxio.stress.client.ClientIOTaskResult.ThreadCountResult
 
setRecordStartMs(long) - Method in class alluxio.stress.fuse.FuseIOSummary
 
setRecordStartMs(long) - Method in class alluxio.stress.fuse.FuseIOTaskResult
 
setRecordStartMs(long) - Method in class alluxio.stress.jobservice.JobServiceBenchTaskResult
 
setRecordStartMs(long) - Method in class alluxio.stress.master.MasterBenchTaskResultBase
 
setRecordStartMs(long) - Method in class alluxio.stress.worker.WorkerBenchTaskResult
 
setStatistics(CompactionTaskResultStatistics) - Method in class alluxio.stress.client.CompactionTaskResult
 
setStatistics(SummaryStatistics) - Method in class alluxio.stress.jobservice.JobServiceBenchSummary
 
setStatistics(SummaryStatistics) - Method in class alluxio.stress.master.MasterBenchSummary
 
setStatistics(JobServiceBenchTaskResultStatistics) - Method in class alluxio.stress.jobservice.JobServiceBenchTaskResult
 
setStatistics(MasterBenchTaskResultStatistics) - Method in class alluxio.stress.master.MasterBenchTaskResult
 
setStatistics(List<SummaryStatistics>) - Method in class alluxio.stress.master.MultiOperationMasterBenchSummary
 
setStatisticsPerMethod(Map<String, SummaryStatistics>) - Method in class alluxio.stress.jobservice.JobServiceBenchSummary
 
setStatisticsPerMethod(Map<String, SummaryStatistics>) - Method in class alluxio.stress.master.MasterBenchSummary
 
setStatisticsPerMethod(Map<String, SummaryStatistics>) - Method in class alluxio.stress.master.MultiOperationMasterBenchSummary
 
setStatisticsPerMethod(Map<String, JobServiceBenchTaskResultStatistics>) - Method in class alluxio.stress.jobservice.JobServiceBenchTaskResult
 
setStatisticsPerMethod(Map<String, MasterBenchTaskResultStatistics>) - Method in class alluxio.stress.master.MasterBenchTaskResult
 
setThreadCountIoMbps(Map<Integer, Float>) - Method in class alluxio.stress.client.ClientIOSummary
 
setThreadCountResults(Map<Integer, ClientIOTaskResult.ThreadCountResult>) - Method in class alluxio.stress.client.ClientIOTaskResult
 
setThroughput(float) - Method in class alluxio.stress.common.GeneralBenchSummary
 
setTimeToFirstBytePerThread(Map<Integer, Map<String, SummaryStatistics>>) - Method in class alluxio.stress.client.ClientIOTaskResult
 
setTitle(List<String>) - Method in class alluxio.stress.graph.Graph
 
setWriteSpeedStat(IOTaskSummary.SpeedStat) - Method in class alluxio.stress.worker.IOTaskSummary
 
SKIP_PREPARE_OPTION_NAME - Static variable in class alluxio.stress.master.MasterBenchParameters
 
SKIP_PREPARE_OPTION_NAME - Static variable in class alluxio.stress.master.MultiOperationMasterBenchParameters
 
SORTED - Static variable in enum alluxio.stress.rpc.TierAlias
 
SpeedStat() - Constructor for class alluxio.stress.worker.IOTaskSummary.SpeedStat
An empty constructor.
SSD - alluxio.stress.rpc.TierAlias
 
START_MS_FLAG - Static variable in class alluxio.stress.BaseParameters
 
STOP_COUNT_INVALID - Static variable in class alluxio.stress.master.MasterBenchBaseParameters
The stop count value that is invalid.
STOP_COUNT_OPTION_NAME - Static variable in class alluxio.stress.master.MasterBenchBaseParameters
 
StressBenchConfig - Class in alluxio.stress.job
Config for the stress test.
StressBenchConfig(String, List<String>, long, int) - Constructor for class alluxio.stress.job.StressBenchConfig
 
StressConstants - Class in alluxio.stress
Constants for stress tests.
StressConstants() - Constructor for class alluxio.stress.StressConstants
 
StringArrayConverter() - Constructor for class alluxio.stress.master.MultiOperationMasterBenchParameters.StringArrayConverter
 
Summary - Interface in alluxio.stress
The aggregated summary of multiple task results.
SummaryStatistics - Class in alluxio.stress.common
Statistics class for MasterBenchSummary.
SummaryStatistics() - Constructor for class alluxio.stress.common.SummaryStatistics
Creates an instance.
SummaryStatistics(long, float[], float[], float[]) - Constructor for class alluxio.stress.common.SummaryStatistics
Creates an instance.

T

TAG_OPTION_NAME - Static variable in class alluxio.stress.master.MasterBenchParameters
 
TARGET_THROUGHPUT_OPTION_NAME - Static variable in class alluxio.stress.master.MasterBenchParameters
 
TARGET_THROUGHPUTS_OPTION_NAME - Static variable in class alluxio.stress.master.MultiOperationMasterBenchParameters
 
TaskResult - Interface in alluxio.stress
This represents the result of a single stress task.
TaskResult.Aggregator<T extends TaskResult> - Interface in alluxio.stress
The interface that aggregates multiple task results into a summary.
TaskResultStatistics - Class in alluxio.stress.common
abstract class that calculate statistics forTaskResult.
TaskResultStatistics() - Constructor for class alluxio.stress.common.TaskResultStatistics
 
ThreadCountResult() - Constructor for class alluxio.stress.client.ClientIOTaskResult.ThreadCountResult
Creates an instance.
THREADS_OPTION_NAME - Static variable in class alluxio.stress.master.MasterBenchBaseParameters
 
THREADS_RATIO_OPTION_NAME - Static variable in class alluxio.stress.master.MultiOperationMasterBenchParameters
 
TierAlias - Enum in alluxio.stress.rpc
Aliases for storage tiers.
TIME_99_COUNT - Static variable in class alluxio.stress.StressConstants
 
TIME_HISTOGRAM_COMPRESSION_LEVEL - Static variable in class alluxio.stress.StressConstants
 
TIME_HISTOGRAM_MAX - Static variable in class alluxio.stress.StressConstants
The response time histogram can record values up to this amount.
TIME_HISTOGRAM_PRECISION - Static variable in class alluxio.stress.StressConstants
 
toBatchTaskArgumentString() - Method in class alluxio.stress.BaseParameters
 
toBenchSummaryStatistics() - Method in class alluxio.stress.common.TaskResultStatistics
Converts this class to SummaryStatistics.
toJson() - Method in class alluxio.stress.graph.Graph
 
toString() - Method in enum alluxio.stress.client.ClientIOOperation
 
toString() - Method in enum alluxio.stress.common.FileSystemClientType
 
toString() - Method in enum alluxio.stress.fuse.FuseIOOperation
 
toString() - Method in class alluxio.stress.job.StressBenchConfig
 
toString() - Method in enum alluxio.stress.jobservice.JobServiceBenchOperation
 
toString() - Method in enum alluxio.stress.master.Operation
 
toString() - Method in class alluxio.stress.rpc.RpcTaskResult.Point
 
toString() - Method in class alluxio.stress.rpc.RpcTaskResult
 
toString() - Method in class alluxio.stress.rpc.RpcTaskSummary
 
toString() - Method in enum alluxio.stress.rpc.TierAlias
 
toString() - Method in class alluxio.stress.worker.IOTaskResult.Point
 
toString() - Method in class alluxio.stress.worker.IOTaskResult
 
toString() - Method in class alluxio.stress.worker.IOTaskSummary.SpeedStat
 
toString() - Method in class alluxio.stress.worker.IOTaskSummary
 
TREE_DEPTH - Static variable in class alluxio.stress.master.MasterBenchBaseParameters
 
TREE_FILES - Static variable in class alluxio.stress.master.MasterBenchBaseParameters
 
TREE_THREADS - Static variable in class alluxio.stress.master.MasterBenchBaseParameters
 
TREE_WIDTH - Static variable in class alluxio.stress.master.MasterBenchBaseParameters
 
trueDescription() - Method in annotation type alluxio.stress.Parameters.BooleanDescription
 

U

UfsIOParameters - Class in alluxio.stress.worker
Parameters used in the UFS I/O throughput test.
UfsIOParameters() - Constructor for class alluxio.stress.worker.UfsIOParameters
 
UNDEFINED_START_MS - Static variable in class alluxio.stress.BaseParameters
 
USE_MOUNT_CONF - Static variable in class alluxio.stress.worker.UfsIOParameters
 

V

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.

W

WARMUP_OPTION_NAME - Static variable in class alluxio.stress.master.MasterBenchBaseParameters
 
WorkerBenchParameters - Class in alluxio.stress.worker
This holds all the parameters.
WorkerBenchParameters() - Constructor for class alluxio.stress.worker.WorkerBenchParameters
 
WorkerBenchSummary - Class in alluxio.stress.worker
The summary for the worker stress tests.
WorkerBenchSummary() - Constructor for class alluxio.stress.worker.WorkerBenchSummary
Creates an instance.
WorkerBenchSummary(WorkerBenchTaskResult, Map<String, WorkerBenchTaskResult>) - Constructor for class alluxio.stress.worker.WorkerBenchSummary
Creates an instance.
WorkerBenchSummary.GraphGenerator - Class in alluxio.stress.worker
The graph generator for this summary.
WorkerBenchTaskResult - Class in alluxio.stress.worker
The task results for the worker stress test.
WorkerBenchTaskResult() - Constructor for class alluxio.stress.worker.WorkerBenchTaskResult
Creates an instance.
WRITE - alluxio.stress.client.ClientIOOperation
The write operation, for writing data for the read operations.
WRITE - alluxio.stress.fuse.FuseIOOperation
Write operation to test the write throughput or prepare data for reading.
WRITE - alluxio.stress.worker.IOTaskResult.IOMode
 
WRITE_FILE_ONCE_MAX_BYTES - Static variable in class alluxio.stress.StressConstants
 
WRITE_TYPE_OPTION_NAME - Static variable in class alluxio.stress.common.FileSystemParameters
 
A B C D E F G H I J L M N O P R S T U V W 
All Classes All Packages