Methods
Modifier and Type |
Method and Description |
APIResult |
deleteJob(LensSessionHandle sessionId,
SchedulerJobHandle jobHandle) |
Collection<SchedulerJobStats> |
getAllJobStats(LensSessionHandle sessionId,
String status,
String jobName,
String user,
long start,
long end) |
SchedulerJobInstanceInfo |
getInstanceDetails(LensSessionHandle sessionId,
SchedulerJobInstanceHandle instanceHandle) |
JAXBElement<XJob> |
getJobDefinition(LensSessionHandle sessionId,
SchedulerJobHandle jobHandle) |
SchedulerJobInfo |
getJobDetails(LensSessionHandle sessionId,
SchedulerJobHandle jobHandle) |
List<SchedulerJobInstanceInfo> |
getJobInstances(LensSessionHandle sessionId,
SchedulerJobHandle jobHandle,
Long numResults) |
String |
getMessage() |
static SchedulerService |
getSchedulerService() |
SchedulerJobHandle |
submitJob(LensSessionHandle sessionId,
String action,
XJob job) |
APIResult |
updateInstance(LensSessionHandle sessionId,
SchedulerJobInstanceHandle instanceHandle,
ScheduleResource.INSTANCE_ACTIONS action) |
APIResult |
updateJob(LensSessionHandle sessionId,
SchedulerJobHandle jobHandle,
ScheduleResource.JOB_ACTIONS action) |
APIResult |
updateJob(LensSessionHandle sessionId,
SchedulerJobHandle jobHandle,
XJob job) |