Uses of Class
org.apache.hadoop.io.MD5Hash
Packages that use MD5Hash
Package
Description
An abstract file system API.
Generic i/o code for use when reading and writing data to the network,
to databases, and to files.
-
Uses of MD5Hash in org.apache.hadoop.fs
Constructors in org.apache.hadoop.fs with parameters of type MD5HashModifierConstructorDescriptionMD5MD5CRC32CastagnoliFileChecksum(int bytesPerCRC, long crcPerBlock, MD5Hash md5) Create a MD5FileChecksum.MD5MD5CRC32FileChecksum(int bytesPerCRC, long crcPerBlock, MD5Hash md5) Create a MD5FileChecksum.MD5MD5CRC32GzipFileChecksum(int bytesPerCRC, long crcPerBlock, MD5Hash md5) Create a MD5FileChecksum. -
Uses of MD5Hash in org.apache.hadoop.io
Methods in org.apache.hadoop.io that return MD5HashModifier and TypeMethodDescriptionstatic MD5HashMD5Hash.digest(byte[] data) Construct a hash value for a byte array.static MD5HashMD5Hash.digest(byte[][] dataArr, int start, int len) Construct a hash value for an array of byte array.static MD5HashMD5Hash.digest(byte[] data, int start, int len) Construct a hash value for a byte array.static MD5HashMD5Hash.digest(InputStream in) Construct a hash value for the content from the InputStream.static MD5HashConstruct a hash value for a String.static MD5HashConstruct a hash value for a String.static MD5HashConstructs, reads and returns an instance.Methods in org.apache.hadoop.io with parameters of type MD5Hash