public static enum CoreOptions.PartitionMarkDoneAction extends Enum<CoreOptions.PartitionMarkDoneAction>
| Enum Constant and Description |
|---|
CUSTOM |
DONE_PARTITION |
HTTP_REPORT |
MARK_EVENT |
SUCCESS_FILE |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static CoreOptions.PartitionMarkDoneAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoreOptions.PartitionMarkDoneAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CoreOptions.PartitionMarkDoneAction SUCCESS_FILE
public static final CoreOptions.PartitionMarkDoneAction DONE_PARTITION
public static final CoreOptions.PartitionMarkDoneAction MARK_EVENT
public static final CoreOptions.PartitionMarkDoneAction HTTP_REPORT
public static final CoreOptions.PartitionMarkDoneAction CUSTOM
public static CoreOptions.PartitionMarkDoneAction[] values()
for (CoreOptions.PartitionMarkDoneAction c : CoreOptions.PartitionMarkDoneAction.values()) System.out.println(c);
public static CoreOptions.PartitionMarkDoneAction 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 nullpublic String toString()
toString in class Enum<CoreOptions.PartitionMarkDoneAction>Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.