public static enum HiveMetastore.FireEventRequestData.FireEventRequestDataCase extends Enum<HiveMetastore.FireEventRequestData.FireEventRequestDataCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
FIREEVENTREQUESTDATA_NOT_SET |
INSERT_DATA |
INSERT_DATAS |
REFRESH_EVENT |
| Modifier and Type | Method and Description |
|---|---|
static HiveMetastore.FireEventRequestData.FireEventRequestDataCase |
forNumber(int value) |
int |
getNumber() |
static HiveMetastore.FireEventRequestData.FireEventRequestDataCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static HiveMetastore.FireEventRequestData.FireEventRequestDataCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HiveMetastore.FireEventRequestData.FireEventRequestDataCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HiveMetastore.FireEventRequestData.FireEventRequestDataCase INSERT_DATA
public static final HiveMetastore.FireEventRequestData.FireEventRequestDataCase INSERT_DATAS
public static final HiveMetastore.FireEventRequestData.FireEventRequestDataCase REFRESH_EVENT
public static final HiveMetastore.FireEventRequestData.FireEventRequestDataCase FIREEVENTREQUESTDATA_NOT_SET
public static HiveMetastore.FireEventRequestData.FireEventRequestDataCase[] values()
for (HiveMetastore.FireEventRequestData.FireEventRequestDataCase c : HiveMetastore.FireEventRequestData.FireEventRequestDataCase.values()) System.out.println(c);
public static HiveMetastore.FireEventRequestData.FireEventRequestDataCase 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 null@Deprecated public static HiveMetastore.FireEventRequestData.FireEventRequestDataCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static HiveMetastore.FireEventRequestData.FireEventRequestDataCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2024 The Apache Software Foundation. All rights reserved.