Uses of Enum Class
com.github.kagkarlsson.scheduler.PollingStrategyConfig.Type
Packages that use PollingStrategyConfig.Type
-
Uses of PollingStrategyConfig.Type in com.github.kagkarlsson.scheduler
Fields in com.github.kagkarlsson.scheduler declared as PollingStrategyConfig.TypeMethods in com.github.kagkarlsson.scheduler that return PollingStrategyConfig.TypeModifier and TypeMethodDescriptionstatic PollingStrategyConfig.TypeReturns the enum constant of this class with the specified name.static PollingStrategyConfig.Type[]PollingStrategyConfig.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.kagkarlsson.scheduler with parameters of type PollingStrategyConfig.TypeModifierConstructorDescriptionPollingStrategyConfig(PollingStrategyConfig.Type type, double lowerLimitFractionOfThreads, double upperLimitFractionOfThreads)