Uses of Class
com.github.kagkarlsson.scheduler.PollingStrategyConfig.Type
-
Packages that use PollingStrategyConfig.Type Package Description com.github.kagkarlsson.scheduler -
-
Uses of PollingStrategyConfig.Type in com.github.kagkarlsson.scheduler
Fields in com.github.kagkarlsson.scheduler declared as PollingStrategyConfig.Type Modifier and Type Field Description PollingStrategyConfig.TypePollingStrategyConfig. typeMethods in com.github.kagkarlsson.scheduler that return PollingStrategyConfig.Type Modifier and Type Method Description static PollingStrategyConfig.TypePollingStrategyConfig.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static PollingStrategyConfig.Type[]PollingStrategyConfig.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.github.kagkarlsson.scheduler with parameters of type PollingStrategyConfig.Type Constructor Description PollingStrategyConfig(PollingStrategyConfig.Type type, double lowerLimitFractionOfThreads, double upperLimitFractionOfThreads)
-