public enum HoodieCDCOperation extends Enum<HoodieCDCOperation>
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static HoodieCDCOperation |
parse(String value) |
static HoodieCDCOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HoodieCDCOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HoodieCDCOperation INSERT
public static final HoodieCDCOperation UPDATE
public static final HoodieCDCOperation DELETE
public static HoodieCDCOperation[] values()
for (HoodieCDCOperation c : HoodieCDCOperation.values()) System.out.println(c);
public static HoodieCDCOperation 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 getValue()
public static HoodieCDCOperation parse(String value)
Copyright © 2024 The Apache Software Foundation. All rights reserved.