| Interface | Description |
|---|---|
| BaseRollbackHelper.SerializablePathFilter |
| Class | Description |
|---|---|
| BaseRollbackActionExecutor<T extends HoodieRecordPayload,I,K,O> | |
| BaseRollbackHelper |
Contains common methods to be used across engines for rollback operation.
|
| BaseRollbackPlanActionExecutor<T extends HoodieRecordPayload,I,K,O> |
Base rollback plan action executor to assist in scheduling rollback requests.
|
| CopyOnWriteRollbackActionExecutor<T extends HoodieRecordPayload,I,K,O> | |
| ListingBasedRollbackHelper |
Performs Rollback of Hoodie Tables.
|
| ListingBasedRollbackRequest |
Request for performing one rollback action.
|
| ListingBasedRollbackStrategy |
Listing based rollback strategy to fetch list of
HoodieRollbackRequests. |
| MarkerBasedRollbackStrategy<T extends HoodieRecordPayload,I,K,O> |
Performs rollback using marker files generated during the write..
|
| MergeOnReadRollbackActionExecutor<T extends HoodieRecordPayload,I,K,O> | |
| RestorePlanActionExecutor<T extends HoodieRecordPayload,I,K,O> |
Plans the restore action and add a restore.requested meta file to timeline.
|
| RollbackUtils | |
| SerializableHoodieRollbackRequest |
HoodieRollbackRequest in HoodieRollbackPlan (avro pojo) is not operable direclty within spark parallel engine.
|
| Enum | Description |
|---|---|
| ListingBasedRollbackRequest.Type |
Rollback commands, that trigger a specific handling for rollback.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.