| Package | Description |
|---|---|
| org.apache.hudi.metadata | |
| org.apache.hudi.table | |
| org.apache.hudi.table.action.index |
| Modifier and Type | Class and Description |
|---|---|
class |
HoodieBackedTableMetadataWriter<I>
Writer implementation backed by an internal hudi table.
|
| Modifier and Type | Method and Description |
|---|---|
Option<HoodieTableMetadataWriter> |
HoodieTable.getIndexingMetadataWriter(String triggeringInstantTimestamp)
Gets the metadata writer for async indexer.
|
Option<HoodieTableMetadataWriter> |
HoodieTable.getMetadataWriter(String triggeringInstantTimestamp)
Get Table metadata writer.
|
protected Option<HoodieTableMetadataWriter> |
HoodieTable.getMetadataWriter(String triggeringInstantTimestamp,
HoodieFailedWritesCleaningPolicy failedWritesCleaningPolicy)
Get Table metadata writer.
|
| Modifier and Type | Field and Description |
|---|---|
protected HoodieTableMetadataWriter |
AbstractIndexingCatchupTask.metadataWriter |
| Modifier and Type | Method and Description |
|---|---|
static IndexingCatchupTask |
IndexingCatchupTaskFactory.createCatchupTask(List<HoodieIndexPartitionInfo> indexPartitionInfos,
HoodieTableMetadataWriter metadataWriter,
List<HoodieInstant> instantsToIndex,
Set<String> metadataCompletedInstants,
HoodieTable table,
HoodieTableMetaClient metadataMetaClient,
String currentCaughtupInstant,
TransactionManager transactionManager,
HoodieEngineContext engineContext,
HoodieHeartbeatClient heartbeatClient) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.