Uses of Enum Class
com.xxl.job.core.enums.ExecutorBlockStrategyEnum
Packages that use ExecutorBlockStrategyEnum
-
Uses of ExecutorBlockStrategyEnum in com.xxl.job.core.enums
Methods in com.xxl.job.core.enums that return ExecutorBlockStrategyEnumModifier and TypeMethodDescriptionstatic ExecutorBlockStrategyEnumExecutorBlockStrategyEnum.match(String name, ExecutorBlockStrategyEnum defaultItem) static ExecutorBlockStrategyEnumReturns the enum constant of this class with the specified name.static ExecutorBlockStrategyEnum[]ExecutorBlockStrategyEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.xxl.job.core.enums with parameters of type ExecutorBlockStrategyEnumModifier and TypeMethodDescriptionstatic ExecutorBlockStrategyEnumExecutorBlockStrategyEnum.match(String name, ExecutorBlockStrategyEnum defaultItem)