Class ChecksumSHA256Impl
java.lang.Object
org.apache.hadoop.yarn.sharedcache.ChecksumSHA256Impl
- All Implemented Interfaces:
SharedCacheChecksum
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCalculate the checksum of the passed input stream.
-
Constructor Details
-
ChecksumSHA256Impl
public ChecksumSHA256Impl()
-
-
Method Details
-
computeChecksum
Description copied from interface:SharedCacheChecksumCalculate the checksum of the passed input stream.- Specified by:
computeChecksumin interfaceSharedCacheChecksum- Parameters:
in-InputStreamto be checksumed- Returns:
- the message digest of the input stream
- Throws:
IOException- io error occur.
-