| Package | Description | 
|---|---|
| org.apache.hadoop.fs | 
 Implementations of  
AbstractFileSystem for hdfs
    over rpc and hdfs over web. | 
| Modifier and Type | Method and Description | 
|---|---|
StorageStatistics | 
GlobalStorageStatistics.get(String name)
Get the StorageStatistics object with the given name. 
 | 
StorageStatistics | 
FileSystem.getStorageStatistics()
Get the StorageStatistics for this FileSystem object. 
 | 
StorageStatistics | 
GlobalStorageStatistics.put(String name,
   org.apache.hadoop.fs.GlobalStorageStatistics.StorageStatisticsProvider provider)
Create or return the StorageStatistics object with the given name. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Iterator<StorageStatistics> | 
GlobalStorageStatistics.iterator()
Get an iterator that we can use to iterate throw all the global storage
 statistics objects. 
 | 
Copyright © 2018 Apache Software Foundation. All rights reserved.