@InterfaceAudience.Public @InterfaceStability.Stable public interface Progressable
Clients and/or applications can use the provided Progressable
 to explicitly report progress to the Hadoop framework. This is especially
 important for operations which take significant amount of time since,
 in-lieu of the reported progress, the framework has to assume that an error
 has occured and time-out the operation.
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| void | progress()Report progress to the Hadoop framework. | 
void progress()
Copyright © 2016 Apache Software Foundation. All rights reserved.