Uses of Class
org.apache.hadoop.fs.FileChecksum
Packages that use FileChecksum
Package
Description
Implementations of
AbstractFileSystem for hdfs
over rpc and hdfs over web.ViewFileSystem and ViewFileSystemOverloadScheme classes.
-
Uses of FileChecksum in org.apache.hadoop.fs
Methods in org.apache.hadoop.fs that return FileChecksumModifier and TypeMethodDescriptionabstract FileChecksumAbstractFileSystem.getFileChecksum(Path f) The specification of this method matches that ofFileContext.getFileChecksum(Path)except that Path f must be for this file system.FileContext.getFileChecksum(Path f) Get the checksum of a file.FileSystem.getFileChecksum(Path f) Get the checksum of a file, if the FS supports checksums.FileSystem.getFileChecksum(Path f, long length) Get the checksum of a file, from the beginning of the file till the specific length.FilterFileSystem.getFileChecksum(Path f) FilterFileSystem.getFileChecksum(Path f, long length) -
Uses of FileChecksum in org.apache.hadoop.fs.viewfs
Methods in org.apache.hadoop.fs.viewfs that return FileChecksumModifier and TypeMethodDescriptionViewFileSystem.getFileChecksum(Path f) ViewFileSystem.getFileChecksum(Path f, long length) ViewFs.getFileChecksum(Path f)