| Package | Description |
|---|---|
| org.apache.hudi.common.model | |
| org.apache.hudi.common.util | |
| org.apache.hudi.keygen |
| Modifier and Type | Method and Description |
|---|---|
HoodieKey |
DeleteRecord.getHoodieKey() |
HoodieKey |
HoodieRecord.getKey() |
| Modifier and Type | Method and Description |
|---|---|
static DeleteRecord |
DeleteRecord.create(HoodieKey hoodieKey) |
static DeleteRecord |
DeleteRecord.create(HoodieKey hoodieKey,
Comparable orderingVal) |
| Constructor and Description |
|---|
HoodieAvroRecord(HoodieKey key,
T data) |
HoodieAvroRecord(HoodieKey key,
T data,
HoodieOperation operation) |
HoodieRecord(HoodieKey key,
T data) |
HoodieRecord(HoodieKey key,
T data,
HoodieOperation operation) |
| Modifier and Type | Method and Description |
|---|---|
abstract List<HoodieKey> |
BaseFileUtils.fetchHoodieKeys(org.apache.hadoop.conf.Configuration configuration,
org.apache.hadoop.fs.Path filePath)
Fetch
HoodieKeys from the given data file. |
List<HoodieKey> |
ParquetUtils.fetchHoodieKeys(org.apache.hadoop.conf.Configuration configuration,
org.apache.hadoop.fs.Path filePath)
Fetch
HoodieKeys from the given parquet file. |
List<HoodieKey> |
OrcUtils.fetchHoodieKeys(org.apache.hadoop.conf.Configuration configuration,
org.apache.hadoop.fs.Path filePath)
Fetch
HoodieKeys from the given ORC file. |
abstract List<HoodieKey> |
BaseFileUtils.fetchHoodieKeys(org.apache.hadoop.conf.Configuration configuration,
org.apache.hadoop.fs.Path filePath,
Option<BaseKeyGenerator> keyGeneratorOpt)
Fetch
HoodieKeys from the given data file. |
List<HoodieKey> |
ParquetUtils.fetchHoodieKeys(org.apache.hadoop.conf.Configuration configuration,
org.apache.hadoop.fs.Path filePath,
Option<BaseKeyGenerator> keyGeneratorOpt)
Fetch
HoodieKeys from the given parquet file. |
List<HoodieKey> |
OrcUtils.fetchHoodieKeys(org.apache.hadoop.conf.Configuration configuration,
org.apache.hadoop.fs.Path filePath,
Option<BaseKeyGenerator> keyGeneratorOpt) |
abstract ClosableIterator<HoodieKey> |
BaseFileUtils.getHoodieKeyIterator(org.apache.hadoop.conf.Configuration configuration,
org.apache.hadoop.fs.Path filePath)
Provides a closable iterator for reading the given data file.
|
ClosableIterator<HoodieKey> |
ParquetUtils.getHoodieKeyIterator(org.apache.hadoop.conf.Configuration configuration,
org.apache.hadoop.fs.Path filePath) |
ClosableIterator<HoodieKey> |
OrcUtils.getHoodieKeyIterator(org.apache.hadoop.conf.Configuration configuration,
org.apache.hadoop.fs.Path filePath)
Provides a closable iterator for reading the given ORC file.
|
abstract ClosableIterator<HoodieKey> |
BaseFileUtils.getHoodieKeyIterator(org.apache.hadoop.conf.Configuration configuration,
org.apache.hadoop.fs.Path filePath,
Option<BaseKeyGenerator> keyGeneratorOpt)
Provides a closable iterator for reading the given data file.
|
ClosableIterator<HoodieKey> |
ParquetUtils.getHoodieKeyIterator(org.apache.hadoop.conf.Configuration configuration,
org.apache.hadoop.fs.Path filePath,
Option<BaseKeyGenerator> keyGeneratorOpt)
Returns a closable iterator for reading the given parquet file.
|
ClosableIterator<HoodieKey> |
OrcUtils.getHoodieKeyIterator(org.apache.hadoop.conf.Configuration configuration,
org.apache.hadoop.fs.Path filePath,
Option<BaseKeyGenerator> keyGeneratorOpt) |
| Modifier and Type | Method and Description |
|---|---|
HoodieKey |
KeyGeneratorInterface.getKey(org.apache.avro.generic.GenericRecord record) |
abstract HoodieKey |
KeyGenerator.getKey(org.apache.avro.generic.GenericRecord record)
Generate a Hoodie Key out of provided generic record.
|
HoodieKey |
BaseKeyGenerator.getKey(org.apache.avro.generic.GenericRecord record)
Generate a Hoodie Key out of provided generic record.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.