|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CoordinatorJobBean | |
---|---|
org.apache.oozie | |
org.apache.oozie.command | |
org.apache.oozie.command.coord | |
org.apache.oozie.store |
Uses of CoordinatorJobBean in org.apache.oozie |
---|
Methods in org.apache.oozie that return CoordinatorJobBean | |
---|---|
CoordinatorJobBean |
CoordinatorEngine.getCoordJob(String jobId)
|
CoordinatorJobBean |
CoordinatorEngine.getCoordJob(String jobId,
int start,
int length)
|
Methods in org.apache.oozie that return types with arguments of type CoordinatorJobBean | |
---|---|
List<CoordinatorJobBean> |
CoordinatorJobInfo.getCoordJobs()
Return the coordiantor jobs being returned. |
Constructor parameters in org.apache.oozie with type arguments of type CoordinatorJobBean | |
---|---|
CoordinatorJobInfo(List<CoordinatorJobBean> jobs,
int start,
int len,
int total)
Create a coordinator info bean. |
Uses of CoordinatorJobBean in org.apache.oozie.command |
---|
Methods in org.apache.oozie.command with parameters of type CoordinatorJobBean | |
---|---|
protected void |
Command.setLogInfo(CoordinatorJobBean cBean)
Set the log info with the context of the given coordinator bean. |
Uses of CoordinatorJobBean in org.apache.oozie.command.coord |
---|
Methods in org.apache.oozie.command.coord that return CoordinatorJobBean | |
---|---|
protected CoordinatorJobBean |
CoordJobCommand.call(CoordinatorStore store)
|
Methods in org.apache.oozie.command.coord with parameters of type CoordinatorJobBean | |
---|---|
org.jdom.Element |
CoordSubmitCommand.basicResolveAndIncludeDS(String appXml,
org.apache.hadoop.conf.Configuration conf,
CoordinatorJobBean coordJob)
The method resolve all the variables that are defined in configuration. |
protected String |
CoordActionMaterializeCommand.materializeJobs(boolean dryrun,
CoordinatorJobBean jobBean,
org.apache.hadoop.conf.Configuration conf,
CoordinatorStore store)
Create action instances starting from "start-time" to end-time" and store them into Action table. |
protected org.jdom.Element |
CoordSubmitCommand.resolveInitial(org.apache.hadoop.conf.Configuration conf,
String appXml,
CoordinatorJobBean coordJob)
Resolve basic entities using job Configuration. |
Uses of CoordinatorJobBean in org.apache.oozie.store |
---|
Methods in org.apache.oozie.store that return CoordinatorJobBean | |
---|---|
CoordinatorJobBean |
CoordinatorStore.getCoordinatorJob(String id,
boolean locking)
Load the CoordinatorJob into a Bean and return it. |
CoordinatorJobBean |
CoordinatorStore.getCoordinatorJobs(String id)
|
Methods in org.apache.oozie.store that return types with arguments of type CoordinatorJobBean | |
---|---|
List<CoordinatorJobBean> |
CoordinatorStore.getCoordinatorJobsOlderThanStatus(long checkAgeSecs,
String status,
int limit,
boolean locking)
A list of Coordinator Jobs that are matched with the status and have last materialized time' older than checkAgeSecs will be returned. |
List<CoordinatorJobBean> |
CoordinatorStore.getCoordinatorJobsToBeMaterialized(Date d,
int limit)
Get a list of Coordinator Jobs that should be materialized. |
Methods in org.apache.oozie.store with parameters of type CoordinatorJobBean | |
---|---|
void |
CoordinatorStore.insertCoordinatorJob(CoordinatorJobBean coordinatorJob)
Create a CoordJobBean. |
void |
CoordinatorStore.updateCoordinatorJob(CoordinatorJobBean job)
Update the given coordinator job bean to DB. |
void |
CoordinatorStore.updateCoordinatorJobStatus(CoordinatorJobBean job)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |