Package | Description |
---|---|
alluxio.stress.cli | |
alluxio.stress.master |
Modifier and Type | Method and Description |
---|---|
protected void |
StressMasterBenchBase.applyNativeOperation(FileSystem fs,
Operation operation,
long counter,
org.apache.hadoop.fs.Path basePath,
org.apache.hadoop.fs.Path fixedBasePath,
int fixedCount) |
Constructor and Description |
---|
BenchContext(com.google.common.util.concurrent.RateLimiter rateLimiter,
Operation operation,
String duration) |
Modifier and Type | Field and Description |
---|---|
Operation |
MasterBenchParameters.mOperation |
Operation |
MasterBenchTaskResultStatistics.mOperation |
Operation[] |
MultiOperationMasterBenchParameters.mOperations |
Modifier and Type | Method and Description |
---|---|
Operation |
MasterBenchParameters.OperationConverter.convert(String value) |
Operation[] |
MultiOperationMasterBenchParameters.OperationsConverter.convert(String s) |
static Operation |
Operation.fromString(String text)
Creates an instance type from the string.
|
static Operation |
Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Operation[] |
Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<Pair<Operation,Float>> |
MultiOperationMasterBenchSummary.getOperationThroughputs() |
Modifier and Type | Method and Description |
---|---|
void |
MultiOperationMasterBenchSummary.setOperationThroughputs(List<Pair<Operation,Float>> operationThroughputs) |
Constructor and Description |
---|
MasterBenchTaskResultStatistics(Operation operation)
Creates an instance.
|
MultiOperationMasterBenchTaskResult(Operation[] operations)
Creates an instance.
|
Copyright © 2023. All Rights Reserved.