Package | Description |
---|---|
org.apache.hadoop.fs |
An abstract file system API.
|
Modifier and Type | Field and Description |
---|---|
protected FileSystem.Statistics |
FileSystem.statistics
The statistics for this file system.
|
protected FileSystem.Statistics |
AbstractFileSystem.statistics
The statistics for this file system.
|
Modifier and Type | Method and Description |
---|---|
FileSystem.Statistics |
AbstractFileSystem.getStatistics() |
static FileSystem.Statistics |
FileSystem.getStatistics(String scheme,
Class<? extends FileSystem> cls)
Deprecated.
|
static FileSystem.Statistics |
FileContext.getStatistics(URI uri)
Get the statistics for a particular file system
|
protected static FileSystem.Statistics |
AbstractFileSystem.getStatistics(URI uri)
Get the statistics for a particular file system.
|
Modifier and Type | Method and Description |
---|---|
static List<FileSystem.Statistics> |
FileSystem.getAllStatistics()
Deprecated.
|
static Map<URI,FileSystem.Statistics> |
FileContext.getAllStatistics() |
protected static Map<URI,FileSystem.Statistics> |
AbstractFileSystem.getAllStatistics() |
static Map<String,FileSystem.Statistics> |
FileSystem.getStatistics()
Deprecated.
|
Constructor and Description |
---|
FileSystem.Statistics(FileSystem.Statistics other)
Copy constructor.
|
FSDataOutputStream(OutputStream out,
FileSystem.Statistics stats) |
FSDataOutputStream(OutputStream out,
FileSystem.Statistics stats,
long startPosition) |
Copyright © 2017 Apache Software Foundation. All Rights Reserved.