| Package | Description |
|---|---|
| org.apache.hudi.common.fs | |
| org.apache.hudi.common.table.log.block | |
| org.apache.hudi.common.util |
| Modifier and Type | Method and Description |
|---|---|
void |
HoodieWrapperFileSystem.createImmutableFileInPath(org.apache.hadoop.fs.Path fullPath,
Option<byte[]> content)
Creates a new file with overwrite set to false.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
HoodieLogBlock.inflate()
When lazyReading of blocks is turned on, inflate the content of a log block from disk.
|
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
OrcUtils.filterRowKeys(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.Path filePath,
Set<String> filter)
Read the rowKey list matching the given filter, from the given ORC file.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.