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
All Classes All Packages
All Classes All Packages
A
- AbstractMaxThroughputSummary<T extends GeneralParameters,S extends Summary> - 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.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.MasterBenchTaskResult
- 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
TaskResultto a summary. - aggregator() - Method in class alluxio.stress.client.ClientIOTaskResult
- 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.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.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.
- BaseParameters - Class in alluxio.stress
-
This holds all the parameters.
- BaseParameters() - Constructor for class alluxio.stress.BaseParameters
- 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.
- 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
- 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
- computeTimeData() - Method in class alluxio.stress.common.SummaryStatistics
- CONF - Static variable in class alluxio.stress.worker.UfsIOParameters
- 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.fuse.FuseIOParameters.FuseIOOperationConverter
- convert(String) - Method in class alluxio.stress.jobservice.JobServiceBenchParameters.OperationConverter
- convert(String) - Method in class alluxio.stress.master.MasterBenchParameters.OperationConverter
- convertBlockListMapToProto(Map<BlockStoreLocation, List<Long>>) - Method in class alluxio.stress.CachingBlockMasterClient
- CREATE_DIR - alluxio.stress.master.Operation
- CREATE_FILE - alluxio.stress.master.Operation
- CREATE_FILES - alluxio.stress.jobservice.JobServiceBenchOperation
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
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
- FileSystemParameters.FileSystemParametersReadTypeConverter - Class in alluxio.stress.common
- FileSystemParametersClientTypeConverter() - Constructor for class alluxio.stress.common.FileSystemParameters.FileSystemParametersClientTypeConverter
- FileSystemParametersReadTypeConverter() - Constructor for class alluxio.stress.common.FileSystemParameters.FileSystemParametersReadTypeConverter
- 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, List<String>, Map<String, List<String>>, long, long, long, float, Map<String, 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 - Class in alluxio.stress.common
-
abstract class for BenchSummary.
- GeneralBenchSummary() - Constructor for class alluxio.stress.common.GeneralBenchSummary
- GeneralParameters - Class in alluxio.stress.common
-
abstract class for general Parameters used in stressBench.
- GeneralParameters() - Constructor for class alluxio.stress.common.GeneralParameters
- 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
- getArgs() - Method in class alluxio.stress.job.StressBenchConfig
- getBaseParameters() - Method in class alluxio.stress.client.ClientIOTaskResult
- 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.MasterBenchTaskResult
- getBaseParameters() - Method in class alluxio.stress.rpc.RpcTaskResult
- getBaseParameters() - Method in class alluxio.stress.rpc.RpcTaskSummary
- 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
- getClientsThroughput() - Method in class alluxio.stress.fuse.FuseIOSummary
- 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.MasterBenchTaskResult
- 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.MasterBenchTaskResult
- 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.worker.WorkerBenchSummary
- getErrors() - Method in class alluxio.stress.client.ClientIOTaskResult.ThreadCountResult
- getErrors() - Method in class alluxio.stress.common.GeneralBenchSummary
- getErrors() - Method in class alluxio.stress.fuse.FuseIOSummary
- 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.MasterBenchSummary
- getErrors() - Method in class alluxio.stress.master.MasterBenchTaskResult
- getErrors() - Method in class alluxio.stress.rpc.RpcTaskResult
- getErrors() - Method in class alluxio.stress.rpc.RpcTaskSummary
- getErrors() - Method in class alluxio.stress.worker.IOTaskResult
- getErrors() - Method in class alluxio.stress.worker.IOTaskSummary
- getErrors() - Method in class alluxio.stress.worker.WorkerBenchSummary
- 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
- getMaxResponseTimeNs() - Method in class alluxio.stress.master.MasterBenchTaskResult
- getMaxThroughput() - Method in class alluxio.stress.common.AbstractMaxThroughputSummary
- getMaxThroughput() - Method in class alluxio.stress.master.MaxThroughputSummary
- getName() - Method in class alluxio.stress.job.StressBenchConfig
- getNodes() - Method in class alluxio.stress.fuse.FuseIOSummary
- getNodes() - Method in class alluxio.stress.jobservice.JobServiceBenchSummary
- getNodes() - Method in class alluxio.stress.master.MasterBenchSummary
- getNodes() - Method in class alluxio.stress.worker.WorkerBenchSummary
- 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.ClientIOTaskResult
- 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.MasterBenchTaskResult
- getParameters() - Method in class alluxio.stress.master.MaxThroughputSummary
- 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.MasterBenchTaskResult
- getRecordStartMs() - Method in class alluxio.stress.worker.WorkerBenchTaskResult
- getStartDelayMs() - Method in class alluxio.stress.job.StressBenchConfig
- 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
- 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
- getThreadCountResults() - Method in class alluxio.stress.client.ClientIOTaskResult
- getThroughput() - Method in class alluxio.stress.common.GeneralBenchSummary
- getThroughput() - Method in class alluxio.stress.master.MasterBenchSummary
- 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.ClientIOTaskResult
- 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.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.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(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.
- 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, List<String>, Map<String, List<String>>) - 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.
- LOCAL_READ - alluxio.stress.fuse.FuseIOOperation
-
Each job worker, or client, will read the files it wrote through local Fuse mount point.
M
- 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, List<String>, Map<String, List<String>>) - 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.
- MasterBenchTaskResultStatistics - Class in alluxio.stress.master
-
Statistics class that is used in
MasterBenchTaskResult. - MasterBenchTaskResultStatistics() - Constructor for class alluxio.stress.master.MasterBenchTaskResultStatistics
-
Creates an instance.
- 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.
- mBaseAlias - Variable in class alluxio.stress.client.ClientIOParameters
- mBaseAlias - Variable in class alluxio.stress.master.MasterBenchParameters
- mBaseAlias - Variable in class alluxio.stress.worker.WorkerBenchParameters
- mBasePath - Variable in class alluxio.stress.client.ClientIOParameters
- mBasePath - Variable in class alluxio.stress.jobservice.JobServiceBenchParameters
- mBasePath - Variable in class alluxio.stress.master.MasterBenchParameters
- mBasePath - Variable in class alluxio.stress.rpc.GetPinnedFileIdsParameters
- mBasePath - Variable in class alluxio.stress.worker.WorkerBenchParameters
- 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
- mClients - Variable in class alluxio.stress.client.ClientIOParameters
- mClients - Variable in class alluxio.stress.master.MasterBenchParameters
- 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
- 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.MasterBenchParameters
- 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
- 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.rpc.RpcBenchParameters
- mDuration - Variable in class alluxio.stress.worker.WorkerBenchParameters
- mDurationMs - Variable in class alluxio.stress.rpc.RpcTaskResult.Point
- mDurationSeconds - Variable in class alluxio.stress.worker.IOTaskResult.Point
- MEM - alluxio.stress.rpc.TierAlias
- merge(ClientIOTaskResult.ThreadCountResult) - Method in class alluxio.stress.client.ClientIOTaskResult.ThreadCountResult
-
Merges (updates) a result with this result.
- 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(MasterBenchTaskResult) - Method in class alluxio.stress.master.MasterBenchTaskResult
-
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.common.GeneralBenchSummary
- mErrors - Variable in class alluxio.stress.graph.Graph
- 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
- 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
- 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
- mNumDirs - Variable in class alluxio.stress.fuse.FuseIOParameters
- mNumFiles - Variable in class alluxio.stress.rpc.GetPinnedFileIdsParameters
- mNumFilesPerDir - Variable in class alluxio.stress.fuse.FuseIOParameters
- mNumFilesPerDir - Variable in class alluxio.stress.jobservice.JobServiceBenchParameters
- 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
- 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
- mProfileAgent - Variable in class alluxio.stress.BaseParameters
- mReadRandom - Variable in class alluxio.stress.client.ClientIOParameters
- mReadSameFile - Variable in class alluxio.stress.client.ClientIOParameters
- mReadType - Variable in class alluxio.stress.common.FileSystemParameters
- mResponseTimeNsRaw - Variable in class alluxio.stress.common.TaskResultStatistics
- mSkipPrepare - Variable in class alluxio.stress.master.MasterBenchParameters
- mStartMs - Variable in class alluxio.stress.BaseParameters
- mStdDev - Variable in class alluxio.stress.worker.IOTaskSummary.SpeedStat
- mStopCount - Variable in class alluxio.stress.master.MasterBenchParameters
- 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
- mThreads - Variable in class alluxio.stress.client.ClientIOParameters
- mThreads - Variable in class alluxio.stress.fuse.FuseIOParameters
- mThreads - Variable in class alluxio.stress.jobservice.JobServiceBenchParameters
- mThreads - Variable in class alluxio.stress.master.MasterBenchParameters
- mThreads - Variable in class alluxio.stress.worker.UfsIOParameters
- mThreads - Variable in class alluxio.stress.worker.WorkerBenchParameters
- 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
- 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.MasterBenchParameters
- mWarmup - Variable in class alluxio.stress.worker.WorkerBenchParameters
- mWriteNumWorkers - Variable in class alluxio.stress.client.ClientIOParameters
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.common.GeneralParameters
-
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() - Method in class alluxio.stress.jobservice.JobServiceBenchParameters
- Operation - Enum in alluxio.stress.master
-
The operations for the master stress tests.
- OperationConverter() - Constructor for class alluxio.stress.jobservice.JobServiceBenchParameters.OperationConverter
- OperationConverter() - Constructor for class alluxio.stress.master.MasterBenchParameters.OperationConverter
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
- putTimeToFirstBytePerThread(Integer, Map<String, SummaryStatistics>) - Method in class alluxio.stress.client.ClientIOTaskResult
R
- 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.
- reduceList(Iterable<RpcTaskResult>) - Static method in class alluxio.stress.rpc.RpcTaskResult.Aggregator
-
Reduce a list of
RpcTaskResultinto one. - reduceList(Iterable<IOTaskResult>) - Static method in class alluxio.stress.worker.IOTaskResult
-
Reduce a list of
IOTaskResultinto 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
- setBaseParameters(BaseParameters) - Method in class alluxio.stress.client.ClientIOTaskResult
- 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.MasterBenchTaskResult
- 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
- setClientsThroughput(Map<String, Float>) - Method in class alluxio.stress.fuse.FuseIOSummary
- 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.MasterBenchTaskResult
- 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.MasterBenchTaskResult
- 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.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.fuse.FuseIOTaskResult
- setErrors(List<String>) - Method in class alluxio.stress.jobservice.JobServiceBenchTaskResult
- setErrors(List<String>) - Method in class alluxio.stress.master.MasterBenchTaskResult
- 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
- setErrors(Map<String, List<String>>) - Method in class alluxio.stress.common.GeneralBenchSummary
- setErrors(Map<String, List<String>>) - Method in class alluxio.stress.fuse.FuseIOSummary
- setErrors(Map<String, List<String>>) - Method in class alluxio.stress.master.MasterBenchSummary
- setErrors(Map<String, List<String>>) - Method in class alluxio.stress.worker.WorkerBenchSummary
- 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
- setMaxResponseTimeNs(long[]) - Method in class alluxio.stress.master.MasterBenchTaskResult
- setMaxThroughput(float) - Method in class alluxio.stress.common.AbstractMaxThroughputSummary
- setMaxThroughput(float) - Method in class alluxio.stress.master.MaxThroughputSummary
- setNodes(List<String>) - Method in class alluxio.stress.fuse.FuseIOSummary
- setNodes(List<String>) - Method in class alluxio.stress.jobservice.JobServiceBenchSummary
- setNodes(List<String>) - Method in class alluxio.stress.master.MasterBenchSummary
- setNodes(List<String>) - Method in class alluxio.stress.worker.WorkerBenchSummary
- setParameters(ClientIOParameters) - Method in class alluxio.stress.client.ClientIOTaskResult
- 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.MasterBenchTaskResult
- setParameters(MasterBenchParameters) - Method in class alluxio.stress.master.MaxThroughputSummary
- 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(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.MasterBenchTaskResult
- setRecordStartMs(long) - Method in class alluxio.stress.worker.WorkerBenchTaskResult
- 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
- 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, JobServiceBenchTaskResultStatistics>) - Method in class alluxio.stress.jobservice.JobServiceBenchTaskResult
- setStatisticsPerMethod(Map<String, MasterBenchTaskResultStatistics>) - Method in class alluxio.stress.master.MasterBenchTaskResult
- setThreadCountResults(Map<Integer, ClientIOTaskResult.ThreadCountResult>) - Method in class alluxio.stress.client.ClientIOTaskResult
- setThroughput(float) - Method in class alluxio.stress.common.GeneralBenchSummary
- setThroughput(float) - Method in class alluxio.stress.master.MasterBenchSummary
- 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
- 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.MasterBenchParameters
-
The stop count value that is invalid.
- 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
- 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
- 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 for
TaskResult. - TaskResultStatistics() - Constructor for class alluxio.stress.common.TaskResultStatistics
- ThreadCountResult() - Constructor for class alluxio.stress.client.ClientIOTaskResult.ThreadCountResult
-
Creates an instance.
- 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
- 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
- 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
- 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
- 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, List<String>, Map<String, List<String>>) - 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
All Classes All Packages