|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OozieClientException | |
---|---|
org.apache.oozie | |
org.apache.oozie.action.oozie | |
org.apache.oozie.client |
Uses of OozieClientException in org.apache.oozie |
---|
Methods in org.apache.oozie that throw OozieClientException | |
---|---|
CoordinatorAction |
LocalOozieClientCoord.getCoordActionInfo(java.lang.String actionId)
Get the info of a coordinator action. |
CoordinatorJob |
LocalOozieClientCoord.getCoordJobInfo(java.lang.String jobId)
Get the info of a coordinator job. |
java.util.List<CoordinatorJob> |
LocalOozieClientCoord.getCoordJobsInfo(java.lang.String filter,
int start,
int len)
Return the info of the coordinator jobs that match the filter. |
java.lang.String |
LocalOozieClient.getJobId(java.lang.String externalId)
Return the workflow job Id for an external Id. |
WorkflowJob |
LocalOozieClientCoord.getJobInfo(java.lang.String jobId)
Deprecated. |
WorkflowJob |
LocalOozieClient.getJobInfo(java.lang.String jobId)
Get the info of a workflow job. |
java.util.List<WorkflowJob> |
LocalOozieClientCoord.getJobsInfo(java.lang.String filter)
Deprecated. |
java.util.List<WorkflowJob> |
LocalOozieClient.getJobsInfo(java.lang.String filter)
Return the info of the workflow jobs that match the filter. |
java.util.List<WorkflowJob> |
LocalOozieClientCoord.getJobsInfo(java.lang.String filter,
int start,
int len)
Deprecated. |
java.util.List<WorkflowJob> |
LocalOozieClient.getJobsInfo(java.lang.String filter,
int start,
int len)
Return the info of the workflow jobs that match the filter. |
java.lang.String |
LocalOozieClientCoord.getProtocolUrl()
Return the Oozie URL used by the client and server for WS communications. |
java.lang.String |
LocalOozieClient.getProtocolUrl()
Return the Oozie URL used by the client and server for WS communications. |
void |
LocalOozieClientCoord.kill(java.lang.String jobId)
Kill a coordinator job. |
void |
LocalOozieClient.kill(java.lang.String jobId)
Kill a workflow job. |
void |
LocalOozieClientCoord.reRun(java.lang.String jobId,
java.util.Properties conf)
Deprecated. |
void |
LocalOozieClient.reRun(java.lang.String jobId,
java.util.Properties conf)
Rerun a workflow job. |
java.util.List<JsonCoordinatorAction> |
LocalOozieClientCoord.reRunCoord(java.lang.String jobId,
java.lang.String rerunType,
java.lang.String scope,
boolean refresh,
boolean noCleanup)
Rerun coordinator actions. |
void |
LocalOozieClientCoord.resume(java.lang.String jobId)
Resume a coordinator job. |
void |
LocalOozieClient.resume(java.lang.String jobId)
Resume a workflow job. |
java.lang.String |
LocalOozieClientCoord.run(java.util.Properties conf)
Submit and start a coordinator job. |
java.lang.String |
LocalOozieClient.run(java.util.Properties conf)
Submit and start a workflow job. |
void |
LocalOozieClientCoord.start(java.lang.String jobId)
Deprecated. |
void |
LocalOozieClient.start(java.lang.String jobId)
Start a workflow job. |
java.lang.String |
LocalOozieClientCoord.submit(java.util.Properties conf)
Submit a coordinator job. |
java.lang.String |
LocalOozieClient.submit(java.util.Properties conf)
Submit a workflow job. |
void |
LocalOozieClientCoord.suspend(java.lang.String jobId)
Suspend a coordinator job. |
void |
LocalOozieClient.suspend(java.lang.String jobId)
Suspend a workflow job. |
void |
LocalOozieClientCoord.validateWSVersion()
Validate that the Oozie client and server instances are protocol compatible. |
void |
LocalOozieClient.validateWSVersion()
Validate that the Oozie client and server instances are protocol compatible. |
Uses of OozieClientException in org.apache.oozie.action.oozie |
---|
Methods in org.apache.oozie.action.oozie that throw OozieClientException | |
---|---|
protected java.lang.String |
SubWorkflowActionExecutor.checkIfRunning(OozieClient oozieClient,
java.lang.String extId)
|
Uses of OozieClientException in org.apache.oozie.client |
---|
Methods in org.apache.oozie.client that throw OozieClientException | |
---|---|
T |
OozieClient.ClientCallable.call()
|
protected abstract T |
OozieClient.ClientCallable.call(java.net.HttpURLConnection conn)
|
void |
OozieClient.change(java.lang.String jobId,
java.lang.String changeValue)
Change a coordinator job. |
protected java.net.HttpURLConnection |
OozieClient.createConnection(java.net.URL url,
java.lang.String method)
Create http connection to oozie server. |
java.lang.String |
OozieClient.dryrun(java.util.Properties conf)
dryrun for a given job |
CoordinatorAction |
OozieClient.getCoordActionInfo(java.lang.String actionId)
Get the info of a coordinator action. |
CoordinatorJob |
OozieClient.getCoordJobInfo(java.lang.String jobId)
Get the info of a coordinator job. |
CoordinatorJob |
OozieClient.getCoordJobInfo(java.lang.String jobId,
int start,
int len)
Get the info of a coordinator job and subset actions. |
java.util.List<CoordinatorJob> |
OozieClient.getCoordJobsInfo(java.lang.String filter,
int start,
int len)
Return the info of the coordinator jobs that match the filter. |
java.lang.String |
OozieClient.getJobDefinition(java.lang.String jobId)
Get the definition of a workflow job. |
java.lang.String |
OozieClient.getJobId(java.lang.String externalId)
Return the workflow job Id for an external Id. |
WorkflowJob |
OozieClient.getJobInfo(java.lang.String jobId)
Get the info of a workflow job. |
WorkflowJob |
OozieClient.getJobInfo(java.lang.String jobId,
int start,
int len)
Get the info of a workflow job and subset actions. |
java.lang.String |
OozieClient.getJobLog(java.lang.String jobId)
Get the log of a workflow job. |
java.util.List<WorkflowJob> |
OozieClient.getJobsInfo(java.lang.String filter)
Return the info of the workflow jobs that match the filter. |
java.util.List<WorkflowJob> |
OozieClient.getJobsInfo(java.lang.String filter,
int start,
int len)
Return the info of the workflow jobs that match the filter. |
java.lang.String |
OozieClient.getProtocolUrl()
Return the Oozie URL used by the client and server for WS communications. |
java.util.List<java.lang.String> |
OozieClient.getQueueDump()
Return the Oozie queue's commands' dump |
java.lang.String |
OozieClient.getServerBuildVersion()
Return the Oozie server build version. |
void |
OozieClient.getSlaInfo(int start,
int len)
Print sla info about coordinator and workflow jobs and actions. |
OozieClient.SYSTEM_MODE |
OozieClient.getSystemMode()
Returns if Oozie is in safe mode or not. |
WorkflowAction |
OozieClient.getWorkflowActionInfo(java.lang.String actionId)
Get the info of a workflow action. |
void |
OozieClient.kill(java.lang.String jobId)
Kill a workflow job. |
void |
OozieClient.reRun(java.lang.String jobId,
java.util.Properties conf)
Rerun a workflow job. |
java.util.List<JsonCoordinatorAction> |
OozieClient.reRunCoord(java.lang.String jobId,
java.lang.String rerunType,
java.lang.String scope,
boolean refresh,
boolean noCleanup)
Rerun coordinator actions. |
void |
OozieClient.resume(java.lang.String jobId)
Resume a workflow job. |
java.lang.String |
OozieClient.run(java.util.Properties conf)
Submit and start a workflow job. |
void |
OozieClient.setSystemMode(OozieClient.SYSTEM_MODE status)
Enable or disable safe mode. |
void |
OozieClient.start(java.lang.String jobId)
Start a workflow job. |
java.lang.String |
OozieClient.submit(java.util.Properties conf)
Submit a workflow job. |
java.lang.String |
XOozieClient.submitMapReduce(java.util.Properties conf)
Submit a Map/Reduce job via HTTP. |
java.lang.String |
XOozieClient.submitPig(java.util.Properties conf,
java.lang.String pigScriptFile,
java.lang.String[] pigArgs)
Submit a Pig job via HTTP. |
void |
OozieClient.suspend(java.lang.String jobId)
Suspend a workflow job. |
void |
OozieClient.validateWSVersion()
Validate that the Oozie client and server instances are protocol compatible. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |