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. mOperationMethods in alluxio.stress.master that return Operation Modifier and Type Method Description OperationMasterBenchParameters.OperationConverter. convert(java.lang.String value)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.
-