Uses of Class
org.apache.hadoop.util.Progress

Packages that use Progress
org.apache.hadoop.io Generic i/o code for use when reading and writing data to the network, to databases, and to files. 
org.apache.hadoop.util Common utilities. 
 

Uses of Progress in org.apache.hadoop.io
 

Methods in org.apache.hadoop.io that return Progress
 Progress SequenceFile.Sorter.RawKeyValueIterator.getProgress()
          Gets the Progress object; this has a float (0.0 - 1.0) indicating the bytes processed by the iterator so far
 

Uses of Progress in org.apache.hadoop.util
 

Methods in org.apache.hadoop.util that return Progress
 Progress Progress.addPhase()
          Adds a node to the tree.
 Progress Progress.addPhase(String status)
          Adds a named node to the tree.
 Progress Progress.phase()
          Returns the current sub-node executing.
 



Copyright © 2008 The Apache Software Foundation