Package | Description |
---|---|
org.apache.hadoop.fs |
An abstract file system API.
|
org.apache.hadoop.fs.ftp |
Modifier and Type | Field and Description |
---|---|
protected FileSystem.Statistics |
FileSystem.statistics
The statistics for this file system.
|
Modifier and Type | Method and Description |
---|---|
static FileSystem.Statistics |
FileSystem.getStatistics(String scheme,
Class<? extends FileSystem> cls)
Get the statistics for a particular file system
|
Modifier and Type | Method and Description |
---|---|
static List<FileSystem.Statistics> |
FileSystem.getAllStatistics()
Return the FileSystem classes that have Statistics
|
static Map<String,FileSystem.Statistics> |
FileSystem.getStatistics()
Deprecated.
use
FileSystem.getAllStatistics() instead |
Constructor and Description |
---|
FSDataOutputStream(OutputStream out,
FileSystem.Statistics stats) |
FSDataOutputStream(OutputStream out,
FileSystem.Statistics stats,
long startPosition) |
Constructor and Description |
---|
FTPInputStream(InputStream stream,
org.apache.commons.net.ftp.FTPClient client,
FileSystem.Statistics stats) |
Copyright © 2010 The Apache Software Foundation