Uses of Class
org.apache.pig.PigWarning

Packages that use PigWarning
org.apache.pig Public interfaces and classes for Pig. 
org.apache.pig.impl.util   
 

Uses of PigWarning in org.apache.pig
 

Methods in org.apache.pig that return PigWarning
static PigWarning PigWarning.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PigWarning[] PigWarning.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of PigWarning in org.apache.pig.impl.util
 

Methods in org.apache.pig.impl.util with parameters of type PigWarning
static void LogUtils.warn(Object o, String msg, PigWarning warningEnum, org.apache.commons.logging.Log log)
           
 



Copyright © 2012 The Apache Software Foundation