Uses of Enum Class
org.chenile.scheduler.model.SchedulerConcurrencyPolicy
Packages that use SchedulerConcurrencyPolicy
-
Uses of SchedulerConcurrencyPolicy in org.chenile.scheduler.model
Subclasses with type arguments of type SchedulerConcurrencyPolicy in org.chenile.scheduler.modelFields in org.chenile.scheduler.model declared as SchedulerConcurrencyPolicyModifier and TypeFieldDescriptionprivate SchedulerConcurrencyPolicySchedulerInfo.concurrencyPolicyMethods in org.chenile.scheduler.model that return SchedulerConcurrencyPolicyModifier and TypeMethodDescriptionstatic SchedulerConcurrencyPolicySchedulerInfo.getConcurrencyPolicy()static SchedulerConcurrencyPolicyReturns the enum constant of this class with the specified name.static SchedulerConcurrencyPolicy[]SchedulerConcurrencyPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.chenile.scheduler.model with parameters of type SchedulerConcurrencyPolicyModifier and TypeMethodDescriptionvoidSchedulerInfo.setConcurrencyPolicy(SchedulerConcurrencyPolicy concurrencyPolicy)