Class StorageStatisticsFromIOStatistics

java.lang.Object
org.apache.hadoop.fs.StorageStatistics
org.apache.hadoop.fs.statistics.impl.StorageStatisticsFromIOStatistics
All Implemented Interfaces:
Iterable<StorageStatistics.LongStatistic>

public class StorageStatisticsFromIOStatistics extends StorageStatistics implements Iterable<StorageStatistics.LongStatistic>
Returns all the counters of an IOStatistics instance as StorageStatistics. This is dynamic. The reset() is downgraded to a no-op.