Package | Description |
---|---|
org.apache.lens.server.api.scheduler | |
org.apache.lens.server.scheduler |
Modifier and Type | Method and Description |
---|---|
SchedulerJobInfo |
SchedulerService.getJobDetails(SchedulerJobHandle jobHandle)
Returns the details of a job.
|
Modifier and Type | Method and Description |
---|---|
SchedulerJobInfo |
ScheduleResource.getJobDetails(LensSessionHandle sessionId,
SchedulerJobHandle jobHandle) |
SchedulerJobInfo |
SchedulerServiceImpl.getJobDetails(SchedulerJobHandle jobHandle)
Returns the details of a job.
|
SchedulerJobInfo |
SchedulerDAO.getSchedulerJobInfo(SchedulerJobHandle id)
Fetches the SchedulerJobInfo object corresponding to handle id.
|
SchedulerJobInfo |
SchedulerDAO.SchedulerDBStore.getSchedulerJobInfo(String idStr)
Gets the Job info object
|
Modifier and Type | Method and Description |
---|---|
int |
SchedulerDAO.SchedulerDBStore.insertIntoJobTable(SchedulerJobInfo jobInfo)
Inserts the Job info object into job table
|
int |
SchedulerDAO.storeJob(SchedulerJobInfo jobInfo)
Saves the SchedulerJobInfo object into the store.
|
int |
SchedulerDAO.updateJob(SchedulerJobInfo info)
Updates the job definition from the new SchedulerJobInfo
|
int |
SchedulerDAO.updateJobStatus(SchedulerJobInfo info)
Updates the job status form the new SchedulerJobInfo
|
Copyright © 2014–2016 Apache Software Foundation. All rights reserved.