Uses of Class
org.apache.oozie.util.XLog

Packages that use XLog
org.apache.oozie.action.hadoop   
org.apache.oozie.command   
org.apache.oozie.command.bundle   
org.apache.oozie.command.coord   
org.apache.oozie.sla   
org.apache.oozie.sla.service   
org.apache.oozie.util   
org.apache.oozie.util.db   
 

Uses of XLog in org.apache.oozie.action.hadoop
 

Fields in org.apache.oozie.action.hadoop declared as XLog
protected  XLog JavaActionExecutor.log
           
 

Uses of XLog in org.apache.oozie.command
 

Fields in org.apache.oozie.command declared as XLog
 XLog XCommand.LOG
           
 

Methods in org.apache.oozie.command that return XLog
 XLog XCommand.getLog()
          Get XLog log
 

Uses of XLog in org.apache.oozie.command.bundle
 

Methods in org.apache.oozie.command.bundle that return XLog
 XLog BundleRerunXCommand.getLog()
           
 

Uses of XLog in org.apache.oozie.command.coord
 

Methods in org.apache.oozie.command.coord that return XLog
 XLog CoordRerunXCommand.getLog()
           
 

Uses of XLog in org.apache.oozie.sla
 

Methods in org.apache.oozie.sla with parameters of type XLog
static SLARegistrationBean SLAOperations.createSlaRegistrationEvent(org.jdom.Element eSla, String jobId, org.apache.oozie.AppType appType, String user, String appName, XLog log)
           
static SLARegistrationBean SLAOperations.createSlaRegistrationEvent(org.jdom.Element eSla, String jobId, org.apache.oozie.AppType appType, String user, XLog log)
           
static SLARegistrationBean SLAOperations.createSlaRegistrationEvent(org.jdom.Element eSla, String jobId, String parentId, org.apache.oozie.AppType appType, String user, String appName, XLog log, boolean rerun)
           
static SLARegistrationBean SLAOperations.createSlaRegistrationEvent(org.jdom.Element eSla, String jobId, String parentId, org.apache.oozie.AppType appType, String user, XLog log)
           
 

Uses of XLog in org.apache.oozie.sla.service
 

Fields in org.apache.oozie.sla.service declared as XLog
static XLog SLAService.LOG
           
 

Uses of XLog in org.apache.oozie.util
 

Methods in org.apache.oozie.util that return XLog
static XLog XLog.getLog(Class clazz)
          Return the named logger configured with the XLog.Info prefix.
static XLog XLog.getLog(Class clazz, boolean prefix)
          Return the named logger.
static XLog XLog.getLog(String name)
          Return the named logger configured with the XLog.Info prefix.
static XLog XLog.getLog(String name, boolean prefix)
          Return the named logger.
static XLog XLog.resetPrefix(XLog log)
          Reset the logger prefix
 

Methods in org.apache.oozie.util with parameters of type XLog
static XLog XLog.resetPrefix(XLog log)
          Reset the logger prefix
 

Uses of XLog in org.apache.oozie.util.db
 

Methods in org.apache.oozie.util.db with parameters of type XLog
static SLAEventBean SLADbOperations.createSlaRegistrationEvent(org.jdom.Element eSla, String slaId, org.apache.oozie.client.SLAEvent.SlaAppType appType, String user, String groupName, XLog log)
          Deprecated.  
static SLAEventBean SLADbOperations.createSlaStatusEvent(String id, org.apache.oozie.client.SLAEvent.Status status, org.apache.oozie.client.SLAEvent.SlaAppType appType, String appName, XLog log)
          Deprecated.  
static SLAEventBean SLADbOperations.createStatusEvent(String slaXml, String id, org.apache.oozie.client.SLAEvent.Status stat, org.apache.oozie.client.SLAEvent.SlaAppType appType, XLog log)
          Deprecated.  
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.