Package | Description |
---|---|
org.apache.hadoop.fs |
An abstract file system API.
|
org.apache.hadoop.fs.http.client | |
org.apache.hadoop.fs.viewfs | |
org.apache.hadoop.hdfs |
A distributed implementation of
FileSystem . |
Modifier and Type | Class and Description |
---|---|
class |
MD5MD5CRC32CastagnoliFileChecksum
For CRC32 with the Castagnoli polynomial
|
class |
MD5MD5CRC32FileChecksum
MD5 of MD5 of CRC32.
|
class |
MD5MD5CRC32GzipFileChecksum
For CRC32 with the Gzip polynomial
|
Modifier and Type | Method and Description |
---|---|
FileChecksum |
Hdfs.getFileChecksum(Path f) |
FileChecksum |
FilterFileSystem.getFileChecksum(Path f) |
abstract FileChecksum |
AbstractFileSystem.getFileChecksum(Path f)
The specification of this method matches that of
FileContext.getFileChecksum(Path) except that Path f must be for
this file system. |
FileChecksum |
FilterFs.getFileChecksum(Path f) |
FileChecksum |
FileContext.getFileChecksum(Path f)
Get the checksum of a file.
|
FileChecksum |
FileSystem.getFileChecksum(Path f)
Get the checksum of a file.
|
FileChecksum |
HarFileSystem.getFileChecksum(Path f) |
FileChecksum |
DelegateToFileSystem.getFileChecksum(Path f) |
Modifier and Type | Method and Description |
---|---|
FileChecksum |
HttpFSFileSystem.getFileChecksum(Path f) |
Modifier and Type | Method and Description |
---|---|
FileChecksum |
ViewFs.getFileChecksum(Path f) |
FileChecksum |
ViewFileSystem.getFileChecksum(Path f) |
Modifier and Type | Method and Description |
---|---|
FileChecksum |
HftpFileSystem.getFileChecksum(Path f) |
FileChecksum |
DistributedFileSystem.getFileChecksum(Path f) |
Copyright © 2013 Apache Software Foundation. All rights reserved.