| Package | Description |
|---|---|
| org.apache.hadoop.util |
Common utilities.
|
| Modifier and Type | Method | Description |
|---|---|---|
static CrcComposer |
CrcComposer.newCrcComposer(DataChecksum.Type type,
long bytesPerCrcHint) |
Returns a CrcComposer which will collapse all ingested CRCs into a single
value.
|
static CrcComposer |
CrcComposer.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.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.