public static class SchedulerDAO.SchedulerMySQLDBStore extends SchedulerDAO.SchedulerDBStore
Constructor and Description |
---|
SchedulerMySQLDBStore() |
Modifier and Type | Method and Description |
---|---|
void |
createJobInstanceRunTable()
Creates the job instance run table
|
void |
createJobInstanceTable()
Creates the job instance table
|
void |
createJobTable()
Creates the job table
|
getAllJobInstances, getInstanceRuns, getJob, getJobInstanceInfo, getJobs, getJobsByName, getJobState, getSchedulerJobInfo, getUser, init, insertIntoJobInstanceRunTable, insertIntoJobInstanceTable, insertIntoJobTable, updateJob, updateJobInstanceRun, updateJobStatus
public void createJobTable() throws SQLException
createJobTable
in class SchedulerDAO.SchedulerDBStore
SQLException
public void createJobInstanceTable() throws SQLException
createJobInstanceTable
in class SchedulerDAO.SchedulerDBStore
SQLException
public void createJobInstanceRunTable() throws SQLException
createJobInstanceRunTable
in class SchedulerDAO.SchedulerDBStore
SQLException
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.