Package | Description |
---|---|
org.apache.hadoop.fs |
An abstract file system API.
|
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.StorageStatisticsProvider.provide() |
StorageStatistics |
GlobalStorageStatistics.put(String name,
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 © 2017 Apache Software Foundation. All Rights Reserved.