Uses of Class
org.apache.hadoop.fs.FileSystem.Statistics
-
Packages that use FileSystem.Statistics Package Description org.apache.hadoop.fs -
-
Uses of FileSystem.Statistics in org.apache.hadoop.fs
Fields in org.apache.hadoop.fs declared as FileSystem.Statistics Modifier and Type Field Description protected FileSystem.StatisticsFileSystem. statisticsThe statistics for this file system.Methods in org.apache.hadoop.fs that return FileSystem.Statistics Modifier and Type Method Description static FileSystem.StatisticsFileSystem. getStatistics(String scheme, Class<? extends FileSystem> cls)Deprecated.Methods in org.apache.hadoop.fs that return types with arguments of type FileSystem.Statistics Modifier and Type Method Description static List<FileSystem.Statistics>FileSystem. getAllStatistics()Deprecated.static Map<String,FileSystem.Statistics>FileSystem. getStatistics()Deprecated.Constructors in org.apache.hadoop.fs with parameters of type FileSystem.Statistics Constructor Description Statistics(FileSystem.Statistics other)Copy constructor.
-