| Package | Description |
|---|---|
| org.apache.hudi.common.model | |
| org.apache.hudi.common.util |
| Modifier and Type | Method and Description |
|---|---|
String |
HoodieEmptyRecord.getRecordKey(org.apache.avro.Schema recordSchema,
Option<BaseKeyGenerator> keyGeneratorOpt) |
String |
HoodieAvroIndexedRecord.getRecordKey(org.apache.avro.Schema recordSchema,
Option<BaseKeyGenerator> keyGeneratorOpt) |
abstract String |
HoodieRecord.getRecordKey(org.apache.avro.Schema recordSchema,
Option<BaseKeyGenerator> keyGeneratorOpt) |
String |
HoodieAvroRecord.getRecordKey(org.apache.avro.Schema recordSchema,
Option<BaseKeyGenerator> keyGeneratorOpt) |
HoodieRecord |
HoodieEmptyRecord.wrapIntoHoodieRecordPayloadWithKeyGen(org.apache.avro.Schema recordSchema,
Properties props,
Option<BaseKeyGenerator> keyGen) |
HoodieRecord |
HoodieAvroIndexedRecord.wrapIntoHoodieRecordPayloadWithKeyGen(org.apache.avro.Schema recordSchema,
Properties props,
Option<BaseKeyGenerator> keyGen) |
HoodieRecord |
HoodieAvroRecord.wrapIntoHoodieRecordPayloadWithKeyGen(org.apache.avro.Schema recordSchema,
Properties props,
Option<BaseKeyGenerator> keyGen) |
HoodieRecord |
HoodieRecordCompatibilityInterface.wrapIntoHoodieRecordPayloadWithKeyGen(org.apache.avro.Schema recordSchema,
Properties props,
Option<BaseKeyGenerator> keyGen)
This method used to extract HoodieKey through keyGenerator.
|
| Modifier and Type | Method and Description |
|---|---|
abstract List<Pair<HoodieKey,Long>> |
FileFormatUtils.fetchRecordKeysWithPositions(HoodieStorage storage,
StoragePath filePath,
Option<BaseKeyGenerator> keyGeneratorOpt)
Fetch
HoodieKeys with positions from the given data file. |
abstract ClosableIterator<HoodieKey> |
FileFormatUtils.getHoodieKeyIterator(HoodieStorage storage,
StoragePath filePath,
Option<BaseKeyGenerator> keyGeneratorOpt)
Provides a closable iterator for reading the given data file.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.