Uses of Class
org.openjdk.jmh.runner.BenchmarkHandler.ExecutorType
-
Packages that use BenchmarkHandler.ExecutorType Package Description org.openjdk.jmh.runner -
-
Uses of BenchmarkHandler.ExecutorType in org.openjdk.jmh.runner
Fields in org.openjdk.jmh.runner declared as BenchmarkHandler.ExecutorType Modifier and Type Field Description private static BenchmarkHandler.ExecutorTypeBenchmarkHandler. EXECUTOR_TYPEMethods in org.openjdk.jmh.runner that return BenchmarkHandler.ExecutorType Modifier and Type Method Description static BenchmarkHandler.ExecutorTypeBenchmarkHandler.ExecutorType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BenchmarkHandler.ExecutorType[]BenchmarkHandler.ExecutorType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-