Uses of Enum
org.openjdk.jmh.runner.BenchmarkHandler.ExecutorType
Packages that use BenchmarkHandler.ExecutorType
-
Uses of BenchmarkHandler.ExecutorType in org.openjdk.jmh.runner
Subclasses with type arguments of type BenchmarkHandler.ExecutorType in org.openjdk.jmh.runnerFields in org.openjdk.jmh.runner declared as BenchmarkHandler.ExecutorTypeModifier and TypeFieldDescriptionprivate static final BenchmarkHandler.ExecutorTypeBenchmarkHandler.EXECUTOR_TYPEMethods in org.openjdk.jmh.runner that return BenchmarkHandler.ExecutorTypeModifier and TypeMethodDescriptionReturns 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.