Uses of Class
org.apache.hadoop.util.CrcComposer
Packages that use CrcComposer
-
Uses of CrcComposer in org.apache.hadoop.util
Methods in org.apache.hadoop.util that return CrcComposerModifier and TypeMethodDescriptionstatic CrcComposerCrcComposer.newCrcComposer(DataChecksum.Type type, long bytesPerCrcHint) Returns a CrcComposer which will collapse all ingested CRCs into a single value.static CrcComposerCrcComposer.newStripedCrcComposer(DataChecksum.Type type, long bytesPerCrcHint, long stripeLength) Returns a CrcComposer which will collapse CRCs for every combined underlying data size which aligns with the specified stripe boundary.