org.apache.pig.backend.hadoop.executionengine.mapReduceLayer
Class ProgressableReporter

java.lang.Object
  extended by org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.ProgressableReporter
All Implemented Interfaces:
PigProgressable

public class ProgressableReporter
extends Object
implements PigProgressable


Constructor Summary
ProgressableReporter()
           
ProgressableReporter(org.apache.hadoop.util.Progressable rep)
           
 
Method Summary
 void progress()
           
 void progress(String msg)
           
 void setRep(org.apache.hadoop.util.Progressable rep)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProgressableReporter

public ProgressableReporter()

ProgressableReporter

public ProgressableReporter(org.apache.hadoop.util.Progressable rep)
Method Detail

progress

public void progress()
Specified by:
progress in interface PigProgressable

progress

public void progress(String msg)
Specified by:
progress in interface PigProgressable

setRep

public void setRep(org.apache.hadoop.util.Progressable rep)


Copyright © ${year} The Apache Software Foundation