Uses of Class
org.adoptopenjdk.jitwatch.core.JITWatchConfig.BackgroundCompilation
-
Packages that use JITWatchConfig.BackgroundCompilation Package Description org.adoptopenjdk.jitwatch.core -
-
Uses of JITWatchConfig.BackgroundCompilation in org.adoptopenjdk.jitwatch.core
Fields in org.adoptopenjdk.jitwatch.core declared as JITWatchConfig.BackgroundCompilation Modifier and Type Field Description private JITWatchConfig.BackgroundCompilationJITWatchConfig. backgroundCompilationModeMethods in org.adoptopenjdk.jitwatch.core that return JITWatchConfig.BackgroundCompilation Modifier and Type Method Description JITWatchConfig.BackgroundCompilationJITWatchConfig. getBackgroundCompilationMode()static JITWatchConfig.BackgroundCompilationJITWatchConfig.BackgroundCompilation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static JITWatchConfig.BackgroundCompilation[]JITWatchConfig.BackgroundCompilation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.adoptopenjdk.jitwatch.core with parameters of type JITWatchConfig.BackgroundCompilation Modifier and Type Method Description voidJITWatchConfig. setBackgroundCompilationMode(JITWatchConfig.BackgroundCompilation backgroundCompilationMode)
-