Uses of Class
org.apache.hadoop.fs.FileChecksum
Packages that use FileChecksum
Package
Description
An abstract file system API.
This package is for classes to be shared across object stores; for internal
use within the hadoop-* modules only.
ViewFileSystem and ViewFileSystemOverloadScheme classes.
-
Uses of FileChecksum in org.apache.hadoop.fs
Subclasses of FileChecksum in org.apache.hadoop.fsModifier and TypeClassDescriptionclassComposite CRC.classFor CRC32 with the Castagnoli polynomialclassMD5 of MD5 of CRC32.classFor CRC32 with the Gzip polynomialMethods 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.DelegateToFileSystem.getFileChecksum(Path f) 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) FilterFs.getFileChecksum(Path f) HarFileSystem.getFileChecksum(Path f, long length) -
Uses of FileChecksum in org.apache.hadoop.fs.store
Subclasses of FileChecksum in org.apache.hadoop.fs.store -
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)