Uses of Class
org.apache.hadoop.fs.StorageStatistics.LongStatistic
Packages that use StorageStatistics.LongStatistic
Package
Description
An abstract file system API.
Implementation support for statistics.
-
Uses of StorageStatistics.LongStatistic in org.apache.hadoop.fs
Methods in org.apache.hadoop.fs that return types with arguments of type StorageStatistics.LongStatisticModifier and TypeMethodDescriptionFileSystemStorageStatistics.getLongStatistics()abstract Iterator<StorageStatistics.LongStatistic>StorageStatistics.getLongStatistics()Get an iterator over all the currently tracked long statistics.UnionStorageStatistics.getLongStatistics() -
Uses of StorageStatistics.LongStatistic in org.apache.hadoop.fs.statistics.impl
Methods in org.apache.hadoop.fs.statistics.impl that return types with arguments of type StorageStatistics.LongStatisticModifier and TypeMethodDescriptionStorageStatisticsFromIOStatistics.getLongStatistics()Take a snapshot of the current counter values and return an iterator over them.StorageStatisticsFromIOStatistics.iterator()