| Package | Description |
|---|---|
| org.apache.hadoop.util |
Common utilities.
|
| Modifier and Type | Method | Description |
|---|---|---|
StopWatch |
StopWatch.reset() |
Reset elapsed time to zero and make the state of stopwatch stop.
|
StopWatch |
StopWatch.start() |
Start to measure times and make the state of stopwatch running.
|
StopWatch |
StopWatch.stop() |
Stop elapsed time and make the state of stopwatch stop.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.