public static enum PartitionUpdate.UpdateMode extends Enum<PartitionUpdate.UpdateMode>
| Modifier and Type | Method and Description |
|---|---|
static PartitionUpdate.UpdateMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PartitionUpdate.UpdateMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PartitionUpdate.UpdateMode NEW
public static final PartitionUpdate.UpdateMode APPEND
public static final PartitionUpdate.UpdateMode OVERWRITE
public static PartitionUpdate.UpdateMode[] values()
for (PartitionUpdate.UpdateMode c : PartitionUpdate.UpdateMode.values()) System.out.println(c);
public static PartitionUpdate.UpdateMode 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 © 2012–2023. All rights reserved.