public class CopyOnWriteRollbackActionExecutor<T extends HoodieRecordPayload,I,K,O> extends BaseRollbackActionExecutor<T,I,K,O>
deleteInstants, instantToRollback, resolvedInstant, skipTimelinePublish, useMarkerBasedStrategyconfig, context, hadoopConf, instantTime, table| Constructor and Description |
|---|
CopyOnWriteRollbackActionExecutor(HoodieEngineContext context,
HoodieWriteConfig config,
HoodieTable<T,I,K,O> table,
String instantTime,
HoodieInstant commitInstant,
boolean deleteInstants,
boolean skipLocking) |
CopyOnWriteRollbackActionExecutor(HoodieEngineContext context,
HoodieWriteConfig config,
HoodieTable<T,I,K,O> table,
String instantTime,
HoodieInstant commitInstant,
boolean deleteInstants,
boolean skipTimelinePublish,
boolean useMarkerBasedStrategy,
boolean skipLocking) |
| Modifier and Type | Method and Description |
|---|---|
protected List<HoodieRollbackStat> |
executeRollback(HoodieRollbackPlan hoodieRollbackPlan)
Execute actual rollback and fetch list of RollbackStats.
|
deleteInflightAndRequestedInstant, doRollbackAndGetStats, dropBootstrapIndexIfNeeded, execute, executeRollback, finishRollbackwriteTableMetadata, writeTableMetadata, writeTableMetadata, writeTableMetadatapublic CopyOnWriteRollbackActionExecutor(HoodieEngineContext context, HoodieWriteConfig config, HoodieTable<T,I,K,O> table, String instantTime, HoodieInstant commitInstant, boolean deleteInstants, boolean skipLocking)
public CopyOnWriteRollbackActionExecutor(HoodieEngineContext context, HoodieWriteConfig config, HoodieTable<T,I,K,O> table, String instantTime, HoodieInstant commitInstant, boolean deleteInstants, boolean skipTimelinePublish, boolean useMarkerBasedStrategy, boolean skipLocking)
protected List<HoodieRollbackStat> executeRollback(HoodieRollbackPlan hoodieRollbackPlan)
BaseRollbackActionExecutorexecuteRollback in class BaseRollbackActionExecutor<T extends HoodieRecordPayload,I,K,O>hoodieRollbackPlan - instance of HoodieRollbackPlan that needs to be executed.HoodieRollbackStats.Copyright © 2022 The Apache Software Foundation. All rights reserved.