|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FileChecksum | |
|---|---|
| org.apache.hadoop.fs | An abstract file system API. |
| org.apache.hadoop.fs.viewfs | |
| Uses of FileChecksum in org.apache.hadoop.fs |
|---|
| Subclasses of FileChecksum in org.apache.hadoop.fs | |
|---|---|
class |
MD5MD5CRC32CastagnoliFileChecksum
For CRC32 with the Castagnoli polynomial |
class |
org.apache.hadoop.fs.MD5MD5CRC32FileChecksum
MD5 of MD5 of CRC32. |
class |
MD5MD5CRC32GzipFileChecksum
For CRC32 with the Gzip polynomial |
| Methods in org.apache.hadoop.fs that return FileChecksum | |
|---|---|
FileChecksum |
FilterFileSystem.getFileChecksum(Path f)
|
FileChecksum |
FileSystem.getFileChecksum(Path f)
Get the checksum of a file. |
FileChecksum |
FileContext.getFileChecksum(Path f)
Get the checksum of a file. |
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 |
HarFileSystem.getFileChecksum(Path f,
long length)
|
FileChecksum |
FilterFileSystem.getFileChecksum(Path f,
long length)
|
FileChecksum |
FileSystem.getFileChecksum(Path f,
long length)
Get the checksum of a file, from the beginning of the file till the specific length. |
| Uses of FileChecksum in org.apache.hadoop.fs.viewfs |
|---|
| Methods in org.apache.hadoop.fs.viewfs that return FileChecksum | |
|---|---|
FileChecksum |
ViewFs.getFileChecksum(Path f)
|
FileChecksum |
ViewFileSystem.getFileChecksum(Path f)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||