| Package | Description |
|---|---|
| org.apache.hadoop.hbase.io.hfile | |
| org.apache.hadoop.hbase.util |
| Modifier and Type | Method and Description |
|---|---|
ChecksumType |
HFileContext.getChecksumType() |
| Modifier and Type | Method and Description |
|---|---|
HFileContextBuilder |
HFileContextBuilder.withChecksumType(ChecksumType checkSumType) |
| Modifier and Type | Method and Description |
|---|---|
static ChecksumType |
ChecksumType.codeToType(byte b)
Cannot rely on enum ordinals .
|
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.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.