| Package | Description |
|---|---|
| org.apache.hadoop.fs |
An abstract file system API.
|
| org.apache.hadoop.fs.statistics.impl |
Implementation support for statistics.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
FileSystemStorageStatistics |
A basic StorageStatistics instance which simply returns data from
FileSystem#Statistics.
|
class |
UnionStorageStatistics |
A StorageStatistics instance which combines the outputs of several other
StorageStatistics instances.
|
| Modifier and Type | Method | Description |
|---|---|---|
StorageStatistics |
GlobalStorageStatistics.get(java.lang.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(java.lang.String name,
GlobalStorageStatistics.StorageStatisticsProvider provider) |
Create or return the StorageStatistics object with the given name.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Iterator<StorageStatistics> |
GlobalStorageStatistics.iterator() |
Get an iterator that we can use to iterate throw all the global storage
statistics objects.
|
| Constructor | Description |
|---|---|
UnionStorageStatistics(java.lang.String name,
StorageStatistics[] stats) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
StorageStatisticsFromIOStatistics |
Returns all the counters of an IOStatistics instance as StorageStatistics.
|
| Modifier and Type | Method | Description |
|---|---|---|
static StorageStatistics |
IOStatisticsBinding.publishAsStorageStatistics(java.lang.String name,
java.lang.String scheme,
IOStatistics source) |
Publish the IOStatistics as a set of storage statistics.
|
| Modifier and Type | Method | Description |
|---|---|---|
static IOStatistics |
IOStatisticsBinding.fromStorageStatistics(StorageStatistics storageStatistics) |
Create IOStatistics from a storage statistics instance.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.