| Package | Description |
|---|---|
| org.apache.hadoop.fs |
An abstract file system API.
|
| org.apache.hadoop.fs.statistics.impl |
Implementation support for statistics.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Iterator<StorageStatistics.LongStatistic> |
FileSystemStorageStatistics.getLongStatistics() |
|
abstract java.util.Iterator<StorageStatistics.LongStatistic> |
StorageStatistics.getLongStatistics() |
Get an iterator over all the currently tracked long statistics.
|
java.util.Iterator<StorageStatistics.LongStatistic> |
UnionStorageStatistics.getLongStatistics() |
|
java.util.Iterator<StorageStatistics.LongStatistic> |
FileSystemStorageStatistics.iterator() |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Iterator<StorageStatistics.LongStatistic> |
StorageStatisticsFromIOStatistics.getLongStatistics() |
Take a snapshot of the current counter values
and return an iterator over them.
|
java.util.Iterator<StorageStatistics.LongStatistic> |
StorageStatisticsFromIOStatistics.iterator() |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.