| Package | Description |
|---|---|
| org.apache.hadoop.hbase.io.hfile | |
| org.apache.hadoop.hbase.util |
| Modifier and Type | Field and Description |
|---|---|
static ChecksumType |
HFileContextBuilder.DEFAULT_CHECKSUM_TYPE |
static ChecksumType |
HFileContext.DEFAULT_CHECKSUM_TYPE |
| Modifier and Type | Method and Description |
|---|---|
ChecksumType |
HFileContext.getChecksumType() |
| Modifier and Type | Method and Description |
|---|---|
HFileContextBuilder |
HFileContextBuilder.withChecksumType(ChecksumType checkSumType) |
| Constructor and Description |
|---|
HFileContext(boolean useHBaseChecksum,
boolean includesMvcc,
boolean includesTags,
Compression.Algorithm compressAlgo,
boolean compressTags,
ChecksumType checksumType,
int bytesPerChecksum,
int blockSize,
DataBlockEncoding encoding,
Encryption.Context cryptoContext,
long fileCreateTime) |
| Modifier and Type | Method and Description |
|---|---|
static ChecksumType |
ChecksumType.codeToType(byte b)
Cannot rely on enum ordinals .
|
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–2018. All rights reserved.