public class SchedJob
extends cn.ponfee.disjob.common.model.BaseEntity
| 构造器和说明 |
|---|
SchedJob() |
| 限定符和类型 | 方法和说明 |
|---|---|
long |
computeRetryTriggerTime(int failCount)
Returns the retry trigger time
|
int |
incrementAndGetScanFailedCount() |
boolean |
isBroadcast() |
boolean |
isDisabled() |
boolean |
isEnabled() |
boolean |
isFixedTriggerType() |
boolean |
isNeedUpdateExecutor() |
boolean |
isNeedUpdateTrigger(Integer curTriggerType,
String curTriggerValue) |
Long |
obtainNextTriggerTime() |
boolean |
retryable(cn.ponfee.disjob.core.enums.RunState runState,
int retriedCount) |
void |
verifyForAdd(int maximumJobRetryCount) |
void |
verifyForUpdate(int maximumJobRetryCount) |
public boolean isEnabled()
public boolean isDisabled()
public boolean isFixedTriggerType()
public boolean isBroadcast()
public Long obtainNextTriggerTime()
public void verifyForAdd(int maximumJobRetryCount)
public void verifyForUpdate(int maximumJobRetryCount)
public boolean isNeedUpdateExecutor()
public boolean isNeedUpdateTrigger(Integer curTriggerType, String curTriggerValue)
public int incrementAndGetScanFailedCount()
public boolean retryable(cn.ponfee.disjob.core.enums.RunState runState,
int retriedCount)
public long computeRetryTriggerTime(int failCount)
failCount - the failure timesCopyright © 2025. All rights reserved.