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.
|