Uses of Class
alluxio.stress.jobservice.JobServiceBenchOperation
-
Packages that use JobServiceBenchOperation Package Description alluxio.stress.jobservice -
-
Uses of JobServiceBenchOperation in alluxio.stress.jobservice
Fields in alluxio.stress.jobservice declared as JobServiceBenchOperation Modifier and Type Field Description JobServiceBenchOperationJobServiceBenchParameters. mOperationMethods in alluxio.stress.jobservice that return JobServiceBenchOperation Modifier and Type Method Description JobServiceBenchOperationJobServiceBenchParameters.OperationConverter. convert(java.lang.String value)static JobServiceBenchOperationJobServiceBenchOperation. fromString(java.lang.String text)Creates an instance type from the string.static JobServiceBenchOperationJobServiceBenchOperation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static JobServiceBenchOperation[]JobServiceBenchOperation. values()Returns an array containing the constants of this enum type, in the order they are declared.
-