public static enum HiveMetastore.DataOperationType extends Enum<HiveMetastore.DataOperationType> implements com.google.protobuf.ProtocolMessageEnum
org.apache.hadoop.hive.metastore.grpc.DataOperationType| Enum Constant and Description |
|---|
DATA_OPERATION_TYPE_DELETE
DATA_OPERATION_TYPE_DELETE = 4; |
DATA_OPERATION_TYPE_INSERT
DATA_OPERATION_TYPE_INSERT = 2; |
DATA_OPERATION_TYPE_NOTXN
DATA_OPERATION_TYPE_NOTXN = 6; |
DATA_OPERATION_TYPE_SELECT
DATA_OPERATION_TYPE_SELECT = 1; |
DATA_OPERATION_TYPE_UNSET
DATA_OPERATION_TYPE_UNSET = 5; |
DATA_OPERATION_TYPE_UNSPECIFIED
DATA_OPERATION_TYPE_UNSPECIFIED = 0; |
DATA_OPERATION_TYPE_UPDATE
DATA_OPERATION_TYPE_UPDATE = 3; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
DATA_OPERATION_TYPE_DELETE_VALUE
DATA_OPERATION_TYPE_DELETE = 4; |
static int |
DATA_OPERATION_TYPE_INSERT_VALUE
DATA_OPERATION_TYPE_INSERT = 2; |
static int |
DATA_OPERATION_TYPE_NOTXN_VALUE
DATA_OPERATION_TYPE_NOTXN = 6; |
static int |
DATA_OPERATION_TYPE_SELECT_VALUE
DATA_OPERATION_TYPE_SELECT = 1; |
static int |
DATA_OPERATION_TYPE_UNSET_VALUE
DATA_OPERATION_TYPE_UNSET = 5; |
static int |
DATA_OPERATION_TYPE_UNSPECIFIED_VALUE
DATA_OPERATION_TYPE_UNSPECIFIED = 0; |
static int |
DATA_OPERATION_TYPE_UPDATE_VALUE
DATA_OPERATION_TYPE_UPDATE = 3; |
| Modifier and Type | Method and Description |
|---|---|
static HiveMetastore.DataOperationType |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<HiveMetastore.DataOperationType> |
internalGetValueMap() |
static HiveMetastore.DataOperationType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static HiveMetastore.DataOperationType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static HiveMetastore.DataOperationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HiveMetastore.DataOperationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HiveMetastore.DataOperationType DATA_OPERATION_TYPE_UNSPECIFIED
DATA_OPERATION_TYPE_UNSPECIFIED = 0;public static final HiveMetastore.DataOperationType DATA_OPERATION_TYPE_SELECT
DATA_OPERATION_TYPE_SELECT = 1;public static final HiveMetastore.DataOperationType DATA_OPERATION_TYPE_INSERT
DATA_OPERATION_TYPE_INSERT = 2;public static final HiveMetastore.DataOperationType DATA_OPERATION_TYPE_UPDATE
DATA_OPERATION_TYPE_UPDATE = 3;public static final HiveMetastore.DataOperationType DATA_OPERATION_TYPE_DELETE
DATA_OPERATION_TYPE_DELETE = 4;public static final HiveMetastore.DataOperationType DATA_OPERATION_TYPE_UNSET
DATA_OPERATION_TYPE_UNSET = 5;public static final HiveMetastore.DataOperationType DATA_OPERATION_TYPE_NOTXN
DATA_OPERATION_TYPE_NOTXN = 6;public static final HiveMetastore.DataOperationType UNRECOGNIZED
public static final int DATA_OPERATION_TYPE_UNSPECIFIED_VALUE
DATA_OPERATION_TYPE_UNSPECIFIED = 0;public static final int DATA_OPERATION_TYPE_SELECT_VALUE
DATA_OPERATION_TYPE_SELECT = 1;public static final int DATA_OPERATION_TYPE_INSERT_VALUE
DATA_OPERATION_TYPE_INSERT = 2;public static final int DATA_OPERATION_TYPE_UPDATE_VALUE
DATA_OPERATION_TYPE_UPDATE = 3;public static final int DATA_OPERATION_TYPE_DELETE_VALUE
DATA_OPERATION_TYPE_DELETE = 4;public static final int DATA_OPERATION_TYPE_UNSET_VALUE
DATA_OPERATION_TYPE_UNSET = 5;public static final int DATA_OPERATION_TYPE_NOTXN_VALUE
DATA_OPERATION_TYPE_NOTXN = 6;public static HiveMetastore.DataOperationType[] values()
for (HiveMetastore.DataOperationType c : HiveMetastore.DataOperationType.values()) System.out.println(c);
public static HiveMetastore.DataOperationType 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 final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static HiveMetastore.DataOperationType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static HiveMetastore.DataOperationType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<HiveMetastore.DataOperationType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static HiveMetastore.DataOperationType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 The Apache Software Foundation. All rights reserved.