Package | Description |
---|---|
org.apache.oozie |
Modifier and Type | Method and Description |
---|---|
void |
BundleEngine.change(String jobId,
String changeValue) |
String |
BundleEngine.dryRunSubmit(org.apache.hadoop.conf.Configuration conf) |
BulkResponseInfo |
BundleEngine.getBulkJobs(String bulkFilter,
int start,
int len)
Get bulk job response
|
BundleJobBean |
BundleEngine.getBundleJob(String jobId) |
BundleJobInfo |
BundleEngine.getBundleJobs(String filter,
int start,
int len)
Get bundle jobs
|
CoordinatorJob |
BundleEngine.getCoordJob(String jobId) |
CoordinatorJob |
BundleEngine.getCoordJob(String jobId,
String filter,
int start,
int length,
boolean desc) |
String |
BundleEngine.getDefinition(String jobId) |
WorkflowJob |
BundleEngine.getJob(String jobId) |
WorkflowJob |
BundleEngine.getJob(String jobId,
int start,
int length) |
String |
BundleEngine.getJobIdForExternalId(String externalId) |
String |
BundleEngine.getJobStatus(String jobId)
Return the status for a Job ID
|
void |
BundleEngine.kill(String jobId) |
BundleJobInfo |
BundleEngine.killJobs(String filter,
int start,
int len)
return a list of killed Bundle job
|
static Map<String,List<String>> |
BundleEngine.parseBulkFilter(String bulkParams)
Parse filter string to a map with key = filter name and values = filter values
Allowed keys are defined as constants on top
|
void |
BundleEngine.reRun(String jobId,
org.apache.hadoop.conf.Configuration conf)
Deprecated.
|
void |
BundleEngine.resume(String jobId) |
BundleJobInfo |
BundleEngine.resumeJobs(String filter,
int start,
int len)
return a list of resumed Bundle job
|
void |
BundleEngine.start(String jobId) |
protected void |
BundleEngine.streamJobLog(XLogStreamer logStreamer,
String jobId,
Writer writer) |
String |
BundleEngine.submitJob(org.apache.hadoop.conf.Configuration conf,
boolean startJob) |
void |
BundleEngine.suspend(String jobId) |
BundleJobInfo |
BundleEngine.suspendJobs(String filter,
int start,
int len)
return a list of suspended Bundle job
|
Copyright © 2018 Apache Software Foundation. All rights reserved.