org.apache.pig.backend.hadoop.executionengine.fetch
Class FetchProgressableReporter
java.lang.Object
org.apache.pig.backend.hadoop.executionengine.fetch.FetchProgressableReporter
- All Implemented Interfaces:
- PigProgressable
public class FetchProgressableReporter
- extends Object
- implements PigProgressable
A dummy ProgressableReporter used for fetch tasks
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FetchProgressableReporter
public FetchProgressableReporter()
progress
public void progress()
- Description copied from interface:
PigProgressable
- Report progress.
- Specified by:
progress
in interface PigProgressable
progress
public void progress(String msg)
- Description copied from interface:
PigProgressable
- Report progress with a message.
- Specified by:
progress
in interface PigProgressable
- Parameters:
msg
- message to send with progress report.
Copyright © 2007-2012 The Apache Software Foundation