org.apache.hadoop.util
Interface Progressable

All Known Subinterfaces:
Reporter

public interface Progressable

An interface for callbacks when an method makes some progress.


Method Summary
 void progress()
          callback for reporting progress.
 

Method Detail

progress

void progress()
callback for reporting progress. Used by DFSclient to report progress while writing a block of DFS file.



Copyright © 2006 The Apache Software Foundation