protected static class JobStoreSupport.RecoverMisfiredJobsResult extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static JobStoreSupport.RecoverMisfiredJobsResult | NO_OP | 
| Constructor and Description | 
|---|
| RecoverMisfiredJobsResult(boolean hasMoreMisfiredTriggers,
                         int processedMisfiredTriggerCount,
                         long earliestNewTime) | 
| Modifier and Type | Method and Description | 
|---|---|
| long | getEarliestNewTime() | 
| int | getProcessedMisfiredTriggerCount() | 
| boolean | hasMoreMisfiredTriggers() | 
public static final JobStoreSupport.RecoverMisfiredJobsResult NO_OP
Copyright 2001-2019, Terracotta, Inc.