Package | Description |
---|---|
org.apache.hadoop.fs |
An abstract file system API.
|
Modifier and Type | Method and Description |
---|---|
FileSystem.Statistics.StatisticsData |
FileSystem.Statistics.getData()
Get all statistics data
MR or other frameworks can use the method to get all statistics at once.
|
FileSystem.Statistics.StatisticsData |
FileSystem.Statistics.getThreadStatistics()
Get or create the thread-local data associated with the current thread.
|
Copyright © 2017 Apache Software Foundation. All Rights Reserved.