Uses of Class
alluxio.stress.master.Operation
-
Packages that use Operation Package Description alluxio.stress.master -
-
Uses of Operation in alluxio.stress.master
Fields in alluxio.stress.master declared as Operation Modifier and Type Field Description OperationMasterBenchParameters. mOperationOperationMasterBenchTaskResultStatistics. mOperationOperation[]MultiOperationMasterBenchParameters. mOperationsMethods in alluxio.stress.master that return Operation Modifier and Type Method Description OperationMasterBenchParameters.OperationConverter. convert(java.lang.String value)Operation[]MultiOperationMasterBenchParameters.OperationsConverter. convert(java.lang.String s)static OperationOperation. fromString(java.lang.String text)Creates an instance type from the string.static OperationOperation. valueOf(java.lang.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.Methods in alluxio.stress.master that return types with arguments of type Operation Modifier and Type Method Description java.util.List<alluxio.collections.Pair<Operation,java.lang.Float>>MultiOperationMasterBenchSummary. getOperationThroughputs()Method parameters in alluxio.stress.master with type arguments of type Operation Modifier and Type Method Description voidMultiOperationMasterBenchSummary. setOperationThroughputs(java.util.List<alluxio.collections.Pair<Operation,java.lang.Float>> operationThroughputs)Constructors in alluxio.stress.master with parameters of type Operation Constructor Description MasterBenchTaskResultStatistics(Operation operation)Creates an instance.MultiOperationMasterBenchTaskResult(Operation[] operations)Creates an instance.
-