public class ChecksumUtils extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static org.apache.flink.shaded.guava30.com.google.common.hash.HashFunction |
CRC_HASH_FUNCTION
THe crc hash function used by Google storage.
|
| 构造器和说明 |
|---|
ChecksumUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
convertChecksumToString(int checksum)
Converts an int crc32 checksum to the string format used by Google storage, which is the
base64 string for the int in big-endian format.
|
public static final org.apache.flink.shaded.guava30.com.google.common.hash.HashFunction CRC_HASH_FUNCTION
public static String convertChecksumToString(int checksum)
checksum - The int checksumCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.