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.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.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 void SLADbOperations.writeSlaRegistrationEvent(org.jdom.Element eSla, String slaId, org.apache.oozie.client.SLAEvent.SlaAppType appType, String user, String groupName, XLog log)
           
static void SLADbOperations.writeSlaStatusEvent(String id, org.apache.oozie.client.SLAEvent.Status status, org.apache.oozie.client.SLAEvent.SlaAppType appType, XLog log)
           
static void SLADbOperations.writeStausEvent(String slaXml, String id, org.apache.oozie.client.SLAEvent.Status stat, org.apache.oozie.client.SLAEvent.SlaAppType appType, XLog log)
           
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.