org.apache.hadoop.mapred
Interface MapOutputFile.ProgressReporter

Enclosing interface:
org.apache.hadoop.mapred.MapOutputFile

public static interface MapOutputFile.ProgressReporter

Permits reporting of file copy progress.


Method Summary
 void progress(float progress)
           
 

Method Detail

progress

public void progress(float progress)
              throws IOException
Throws:
IOException


Copyright © 2006 The Apache Software Foundation