Package | Description |
---|---|
org.quartz.impl.jdbcjobstore |
Modifier and Type | Method and Description |
---|---|
protected List<SchedulerStateRecord> |
JobStoreSupport.clusterCheckIn(Connection conn) |
protected List<SchedulerStateRecord> |
JobStoreSupport.findFailedInstances(Connection conn)
Get a list of all scheduler instances in the cluster that may have failed.
|
List<SchedulerStateRecord> |
StdJDBCDelegate.selectSchedulerStateRecords(Connection conn,
String theInstanceId) |
List<SchedulerStateRecord> |
DriverDelegate.selectSchedulerStateRecords(Connection conn,
String instanceId)
A List of all current
SchedulerStateRecords . |
Modifier and Type | Method and Description |
---|---|
protected long |
JobStoreSupport.calcFailedIfAfter(SchedulerStateRecord rec) |
Modifier and Type | Method and Description |
---|---|
protected void |
JobStoreSupport.clusterRecover(Connection conn,
List<SchedulerStateRecord> failedInstances) |
Copyright 2001-2019, Terracotta, Inc.