| Package | Description |
|---|---|
| org.apache.hudi.common.table.cdc | |
| org.apache.hudi.common.table.log |
| Constructor and Description |
|---|
HoodieCDCExtractor(HoodieTableMetaClient metaClient,
InstantRange range) |
| Modifier and Type | Method and Description |
|---|---|
InstantRange |
InstantRange.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
AbstractHoodieLogRecordReader.Builder |
AbstractHoodieLogRecordReader.Builder.withInstantRange(Option<InstantRange> instantRange) |
HoodieMergedLogRecordScanner.Builder |
HoodieMergedLogRecordScanner.Builder.withInstantRange(Option<InstantRange> instantRange) |
HoodieUnMergedLogRecordScanner.Builder |
HoodieUnMergedLogRecordScanner.Builder.withInstantRange(Option<InstantRange> instantRange) |
| Constructor and Description |
|---|
AbstractHoodieLogRecordReader(HoodieStorage storage,
String basePath,
List<String> logFilePaths,
org.apache.avro.Schema readerSchema,
String latestInstantTime,
boolean reverseReader,
int bufferSize,
Option<InstantRange> instantRange,
boolean withOperationField,
boolean forceFullScan,
Option<String> partitionNameOverride,
InternalSchema internalSchema,
Option<String> keyFieldOverride,
boolean enableOptimizedLogBlocksScan,
HoodieRecordMerger recordMerger,
Option<HoodieTableMetaClient> hoodieTableMetaClientOption) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.