public class HoodieCDCExtractor extends Object
HoodieCommitMetadata objects.
2. initialize the HoodieTableFileSystemView by the touched data files.
3. extract the cdc information:
generate a HoodieCDCFileSplit object for each of the instant in (startInstant, endInstant)
and each of the file group which is touched in the range of instants.| Constructor and Description |
|---|
HoodieCDCExtractor(HoodieTableMetaClient metaClient,
InstantRange range) |
| Modifier and Type | Method and Description |
|---|---|
Map<HoodieFileGroupId,List<HoodieCDCFileSplit>> |
extractCDCFileSplits()
At the granularity of a file group, trace the mapping between
each commit/instant and changes to this file group.
|
public HoodieCDCExtractor(HoodieTableMetaClient metaClient, InstantRange range)
public Map<HoodieFileGroupId,List<HoodieCDCFileSplit>> extractCDCFileSplits()
Copyright © 2024 The Apache Software Foundation. All rights reserved.