Package | Description |
---|---|
alluxio.stress.cli.client | |
alluxio.stress.cli.fuse | |
alluxio.stress.client | |
alluxio.stress.common | |
alluxio.stress.jobservice | |
alluxio.stress.master |
Modifier and Type | Method and Description |
---|---|
Map<String,SummaryStatistics> |
StressClientIOBench.addAdditionalResult(long startMs,
long endMs)
Read the log file from java agent log file.
|
Modifier and Type | Method and Description |
---|---|
Map<String,SummaryStatistics> |
FuseIOBench.addAdditionalResult(long startMs,
long endMs)
Reads the log file from java agent log file.
|
Modifier and Type | Method and Description |
---|---|
Map<Integer,Map<String,SummaryStatistics>> |
ClientIOTaskResult.getTimeToFirstBytePerThread() |
Modifier and Type | Method and Description |
---|---|
void |
ClientIOTaskResult.putTimeToFirstBytePerThread(Integer numThreads,
Map<String,SummaryStatistics> statistics) |
void |
ClientIOTaskResult.setTimeToFirstBytePerThread(Map<Integer,Map<String,SummaryStatistics>> timeToFirstByte) |
Modifier and Type | Method and Description |
---|---|
SummaryStatistics |
TaskResultStatistics.toBenchSummaryStatistics()
Converts this class to
SummaryStatistics . |
Modifier and Type | Method and Description |
---|---|
SummaryStatistics |
JobServiceBenchSummary.getStatistics() |
Modifier and Type | Method and Description |
---|---|
Map<String,SummaryStatistics> |
JobServiceBenchSummary.getStatisticsPerMethod() |
Modifier and Type | Method and Description |
---|---|
void |
JobServiceBenchSummary.setStatistics(SummaryStatistics statistics) |
Modifier and Type | Method and Description |
---|---|
void |
JobServiceBenchSummary.setStatisticsPerMethod(Map<String,SummaryStatistics> statisticsPerMethod) |
Modifier and Type | Method and Description |
---|---|
SummaryStatistics |
MasterBenchSummary.getStatistics() |
Modifier and Type | Method and Description |
---|---|
Map<String,SummaryStatistics> |
MasterBenchSummary.getStatisticsPerMethod() |
Modifier and Type | Method and Description |
---|---|
void |
MasterBenchSummary.setStatistics(SummaryStatistics statistics) |
Modifier and Type | Method and Description |
---|---|
void |
MasterBenchSummary.setStatisticsPerMethod(Map<String,SummaryStatistics> statisticsPerMethod) |
Copyright © 2023. All Rights Reserved.