| Package | Description |
|---|---|
| org.apache.hudi.io.compress | |
| org.apache.hudi.io.hfile |
| Modifier and Type | Method and Description |
|---|---|
static CompressionCodec |
CompressionCodec.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompressionCodec[] |
CompressionCodec.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static HoodieDecompressor |
HoodieDecompressorFactory.getDecompressor(CompressionCodec compressionCodec) |
| Modifier and Type | Method and Description |
|---|---|
static CompressionCodec |
HFileUtils.decodeCompressionCodec(int id)
Gets the compression codec based on the ID.
|
CompressionCodec |
HFileTrailer.getCompressionCodec() |
| Modifier and Type | Method and Description |
|---|---|
HFileContext.Builder |
HFileContext.Builder.compressionCodec(CompressionCodec compressionCodec) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.