|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.oozie.service.DagXLogInfoService
public class DagXLogInfoService
Set Dag specific log info parameters.
| Field Summary | |
|---|---|
static String |
ACTION
Action log info constant. |
static String |
APP
App log info constant. |
static String |
JOB
Job log info constant. |
static String |
TOKEN
Token log info constant. |
| Fields inherited from interface org.apache.oozie.service.Service |
|---|
CONF_PREFIX, DEFAULT_LOCK_TIMEOUT, lockTimeout, USE_XCOMMAND |
| Constructor Summary | |
|---|---|
DagXLogInfoService()
|
|
| Method Summary | |
|---|---|
void |
destroy()
Destroy the service. |
Class<? extends Service> |
getInterface()
Return the public interface of the service. |
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 |
| Field Detail |
|---|
public static final String TOKEN
public static final String APP
public static final String JOB
public static final String ACTION
| Constructor Detail |
|---|
public DagXLogInfoService()
| Method Detail |
|---|
public void init(Services services)
init in interface Serviceservices - services.public void destroy()
destroy in interface Servicepublic Class<? extends Service> getInterface()
getInterface in interface ServiceDagXLogInfoService.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||