|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PrivilegeGrantInfo | |
---|---|
org.apache.hadoop.hive.metastore | |
org.apache.hadoop.hive.metastore.api | |
org.apache.hadoop.hive.ql.exec | Hive QL execution tasks, operators, functions and other handlers. |
org.apache.hadoop.hive.ql.session |
Uses of PrivilegeGrantInfo in org.apache.hadoop.hive.metastore |
---|
Methods in org.apache.hadoop.hive.metastore that return types with arguments of type PrivilegeGrantInfo | |
---|---|
List<PrivilegeGrantInfo> |
ObjectStore.getDBPrivilege(String dbName,
String principalName,
PrincipalType principalType)
|
Uses of PrivilegeGrantInfo in org.apache.hadoop.hive.metastore.api |
---|
Methods in org.apache.hadoop.hive.metastore.api that return PrivilegeGrantInfo | |
---|---|
PrivilegeGrantInfo |
PrivilegeGrantInfo.deepCopy()
|
PrivilegeGrantInfo |
HiveObjectPrivilege.getGrantInfo()
|
Methods in org.apache.hadoop.hive.metastore.api that return types with arguments of type PrivilegeGrantInfo | |
---|---|
Map<String,List<PrivilegeGrantInfo>> |
PrincipalPrivilegeSet.getGroupPrivileges()
|
Map<String,List<PrivilegeGrantInfo>> |
PrincipalPrivilegeSet.getRolePrivileges()
|
Map<String,List<PrivilegeGrantInfo>> |
PrincipalPrivilegeSet.getUserPrivileges()
|
Methods in org.apache.hadoop.hive.metastore.api with parameters of type PrivilegeGrantInfo | |
---|---|
int |
PrivilegeGrantInfo.compareTo(PrivilegeGrantInfo other)
|
boolean |
PrivilegeGrantInfo.equals(PrivilegeGrantInfo that)
|
void |
HiveObjectPrivilege.setGrantInfo(PrivilegeGrantInfo grantInfo)
|
Method parameters in org.apache.hadoop.hive.metastore.api with type arguments of type PrivilegeGrantInfo | |
---|---|
void |
PrincipalPrivilegeSet.putToGroupPrivileges(String key,
List<PrivilegeGrantInfo> val)
|
void |
PrincipalPrivilegeSet.putToRolePrivileges(String key,
List<PrivilegeGrantInfo> val)
|
void |
PrincipalPrivilegeSet.putToUserPrivileges(String key,
List<PrivilegeGrantInfo> val)
|
void |
PrincipalPrivilegeSet.setGroupPrivileges(Map<String,List<PrivilegeGrantInfo>> groupPrivileges)
|
void |
PrincipalPrivilegeSet.setRolePrivileges(Map<String,List<PrivilegeGrantInfo>> rolePrivileges)
|
void |
PrincipalPrivilegeSet.setUserPrivileges(Map<String,List<PrivilegeGrantInfo>> userPrivileges)
|
Constructors in org.apache.hadoop.hive.metastore.api with parameters of type PrivilegeGrantInfo | |
---|---|
HiveObjectPrivilege(HiveObjectRef hiveObject,
String principalName,
PrincipalType principalType,
PrivilegeGrantInfo grantInfo)
|
|
PrivilegeGrantInfo(PrivilegeGrantInfo other)
Performs a deep copy on other. |
Constructor parameters in org.apache.hadoop.hive.metastore.api with type arguments of type PrivilegeGrantInfo | |
---|---|
PrincipalPrivilegeSet(Map<String,List<PrivilegeGrantInfo>> userPrivileges,
Map<String,List<PrivilegeGrantInfo>> groupPrivileges,
Map<String,List<PrivilegeGrantInfo>> rolePrivileges)
|
|
PrincipalPrivilegeSet(Map<String,List<PrivilegeGrantInfo>> userPrivileges,
Map<String,List<PrivilegeGrantInfo>> groupPrivileges,
Map<String,List<PrivilegeGrantInfo>> rolePrivileges)
|
|
PrincipalPrivilegeSet(Map<String,List<PrivilegeGrantInfo>> userPrivileges,
Map<String,List<PrivilegeGrantInfo>> groupPrivileges,
Map<String,List<PrivilegeGrantInfo>> rolePrivileges)
|
Uses of PrivilegeGrantInfo in org.apache.hadoop.hive.ql.exec |
---|
Methods in org.apache.hadoop.hive.ql.exec with parameters of type PrivilegeGrantInfo | |
---|---|
static void |
DDLTask.writeGrantInfo(DataOutput outStream,
PrincipalType principalType,
String principalName,
String dbName,
String tableName,
String partName,
String columnName,
PrivilegeGrantInfo grantInfo)
|
Uses of PrivilegeGrantInfo in org.apache.hadoop.hive.ql.session |
---|
Methods in org.apache.hadoop.hive.ql.session that return types with arguments of type PrivilegeGrantInfo | |
---|---|
Map<String,List<PrivilegeGrantInfo>> |
CreateTableAutomaticGrant.getGroupGrants()
|
Map<String,List<PrivilegeGrantInfo>> |
CreateTableAutomaticGrant.getRoleGrants()
|
Map<String,List<PrivilegeGrantInfo>> |
CreateTableAutomaticGrant.getUserGrants()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |