|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.mapred | A software framework for easily writing applications which process vast amounts of data (multi-terabyte data-sets) parallelly on large clusters (thousands of nodes) built of commodity hardware in a reliable, fault-tolerant manner. |
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.mapred |
---|
Methods in org.apache.hadoop.mapred that return Progress | |
---|---|
Progress |
Task.getProgress()
|
Progress |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |