Uses of Interface
org.apache.pig.backend.hadoop.executionengine.physicalLayer.PigLogger

Packages that use PigLogger
org.apache.pig Public interfaces and classes for Pig. 
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer   
org.apache.pig.backend.hadoop.executionengine.physicalLayer Implementation of physical operators that use hadoop as the execution engine and data storage. 
 

Uses of PigLogger in org.apache.pig
 

Fields in org.apache.pig declared as PigLogger
protected  PigLogger EvalFunc.pigLogger
          Logger for aggregating warnings.
 

Methods in org.apache.pig that return PigLogger
 PigLogger EvalFunc.getPigLogger()
           
 

Methods in org.apache.pig with parameters of type PigLogger
 void EvalFunc.setPigLogger(PigLogger pigLogger)
          Set the PigLogger object.
 

Uses of PigLogger in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer
 

Classes in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer that implement PigLogger
 class PigHadoopLogger
          A singleton class that implements the PigLogger interface for use in map reduce context.
 

Uses of PigLogger in org.apache.pig.backend.hadoop.executionengine.physicalLayer
 

Fields in org.apache.pig.backend.hadoop.executionengine.physicalLayer declared as PigLogger
protected static PigLogger PhysicalOperator.pigLogger
           
 

Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer that return PigLogger
static PigLogger PhysicalOperator.getPigLogger()
           
 

Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer with parameters of type PigLogger
static void PhysicalOperator.setPigLogger(PigLogger logger)
           
 



Copyright © 2007-2012 The Apache Software Foundation