| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method | Description |
|---|---|---|
Progress |
SequenceFile.Sorter.RawKeyValueIterator.getProgress() |
| Modifier and Type | Method | Description |
|---|---|---|
Progress |
Progress.addPhase() |
Adds a node to the tree.
|
Progress |
Progress.addPhase(float weightage) |
Adds a node with a specified progress weightage to the tree.
|
Progress |
Progress.addPhase(java.lang.String status) |
Adds a named node to the tree.
|
Progress |
Progress.addPhase(java.lang.String status,
float weightage) |
Adds a named node with a specified progress weightage to the tree.
|
Progress |
Progress.phase() |
Returns the current sub-node executing.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.