Package | Description |
---|---|
org.apache.lens.api.query | |
org.apache.lens.api.scheduler | |
org.apache.lens.server.api.scheduler | |
org.apache.lens.server.scheduler |
Modifier and Type | Method and Description |
---|---|
XJob |
SchedulerJobInfo.getJob()
Definition of the job scheduled.
|
Modifier and Type | Method and Description |
---|---|
void |
SchedulerJobInfo.setJob(XJob job)
Definition of the job scheduled.
|
Modifier and Type | Method and Description |
---|---|
XJob |
ObjectFactory.createXJob()
Create an instance of
XJob |
Modifier and Type | Method and Description |
---|---|
JAXBElement<XJob> |
ObjectFactory.createJob(XJob value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<XJob> |
ObjectFactory.createJob(XJob value)
|
Modifier and Type | Method and Description |
---|---|
XJob |
SchedulerService.getJobDefinition(LensSessionHandle sessionHandle,
SchedulerJobHandle jobHandle)
Returns the definition of a job.
|
Modifier and Type | Method and Description |
---|---|
SchedulerJobHandle |
SchedulerService.submitAndScheduleJob(LensSessionHandle sessionHandle,
XJob job)
Submit a job and also schedule it.
|
SchedulerJobHandle |
SchedulerService.submitJob(LensSessionHandle sessionHandle,
XJob job)
Submit a job.
|
boolean |
SchedulerService.updateJob(LensSessionHandle sessionHandle,
SchedulerJobHandle jobHandle,
XJob newJobDefinition)
Update a job with new definition.
|
Modifier and Type | Method and Description |
---|---|
XJob |
SchedulerServiceImpl.getJobDefinition(LensSessionHandle sessionHandle,
SchedulerJobHandle jobHandle)
Returns the definition of a job.
|
Modifier and Type | Method and Description |
---|---|
SchedulerJobHandle |
SchedulerServiceImpl.submitAndScheduleJob(LensSessionHandle sessionHandle,
XJob job) |
SchedulerJobHandle |
SchedulerServiceImpl.submitJob(LensSessionHandle sessionHandle,
XJob job)
Submit a job.
|
boolean |
SchedulerServiceImpl.updateJob(LensSessionHandle sessionHandle,
SchedulerJobHandle jobHandle,
XJob newJobDefinition)
Update a job with new definition.
|
Copyright © 2014–2016 Apache Software Foundation. All rights reserved.