| Package | Description |
|---|---|
| org.apache.hudi.common.table.log | |
| org.apache.hudi.common.table.read |
| Modifier and Type | Class and Description |
|---|---|
class |
FullKeySpec
This class specifies a set of record keys that is a full key.
|
class |
PrefixKeySpec
This class specifies a set of record keys, each of which is a prefix.
|
| Modifier and Type | Method and Description |
|---|---|
static KeySpec |
KeySpec.fullKeySpec(List<String> keys) |
static KeySpec |
KeySpec.prefixKeySpec(List<String> keyPrefixes) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseHoodieLogRecordReader.scanInternal(Option<KeySpec> keySpecOpt,
boolean skipProcessingBlocks) |
| Modifier and Type | Method and Description |
|---|---|
protected Pair<ClosableIterator<T>,org.apache.avro.Schema> |
HoodieBaseFileGroupRecordBuffer.getRecordsIterator(HoodieDataBlock dataBlock,
Option<KeySpec> keySpecOpt)
Create a record iterator for a data block.
|
void |
HoodieUnmergedFileGroupRecordBuffer.processDataBlock(HoodieDataBlock dataBlock,
Option<KeySpec> keySpecOpt) |
void |
HoodieKeyBasedFileGroupRecordBuffer.processDataBlock(HoodieDataBlock dataBlock,
Option<KeySpec> keySpecOpt) |
void |
HoodieFileGroupRecordBuffer.processDataBlock(HoodieDataBlock dataBlock,
Option<KeySpec> keySpecOpt)
Process a log data block, and store the resulting records into the buffer.
|
void |
HoodiePositionBasedFileGroupRecordBuffer.processDataBlock(HoodieDataBlock dataBlock,
Option<KeySpec> keySpecOpt) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.