| Package | Description |
|---|---|
| org.apache.hudi.table.action.rollback |
| Modifier and Type | Method and Description |
|---|---|
ListingBasedRollbackRequest.Type |
ListingBasedRollbackRequest.getType() |
static ListingBasedRollbackRequest.Type |
ListingBasedRollbackRequest.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListingBasedRollbackRequest.Type[] |
ListingBasedRollbackRequest.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ListingBasedRollbackRequest(String partitionPath,
ListingBasedRollbackRequest.Type type) |
ListingBasedRollbackRequest(String partitionPath,
Option<String> fileId,
Option<String> latestBaseInstant,
Option<HoodieWriteStat> writeStat,
ListingBasedRollbackRequest.Type type) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.