|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.oozie.service.DagEngineService
public class DagEngineService
Service that return a dag engine for a user.
| Field Summary |
|---|
| Fields inherited from interface org.apache.oozie.service.Service |
|---|
CONF_PREFIX, DEFAULT_LOCK_TIMEOUT, lockTimeout, USE_XCOMMAND |
| Constructor Summary | |
|---|---|
DagEngineService()
|
|
| Method Summary | |
|---|---|
void |
destroy()
Destroy the service. |
DagEngine |
getDagEngine(String user,
String authToken)
Return a Dag engine. |
Class<? extends Service> |
getInterface()
Return the public interface of the Dag engine service. |
DagEngine |
getSystemDagEngine()
Return a Dag engine for a system user (no user, no group). |
void |
init(Services services)
Initialize the service. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DagEngineService()
| Method Detail |
|---|
public void init(Services services)
init in interface Serviceservices - services instance.public void destroy()
destroy in interface Servicepublic Class<? extends Service> getInterface()
getInterface in interface ServiceDagEngineService.
public DagEngine getDagEngine(String user,
String authToken)
user - user for the dag engine.authToken - the authentication token.
public DagEngine getSystemDagEngine()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||