Uses of Enum Class
cool.scx.scheduling.ConcurrencyPolicy
Packages that use ConcurrencyPolicy
Package
Description
-
Uses of ConcurrencyPolicy in cool.scx.scheduling
Subclasses with type arguments of type ConcurrencyPolicy in cool.scx.schedulingMethods in cool.scx.scheduling that return ConcurrencyPolicyModifier and TypeMethodDescriptionstatic ConcurrencyPolicyReturns the enum constant of this class with the specified name.static ConcurrencyPolicy[]ConcurrencyPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cool.scx.scheduling with parameters of type ConcurrencyPolicyModifier and TypeMethodDescriptionScheduleTask.concurrencyPolicy(ConcurrencyPolicy concurrencyPolicy) 并发策略 -
Uses of ConcurrencyPolicy in cool.scx.scheduling.cron
Methods in cool.scx.scheduling.cron with parameters of type ConcurrencyPolicyModifier and TypeMethodDescriptionCronTaskImpl.concurrencyPolicy(ConcurrencyPolicy concurrencyPolicy) -
Uses of ConcurrencyPolicy in cool.scx.scheduling.multi_time
Methods in cool.scx.scheduling.multi_time with parameters of type ConcurrencyPolicyModifier and TypeMethodDescriptionMultiTimeTaskImpl.concurrencyPolicy(ConcurrencyPolicy concurrencyPolicy) -
Uses of ConcurrencyPolicy in cool.scx.scheduling.single_time
Methods in cool.scx.scheduling.single_time with parameters of type ConcurrencyPolicyModifier and TypeMethodDescriptiondefault SingleTimeTaskSingleTimeTask.concurrencyPolicy(ConcurrencyPolicy concurrencyPolicy)