| Package | Description |
|---|---|
| org.apache.hadoop.fs |
An abstract file system API.
|
| org.apache.hadoop.fs.store |
This package is for classes to be shared across object stores; for internal
use within the hadoop-* modules only.
|
| org.apache.hadoop.fs.viewfs |
ViewFileSystem and ViewFileSystemOverloadScheme classes.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
CompositeCrcFileChecksum |
Composite CRC.
|
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 | Description |
|---|---|---|
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 |
DelegateToFileSystem.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, if the FS supports checksums.
|
FileChecksum |
FileSystem.getFileChecksum(Path f,
long length) |
Get the checksum of a file, from the beginning of the file till the
specific length.
|
FileChecksum |
FilterFileSystem.getFileChecksum(Path f) |
|
FileChecksum |
FilterFileSystem.getFileChecksum(Path f,
long length) |
|
FileChecksum |
FilterFs.getFileChecksum(Path f) |
|
FileChecksum |
HarFileSystem.getFileChecksum(Path f,
long length) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
EtagChecksum |
An etag as a checksum.
|
| Modifier and Type | Method | Description |
|---|---|---|
FileChecksum |
ViewFileSystem.getFileChecksum(Path f) |
|
FileChecksum |
ViewFileSystem.getFileChecksum(Path f,
long length) |
|
FileChecksum |
ViewFs.getFileChecksum(Path f) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.