Uses of Enum Class
org.apache.nifi.api.toolkit.model.SchedulingDefaults.DefaultSchedulingStrategyEnum
Packages that use SchedulingDefaults.DefaultSchedulingStrategyEnum
-
Uses of SchedulingDefaults.DefaultSchedulingStrategyEnum in org.apache.nifi.api.toolkit.model
Fields in org.apache.nifi.api.toolkit.model declared as SchedulingDefaults.DefaultSchedulingStrategyEnumMethods in org.apache.nifi.api.toolkit.model that return SchedulingDefaults.DefaultSchedulingStrategyEnumModifier and TypeMethodDescriptionSchedulingDefaults.getDefaultSchedulingStrategy()
The name of the default scheduling strategyReturns the enum constant of this class with the specified name.SchedulingDefaults.DefaultSchedulingStrategyEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.nifi.api.toolkit.model with parameters of type SchedulingDefaults.DefaultSchedulingStrategyEnumModifier and TypeMethodDescriptionSchedulingDefaults.defaultSchedulingStrategy
(SchedulingDefaults.DefaultSchedulingStrategyEnum defaultSchedulingStrategy) void
SchedulingDefaults.setDefaultSchedulingStrategy
(SchedulingDefaults.DefaultSchedulingStrategyEnum defaultSchedulingStrategy)