| Package | Description |
|---|---|
| org.apache.hudi.io.hfile |
| Modifier and Type | Method and Description |
|---|---|
static ChecksumType |
ChecksumType.codeToType(byte b)
Use designated byte value to indicate checksum type.
|
static ChecksumType |
ChecksumType.getDefaultChecksumType() |
static ChecksumType |
ChecksumType.nameToType(String name)
Map a checksum name to a specific type.
|
static ChecksumType |
ChecksumType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChecksumType[] |
ChecksumType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
HFileContext.Builder |
HFileContext.Builder.checksumType(ChecksumType checksumType) |
Copyright © 2025 The Apache Software Foundation. All rights reserved.