Enum Class的使用
com.xxl.job.admin.core.trigger.TriggerTypeEnum
使用TriggerTypeEnum的程序包
-
com.xxl.job.admin.core.thread中TriggerTypeEnum的使用
修饰符和类型方法说明voidJobTriggerPoolHelper.addTrigger(int jobId, TriggerTypeEnum triggerType, int failRetryCount, String executorShardingParam, String executorParam, String addressList) add triggerstatic voidJobTriggerPoolHelper.trigger(int jobId, TriggerTypeEnum triggerType, int failRetryCount, String executorShardingParam, String executorParam, String addressList) -
com.xxl.job.admin.core.trigger中TriggerTypeEnum的使用
修饰符和类型方法说明static TriggerTypeEnumReturns the enum constant of this class with the specified name.static TriggerTypeEnum[]TriggerTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.修饰符和类型方法说明static voidXxlJobTrigger.trigger(int jobId, TriggerTypeEnum triggerType, int failRetryCount, String executorShardingParam, String executorParam, String addressList) trigger job