|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OozieClient | |
|---|---|
| org.apache.oozie | |
| org.apache.oozie.action.oozie | |
| org.apache.oozie.cli | |
| org.apache.oozie.client | |
| org.apache.oozie.local | |
| Uses of OozieClient in org.apache.oozie |
|---|
| Subclasses of OozieClient in org.apache.oozie | |
|---|---|
class |
LocalOozieClient
Client API to submit and manage Oozie workflow jobs against an Oozie intance. |
class |
LocalOozieClientCoord
Client API to submit and manage Oozie coordinator jobs against an Oozie intance. |
| Uses of OozieClient in org.apache.oozie.action.oozie |
|---|
| Methods in org.apache.oozie.action.oozie that return OozieClient | |
|---|---|
protected OozieClient |
SubWorkflowActionExecutor.getWorkflowClient(ActionExecutor.Context context,
java.lang.String oozieUri)
|
| Methods in org.apache.oozie.action.oozie with parameters of type OozieClient | |
|---|---|
protected java.lang.String |
SubWorkflowActionExecutor.checkIfRunning(OozieClient oozieClient,
java.lang.String extId)
|
| Uses of OozieClient in org.apache.oozie.cli |
|---|
| Methods in org.apache.oozie.cli that return OozieClient | |
|---|---|
protected OozieClient |
OozieCLI.createOozieClient(org.apache.commons.cli.CommandLine commandLine)
Create a OozieClient. |
| Uses of OozieClient in org.apache.oozie.client |
|---|
| Subclasses of OozieClient in org.apache.oozie.client | |
|---|---|
class |
XOozieClient
|
| Uses of OozieClient in org.apache.oozie.local |
|---|
| Methods in org.apache.oozie.local that return OozieClient | |
|---|---|
static OozieClient |
LocalOozie.getClient()
Return a OozieClient for LocalOozie. |
static OozieClient |
LocalOozie.getClient(java.lang.String user)
Return a OozieClient for LocalOozie configured for a given user. |
static OozieClient |
LocalOozie.getClientCoord(java.lang.String user)
Return a OozieClient for LocalOozie
configured for a given user. |
static OozieClient |
LocalOozie.getCoordClient()
Return a OozieClient for LocalOozie. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||