public class DagEngineService extends Object implements Service
CONF_PREFIX, DEFAULT_LOCK_TIMEOUT, lockTimeout| Constructor and Description | 
|---|
DagEngineService()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
destroy()
Destroy the service. 
 | 
DagEngine | 
getDagEngine(String user)
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. 
 | 
public DagEngineService()
public Class<? extends Service> getInterface()
getInterface in interface ServiceDagEngineService.public DagEngine getDagEngine(String user)
user - user for the dag engine.public DagEngine getSystemDagEngine()
Copyright © 2016 Apache Software Foundation. All rights reserved.