Uses of Class
org.apache.hadoop.fs.StorageStatistics
Packages that use StorageStatistics
Package
Description
An abstract file system API.
Implementation support for statistics.
-
Uses of StorageStatistics in org.apache.hadoop.fs
Subclasses of StorageStatistics in org.apache.hadoop.fsModifier and TypeClassDescriptionclassA basic StorageStatistics instance which simply returns data from FileSystem#Statistics.classA StorageStatistics instance which combines the outputs of several other StorageStatistics instances.Methods in org.apache.hadoop.fs that return StorageStatisticsModifier and TypeMethodDescriptionGet the StorageStatistics object with the given name.FileSystem.getStorageStatistics()Get the StorageStatistics for this FileSystem object.GlobalStorageStatistics.StorageStatisticsProvider.provide()GlobalStorageStatistics.put(String name, GlobalStorageStatistics.StorageStatisticsProvider provider) Create or return the StorageStatistics object with the given name.Methods in org.apache.hadoop.fs that return types with arguments of type StorageStatisticsModifier and TypeMethodDescriptionGlobalStorageStatistics.iterator()Get an iterator that we can use to iterate throw all the global storage statistics objects.Constructors in org.apache.hadoop.fs with parameters of type StorageStatistics -
Uses of StorageStatistics in org.apache.hadoop.fs.statistics.impl
Subclasses of StorageStatistics in org.apache.hadoop.fs.statistics.implModifier and TypeClassDescriptionclassReturns all the counters of an IOStatistics instance as StorageStatistics.Methods in org.apache.hadoop.fs.statistics.impl that return StorageStatisticsModifier and TypeMethodDescriptionstatic StorageStatisticsIOStatisticsBinding.publishAsStorageStatistics(String name, String scheme, IOStatistics source) Publish the IOStatistics as a set of storage statistics.Methods in org.apache.hadoop.fs.statistics.impl with parameters of type StorageStatisticsModifier and TypeMethodDescriptionstatic IOStatisticsIOStatisticsBinding.fromStorageStatistics(StorageStatistics storageStatistics) Create IOStatistics from a storage statistics instance.