Uses of Class
org.apache.hadoop.fs.FileSystem.Statistics
Packages that use FileSystem.Statistics
-
Uses of FileSystem.Statistics in org.apache.hadoop.fs
Fields in org.apache.hadoop.fs declared as FileSystem.StatisticsModifier and TypeFieldDescriptionprotected FileSystem.StatisticsAbstractFileSystem.statisticsThe statistics for this file system.protected FileSystem.StatisticsFileSystem.statisticsThe statistics for this file system.Methods in org.apache.hadoop.fs that return FileSystem.StatisticsModifier and TypeMethodDescriptionAbstractFileSystem.getStatistics()protected static FileSystem.StatisticsAbstractFileSystem.getStatistics(URI uri) Get the statistics for a particular file system.static FileSystem.StatisticsFileContext.getStatistics(URI uri) Get the statistics for a particular file systemstatic FileSystem.StatisticsFileSystem.getStatistics(String scheme, Class<? extends FileSystem> cls) Deprecated.FilterFs.getStatistics()Methods in org.apache.hadoop.fs that return types with arguments of type FileSystem.StatisticsModifier and TypeMethodDescriptionprotected static Map<URI,FileSystem.Statistics> AbstractFileSystem.getAllStatistics()static Map<URI,FileSystem.Statistics> FileContext.getAllStatistics()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.StatisticsModifierConstructorDescriptionFSDataOutputStream(OutputStream out, FileSystem.Statistics stats) FSDataOutputStream(OutputStream out, FileSystem.Statistics stats, long startPosition) Statistics(FileSystem.Statistics other) Copy constructor. -
Uses of FileSystem.Statistics in org.apache.hadoop.fs.ftp
Constructors in org.apache.hadoop.fs.ftp with parameters of type FileSystem.StatisticsModifierConstructorDescriptionFTPInputStream(InputStream stream, org.apache.commons.net.ftp.FTPClient client, FileSystem.Statistics stats)
FileSystem.getGlobalStorageStatistics()