Skip navigation links
A B C D E F G H I J L M O P R S T U V W 

A

addData(Object) - Method in class alluxio.stress.graph.BarGraph.Data
 
addData(Object, Object) - Method in class alluxio.stress.graph.LineGraph.Data
 
addDataPoint(WorkerBenchDataPoint) - Method in class alluxio.stress.worker.WorkerBenchCoarseDataPoint
 
addDataPoint(WorkerBenchCoarseDataPoint) - Method in class alluxio.stress.worker.WorkerBenchTaskResult
 
addDataPoints(Collection<WorkerBenchCoarseDataPoint>) - Method in class alluxio.stress.worker.WorkerBenchTaskResult
 
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.worker.IOTaskResult
 
addErrorMessage(String) - Method in class alluxio.stress.client.ClientIOTaskResult.ThreadCountResult
 
addErrorMessage(String) - Method in class alluxio.stress.worker.WorkerBenchTaskResult
 
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<T>) - Method in interface alluxio.stress.TaskResult.Aggregator
Aggregates multiple instances of a TaskResult to a summary.
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 interface alluxio.stress.TaskResult
 
aggregator() - Method in class alluxio.stress.worker.IOTaskResult
 
aggregator() - Method in class alluxio.stress.worker.WorkerBenchTaskResult
 
alluxio.stress - package alluxio.stress
 
alluxio.stress.client - package alluxio.stress.client
 
alluxio.stress.common - package alluxio.stress.common
 
alluxio.stress.graph - package alluxio.stress.graph
 
alluxio.stress.job - package alluxio.stress.job
 
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
 

C

calculatePercentiles() - Method in class alluxio.stress.worker.WorkerBenchTaskResult
From the collected operation data, calculates 100 percentiles.
clearAllThroughput() - Method in class alluxio.stress.worker.WorkerBenchTaskResult
Clears all data points from the result.
clearThroughput() - Method in class alluxio.stress.worker.WorkerBenchCoarseDataPoint
removes the list of all throughput after worker aggregation.
CLIENT_TYPE_OPTION_NAME - Static variable in class alluxio.stress.common.FileSystemParameters
 
ClientIOOperation - Enum in alluxio.stress.client
The operations for the client io stress tests.
ClientIOOperationConverter() - Constructor for class alluxio.stress.client.ClientIOParameters.ClientIOOperationConverter
 
ClientIOParameters - Class in alluxio.stress.client
This holds all the parameters.
ClientIOParameters() - Constructor for class alluxio.stress.client.ClientIOParameters
 
ClientIOParameters.ClientIOOperationConverter - Class in alluxio.stress.client
Converts from String to ClientIOOperation instance.
ClientIOSummary - Class in alluxio.stress.client
The summary for Fuse IO stress bench.
ClientIOSummary() - Constructor for class alluxio.stress.client.ClientIOSummary
Default constructor required for json deserialization.
ClientIOSummary(ClientIOParameters, BaseParameters, Map<String, ClientIOTaskResult>, Map<Integer, Float>) - Constructor for class alluxio.stress.client.ClientIOSummary
Creates an instance.
ClientIOSummary.GraphGenerator - Class in alluxio.stress.client
The graph generator for this summary.
ClientIOTaskResult - Class in alluxio.stress.client
The task result for the master stress tests.
ClientIOTaskResult() - Constructor for class alluxio.stress.client.ClientIOTaskResult
Creates an instance.
ClientIOTaskResult.GraphGenerator - Class in alluxio.stress.client
The graph generator for this summary.
ClientIOTaskResult.ThreadCountResult - Class in alluxio.stress.client
A result for a single thread count test.
CLUSTER_FLAG - Static variable in class alluxio.stress.BaseParameters
 
CLUSTER_LIMIT_FLAG - Static variable in class alluxio.stress.BaseParameters
 
CLUSTER_START_DELAY_FLAG - Static variable in class alluxio.stress.BaseParameters
 
collectErrorsFromAllNodes() - Method in class alluxio.stress.common.GeneralBenchSummary
 
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.common.FileSystemParameters.FileSystemParametersWriteTypeConverter
 

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
 
deserialize(JsonParser, DeserializationContext) - Method in class alluxio.stress.worker.WorkerBenchCoarseDataPointDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class alluxio.stress.worker.WorkerBenchDataPointDeserializer
 
DISTRIBUTED_FLAG - Static variable in class alluxio.stress.BaseParameters
 

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

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
 
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.

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.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
 
getAllThroughput() - Method in class alluxio.stress.worker.WorkerBenchTaskResult
 
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 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
 
getData() - Method in class alluxio.stress.worker.WorkerBenchCoarseDataPoint
 
getDataPoints() - Method in class alluxio.stress.worker.WorkerBenchTaskResult
 
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.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.worker.WorkerBenchTaskResult
 
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.graph.Graph
 
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
 
getIOBytes() - Method in class alluxio.stress.client.ClientIOTaskResult.ThreadCountResult
 
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.worker.WorkerBenchSummary
 
getName() - Method in class alluxio.stress.job.StressBenchConfig
 
getNodeResults() - Method in class alluxio.stress.common.GeneralBenchSummary
 
getParameters() - Method in class alluxio.stress.client.ClientIOSummary
 
getParameters() - Method in class alluxio.stress.client.ClientIOTaskResult
 
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
 
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.worker.WorkerBenchTaskResult
 
getStartDelayMs() - Method in class alluxio.stress.job.StressBenchConfig
 
getThreadCountIoMbps() - Method in class alluxio.stress.client.ClientIOSummary
 
getThreadCountResults() - Method in class alluxio.stress.client.ClientIOTaskResult
 
getThroughput() - Method in class alluxio.stress.common.GeneralBenchSummary
 
getThroughput() - Method in class alluxio.stress.worker.WorkerBenchCoarseDataPoint
 
getThroughputPercentiles() - Method in class alluxio.stress.worker.WorkerBenchSummary
 
getThroughputPercentiles() - Method in class alluxio.stress.worker.WorkerBenchTaskResult
 
getTid() - Method in class alluxio.stress.worker.WorkerBenchCoarseDataPoint
 
getTimeToFirstBytePerThread() - Method in class alluxio.stress.client.ClientIOTaskResult
 
getTitle() - Method in class alluxio.stress.graph.Graph
 
getWid() - Method in class alluxio.stress.worker.WorkerBenchCoarseDataPoint
 
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() - Constructor for class alluxio.stress.client.ClientIOSummary.GraphGenerator
 
graphGenerator() - Method in class alluxio.stress.client.ClientIOTaskResult
 
GraphGenerator() - Constructor for class alluxio.stress.client.ClientIOTaskResult.GraphGenerator
 
GraphGenerator - Class in alluxio.stress
This generates graphs from a list of summaries.
GraphGenerator() - Constructor for class alluxio.stress.GraphGenerator
 
graphGenerator() - Method in interface alluxio.stress.Summary
 
graphGenerator() - Method in class alluxio.stress.worker.IOTaskSummary
 
GraphGenerator() - Constructor for class alluxio.stress.worker.IOTaskSummary.GraphGenerator
 
graphGenerator() - Method in class alluxio.stress.worker.WorkerBenchSummary
 
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
 
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
 
incrementIOBytes(long) - Method in class alluxio.stress.client.ClientIOTaskResult.ThreadCountResult
Increments the bytes of IO an amount.
incrementIOBytes(long) - Method in class alluxio.stress.worker.WorkerBenchTaskResult
Increments the bytes of IO an amount.
INDEX_FLAG - Static variable in class alluxio.stress.BaseParameters
 
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
 

J

JAVA_OPT_FLAG - Static variable in class alluxio.stress.BaseParameters
 
JOB_SERVICE_MAX_RESPONSE_TIME_COUNT - Static variable in class alluxio.stress.StressConstants
 

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.

M

mAvgSpeedMbps - Variable in class alluxio.stress.worker.IOTaskSummary.SpeedStat
 
MAX_TIME_COUNT - Static variable in class alluxio.stress.StressConstants
 
mBaseAlias - Variable in class alluxio.stress.client.ClientIOParameters
 
mBaseAlias - Variable in class alluxio.stress.worker.WorkerBenchParameters
 
mBasePath - Variable in class alluxio.stress.client.ClientIOParameters
 
mBasePath - Variable in class alluxio.stress.worker.WorkerBenchParameters
 
mBenchTimeout - Variable in class alluxio.stress.BaseParameters
 
mBlockSize - Variable in class alluxio.stress.client.ClientIOParameters
 
mBufferSize - Variable in class alluxio.stress.client.ClientIOParameters
 
mBufferSize - Variable in class alluxio.stress.worker.WorkerBenchParameters
 
mClients - Variable in class alluxio.stress.client.ClientIOParameters
 
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
 
mConf - Variable in class alluxio.stress.client.ClientIOParameters
 
mConf - Variable in class alluxio.stress.worker.UfsIOParameters
 
mConf - Variable in class alluxio.stress.worker.WorkerBenchParameters
 
mCount - Variable in class alluxio.stress.worker.WorkerBenchDataPoint
 
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.worker.WorkerBenchParameters
 
mDurationSeconds - Variable in class alluxio.stress.worker.IOTaskResult.Point
 
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(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
 
mFileSize - Variable in class alluxio.stress.client.ClientIOParameters
 
mFileSize - Variable in class alluxio.stress.worker.WorkerBenchParameters
 
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
 
mIndex - Variable in class alluxio.stress.BaseParameters
 
mInProcess - Variable in class alluxio.stress.BaseParameters
 
mIOBytes - Variable in class alluxio.stress.worker.WorkerBenchDataPoint
 
mIsRandom - Variable in class alluxio.stress.worker.WorkerBenchParameters
 
mJavaOpts - Variable in class alluxio.stress.BaseParameters
 
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.
mMinSpeedMbps - Variable in class alluxio.stress.worker.IOTaskSummary.SpeedStat
 
mMode - Variable in class alluxio.stress.worker.IOTaskResult.Point
 
mMode - Variable in class alluxio.stress.worker.WorkerBenchParameters
 
mNodeResults - Variable in class alluxio.stress.common.GeneralBenchSummary
 
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
 
mPath - Variable in class alluxio.stress.worker.UfsIOParameters
 
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
 
mResponseTimeNsRaw - Variable in class alluxio.stress.common.TaskResultStatistics
 
mSkipCreation - Variable in class alluxio.stress.worker.WorkerBenchParameters
 
mSliceSize - Variable in class alluxio.stress.worker.WorkerBenchParameters
 
mStartMs - Variable in class alluxio.stress.BaseParameters
 
mStdDev - Variable in class alluxio.stress.worker.IOTaskSummary.SpeedStat
 
mSubTitle - Variable in class alluxio.stress.graph.Graph
 
mTag - Variable in class alluxio.stress.client.ClientIOParameters
 
mTag - Variable in class alluxio.stress.worker.WorkerBenchParameters
 
mThreads - Variable in class alluxio.stress.client.ClientIOParameters
 
mThreads - Variable in class alluxio.stress.worker.UfsIOParameters
 
mThreads - Variable in class alluxio.stress.worker.WorkerBenchParameters
 
mThroughput - Variable in class alluxio.stress.common.GeneralBenchSummary
 
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
 
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.worker.WorkerBenchParameters
 
mWriteNumWorkers - Variable in class alluxio.stress.client.ClientIOParameters
 
mWriteType - Variable in class alluxio.stress.common.FileSystemParameters
 

O

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.

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(IOTaskResult.IOMode, double, long) - Constructor for class alluxio.stress.worker.IOTaskResult.Point
 
PROFILE_AGENT - Static variable in class alluxio.stress.BaseParameters
 
putTimeToFirstBytePerThread(Integer, Map<String, SummaryStatistics>) - Method in class alluxio.stress.client.ClientIOTaskResult
 

R

READ_TYPE_FLAG_OPTION_NAME - Static variable in class alluxio.stress.common.FileSystemParameters
 
reduceList(Iterable<IOTaskResult>) - Static method in class alluxio.stress.worker.IOTaskResult
Reduce a list of IOTaskResult into one.

S

setAllThroughput(List<Long>) - Method in class alluxio.stress.worker.WorkerBenchTaskResult
 
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.worker.IOTaskResult
 
setBaseParameters(BaseParameters) - Method in class alluxio.stress.worker.IOTaskSummary
 
setBaseParameters(BaseParameters) - Method in class alluxio.stress.worker.WorkerBenchTaskResult
 
setData(List<WorkerBenchDataPoint>) - Method in class alluxio.stress.worker.WorkerBenchCoarseDataPoint
 
setDurationMs(long) - Method in class alluxio.stress.client.ClientIOTaskResult.ThreadCountResult
 
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.worker.WorkerBenchTaskResult
 
setEndTimeMs(long) - Method in class alluxio.stress.worker.WorkerBenchSummary
 
setErrors(List<String>) - Method in class alluxio.stress.client.ClientIOTaskResult.ThreadCountResult
 
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.worker.IOTaskResult
 
setErrors(List<String>) - Method in class alluxio.stress.worker.IOTaskSummary
 
setErrors(List<String>) - Method in class alluxio.stress.worker.WorkerBenchTaskResult
 
setIOBytes(long) - Method in class alluxio.stress.client.ClientIOTaskResult.ThreadCountResult
 
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.worker.WorkerBenchSummary
 
setNodeResults(Map<String, T>) - Method in class alluxio.stress.common.GeneralBenchSummary
 
setParameters(ClientIOParameters) - Method in class alluxio.stress.client.ClientIOSummary
 
setParameters(ClientIOParameters) - Method in class alluxio.stress.client.ClientIOTaskResult
 
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
 
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.worker.WorkerBenchTaskResult
 
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
 
setThroughput(List<Long>) - Method in class alluxio.stress.worker.WorkerBenchCoarseDataPoint
 
setThroughputPercentiles(List<Long>) - Method in class alluxio.stress.worker.WorkerBenchSummary
 
setThroughputPercentiles(List<Long>) - Method in class alluxio.stress.worker.WorkerBenchTaskResult
 
setTid(Long) - Method in class alluxio.stress.worker.WorkerBenchCoarseDataPoint
 
setTimeToFirstBytePerThread(Map<Integer, Map<String, SummaryStatistics>>) - Method in class alluxio.stress.client.ClientIOTaskResult
 
setTitle(List<String>) - Method in class alluxio.stress.graph.Graph
 
setWid(Long) - Method in class alluxio.stress.worker.WorkerBenchCoarseDataPoint
 
setWriteSpeedStat(IOTaskSummary.SpeedStat) - Method in class alluxio.stress.worker.IOTaskSummary
 
SpeedStat() - Constructor for class alluxio.stress.worker.IOTaskSummary.SpeedStat
An empty constructor.
START_MS_FLAG - Static variable in class alluxio.stress.BaseParameters
 
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.
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 forTaskResult.
TaskResultStatistics() - Constructor for class alluxio.stress.common.TaskResultStatistics
 
ThreadCountResult() - Constructor for class alluxio.stress.client.ClientIOTaskResult.ThreadCountResult
Creates an instance.
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 class alluxio.stress.job.StressBenchConfig
 
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
 
toString() - Method in enum alluxio.stress.worker.WorkerBenchMode
 

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.worker.IOTaskResult.IOMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum alluxio.stress.worker.WorkerBenchMode
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.worker.IOTaskResult.IOMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum alluxio.stress.worker.WorkerBenchMode
Returns an array containing the constants of this enum type, in the order they are declared.

W

WorkerBenchCoarseDataPoint - Class in alluxio.stress.worker
One coarseDataPoint captures and merges the performance of I/O operations in a specified window.
WorkerBenchCoarseDataPoint(Long, Long) - Constructor for class alluxio.stress.worker.WorkerBenchCoarseDataPoint
Creates a coarse data point without data and throughput arrays.
WorkerBenchCoarseDataPoint(Long, Long, List<WorkerBenchDataPoint>, List<Long>) - Constructor for class alluxio.stress.worker.WorkerBenchCoarseDataPoint
Creates a coarse data point with data and throughput arrays.
WorkerBenchCoarseDataPointDeserializer - Class in alluxio.stress.worker
A deserializer converting WorkerBenchCoarseDataPoint from JSON.
WorkerBenchCoarseDataPointDeserializer() - Constructor for class alluxio.stress.worker.WorkerBenchCoarseDataPointDeserializer
 
WorkerBenchDataPoint - Class in alluxio.stress.worker
One data point captures the information we collect from one I/O operation to a worker.
WorkerBenchDataPoint(long, long) - Constructor for class alluxio.stress.worker.WorkerBenchDataPoint
 
WorkerBenchDataPoint() - Constructor for class alluxio.stress.worker.WorkerBenchDataPoint
A constructor without parameters.
WorkerBenchDataPointDeserializer - Class in alluxio.stress.worker
A deserializer converting WorkerBenchDataPoint from JSON.
WorkerBenchDataPointDeserializer() - Constructor for class alluxio.stress.worker.WorkerBenchDataPointDeserializer
 
WorkerBenchMode - Enum in alluxio.stress.worker
WorkerBenchMode, HASH or LOCAL_ONLY.
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_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 O P R S T U V W 
Skip navigation links

Copyright © 2023. All Rights Reserved.