Uses of Enum
org.openjdk.jmh.runner.BenchmarkHandler.ExecutorType
Packages that use BenchmarkHandler.ExecutorType
-
Uses of BenchmarkHandler.ExecutorType in org.openjdk.jmh.runner
Fields in org.openjdk.jmh.runner declared as BenchmarkHandler.ExecutorTypeModifier and TypeFieldDescriptionprivate static final BenchmarkHandler.ExecutorType
BenchmarkHandler.EXECUTOR_TYPE
Methods 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.