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 and Description |
---|---|
abstract Iterator<StorageStatistics.LongStatistic> |
StorageStatistics.getLongStatistics()
Get an iterator over all the currently tracked long statistics.
|
Modifier and Type | Method and Description |
---|---|
Iterator<StorageStatistics.LongStatistic> |
StorageStatisticsFromIOStatistics.getLongStatistics()
Take a snapshot of the current counter values
and return an iterator over them.
|
Iterator<StorageStatistics.LongStatistic> |
StorageStatisticsFromIOStatistics.iterator() |
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.