public interface IndexingCatchupTask extends Runnable
WriteStatBasedIndexingCatchupTask is used for commit metadata based indexing,
while RecordBasedIndexingCatchupTask is used for record level indexing.| Modifier and Type | Method and Description |
|---|---|
void |
updateIndexForWriteAction(HoodieInstant instant)
Update the index for the write action.
|
void updateIndexForWriteAction(HoodieInstant instant) throws IOException
instant - Hoodie instant corresponding to the write actionIOExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.