This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.oozie.DagEngine (Apache Oozie Core 3.3.2 API)

Uses of Class
org.apache.oozie.DagEngine

Packages that use DagEngine
org.apache.oozie   
org.apache.oozie.service   
 

Uses of DagEngine in org.apache.oozie
 

Constructors in org.apache.oozie with parameters of type DagEngine
LocalOozieClient(DagEngine dagEngine)
          Create a workflow client for Oozie local use.
 

Uses of DagEngine in org.apache.oozie.service
 

Methods in org.apache.oozie.service that return DagEngine
 DagEngine DagEngineService.getDagEngine(String user, String authToken)
          Return a Dag engine.
 DagEngine DagEngineService.getSystemDagEngine()
          Return a Dag engine for a system user (no user, no group).
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.