public static enum HivePrivilegeObject.HivePrivObjectActionType extends Enum<HivePrivilegeObject.HivePrivObjectActionType>
HiveOperationType
is QUERY, this action type is set so that it is possible
to determine if the action type on this object is an INSERT or INSERT_OVERWRITEEnum Constant and Description |
---|
DELETE |
INSERT |
INSERT_OVERWRITE |
OTHER |
UPDATE |
Modifier and Type | Method and Description |
---|---|
static HivePrivilegeObject.HivePrivObjectActionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HivePrivilegeObject.HivePrivObjectActionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HivePrivilegeObject.HivePrivObjectActionType OTHER
public static final HivePrivilegeObject.HivePrivObjectActionType INSERT
public static final HivePrivilegeObject.HivePrivObjectActionType INSERT_OVERWRITE
public static final HivePrivilegeObject.HivePrivObjectActionType UPDATE
public static final HivePrivilegeObject.HivePrivObjectActionType DELETE
public static HivePrivilegeObject.HivePrivObjectActionType[] values()
for (HivePrivilegeObject.HivePrivObjectActionType c : HivePrivilegeObject.HivePrivObjectActionType.values()) System.out.println(c);
public static HivePrivilegeObject.HivePrivObjectActionType 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 © 2017 The Apache Software Foundation. All rights reserved.