Package | Description |
---|---|
org.apache.hadoop.fs |
Implementations of
AbstractFileSystem for hdfs
over rpc and hdfs over web. |
org.apache.hadoop.fs.viewfs |
Modifier and Type | Method and Description |
---|---|
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 |
FilterFileSystem.getFileChecksum(Path f) |
FileChecksum |
FileSystem.getFileChecksum(Path f)
Get the checksum of a file, if the FS supports checksums.
|
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.
|
Modifier and Type | Method and Description |
---|---|
FileChecksum |
ViewFileSystem.getFileChecksum(Path f) |
FileChecksum |
ViewFs.getFileChecksum(Path f) |
FileChecksum |
ViewFileSystem.getFileChecksum(Path f,
long length) |
Copyright © 2019 Apache Software Foundation. All rights reserved.