public class RestorePlanActionExecutor<T extends HoodieRecordPayload,I,K,O> extends BaseActionExecutor<T,I,K,O,Option<HoodieRestorePlan>>
| Modifier and Type | Field and Description |
|---|---|
static Integer |
LATEST_RESTORE_PLAN_VERSION |
static Integer |
RESTORE_PLAN_VERSION_1 |
config, context, hadoopConf, instantTime, table| Constructor and Description |
|---|
RestorePlanActionExecutor(HoodieEngineContext context,
HoodieWriteConfig config,
HoodieTable<T,I,K,O> table,
String instantTime,
String restoreInstantTime) |
| Modifier and Type | Method and Description |
|---|---|
Option<HoodieRestorePlan> |
execute() |
writeTableMetadata, writeTableMetadata, writeTableMetadata, writeTableMetadatapublic static final Integer RESTORE_PLAN_VERSION_1
public static final Integer LATEST_RESTORE_PLAN_VERSION
public RestorePlanActionExecutor(HoodieEngineContext context, HoodieWriteConfig config, HoodieTable<T,I,K,O> table, String instantTime, String restoreInstantTime)
public Option<HoodieRestorePlan> execute()
execute in class BaseActionExecutor<T extends HoodieRecordPayload,I,K,O,Option<HoodieRestorePlan>>Copyright © 2022 The Apache Software Foundation. All rights reserved.