|
||||||||||
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,
String oozieUri)
|
Methods in org.apache.oozie.action.oozie with parameters of type OozieClient | |
---|---|
protected String |
SubWorkflowActionExecutor.checkIfRunning(OozieClient oozieClient,
String extId)
|
Uses of OozieClient in org.apache.oozie.cli |
---|
Methods in org.apache.oozie.cli that return OozieClient | |
---|---|
protected OozieClient |
AuthOozieCLI.createOozieClient(org.apache.commons.cli.CommandLine commandLine)
Create a 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 |
AuthOozieClient
This subclass of XOozieClient supports Kerberos HTTP SPNEGO and simple authentication. |
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(String user)
Return a OozieClient for LocalOozie configured for a given user. |
static OozieClient |
LocalOozie.getClientCoord(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 |