|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HiveObjectType | |
---|---|
org.apache.hadoop.hive.metastore.api | |
org.apache.hadoop.hive.ql.metadata | |
org.apache.hadoop.hive.ql.security.authorization |
Uses of HiveObjectType in org.apache.hadoop.hive.metastore.api |
---|
Methods in org.apache.hadoop.hive.metastore.api that return HiveObjectType | |
---|---|
static HiveObjectType |
HiveObjectType.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL. |
HiveObjectType |
HiveObjectRef.getObjectType()
|
static HiveObjectType |
HiveObjectType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static HiveObjectType[] |
HiveObjectType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.hadoop.hive.metastore.api with parameters of type HiveObjectType | |
---|---|
void |
HiveObjectRef.setObjectType(HiveObjectType objectType)
|
Constructors in org.apache.hadoop.hive.metastore.api with parameters of type HiveObjectType | |
---|---|
HiveObjectRef(HiveObjectType objectType,
String dbName,
String objectName,
List<String> partValues,
String columnName)
|
Uses of HiveObjectType in org.apache.hadoop.hive.ql.metadata |
---|
Methods in org.apache.hadoop.hive.ql.metadata with parameters of type HiveObjectType | |
---|---|
PrincipalPrivilegeSet |
Hive.get_privilege_set(HiveObjectType objectType,
String db_name,
String table_name,
List<String> part_values,
String column_name,
String user_name,
List<String> group_names)
|
List<HiveObjectPrivilege> |
Hive.showPrivilegeGrant(HiveObjectType objectType,
String principalName,
PrincipalType principalType,
String dbName,
String tableName,
List<String> partValues,
String columnName)
|
Uses of HiveObjectType in org.apache.hadoop.hive.ql.security.authorization |
---|
Methods in org.apache.hadoop.hive.ql.security.authorization with parameters of type HiveObjectType | |
---|---|
PrincipalPrivilegeSet |
HiveAuthorizationProviderBase.HiveProxy.get_privilege_set(HiveObjectType column,
String dbName,
String tableName,
List<String> partValues,
String col,
String userName,
List<String> groupNames)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |