public static enum ListingBasedRollbackRequest.Type extends Enum<ListingBasedRollbackRequest.Type>
| Enum Constant and Description |
|---|
APPEND_ROLLBACK_BLOCK |
DELETE_DATA_AND_LOG_FILES |
DELETE_DATA_FILES_ONLY |
| Modifier and Type | Method and Description |
|---|---|
static ListingBasedRollbackRequest.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListingBasedRollbackRequest.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListingBasedRollbackRequest.Type DELETE_DATA_FILES_ONLY
public static final ListingBasedRollbackRequest.Type DELETE_DATA_AND_LOG_FILES
public static final ListingBasedRollbackRequest.Type APPEND_ROLLBACK_BLOCK
public static ListingBasedRollbackRequest.Type[] values()
for (ListingBasedRollbackRequest.Type c : ListingBasedRollbackRequest.Type.values()) System.out.println(c);
public static ListingBasedRollbackRequest.Type valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2024 The Apache Software Foundation. All rights reserved.