Package | Description |
---|---|
org.apache.hadoop.hive.metastore | |
org.apache.hadoop.hive.metastore.api |
Modifier and Type | Method and Description |
---|---|
GetPrincipalsInRoleResponse |
IMetaStoreClient.get_principals_in_role(GetPrincipalsInRoleRequest getPrincRoleReq)
get all role-grants for users/roles that have been granted the given role
Note that in the returned list of RolePrincipalGrants, the roleName is
redundant as it would match the role_name argument of this function
|
GetPrincipalsInRoleResponse |
HiveMetaStoreClient.get_principals_in_role(GetPrincipalsInRoleRequest req) |
GetPrincipalsInRoleResponse |
HiveMetaStore.HMSHandler.get_principals_in_role(GetPrincipalsInRoleRequest request) |
Modifier and Type | Method and Description |
---|---|
GetPrincipalsInRoleResponse |
GetPrincipalsInRoleResponse.deepCopy() |
GetPrincipalsInRoleResponse |
ThriftHiveMetastore.Iface.get_principals_in_role(GetPrincipalsInRoleRequest request) |
GetPrincipalsInRoleResponse |
ThriftHiveMetastore.Client.get_principals_in_role(GetPrincipalsInRoleRequest request) |
GetPrincipalsInRoleResponse |
ThriftHiveMetastore.AsyncClient.get_principals_in_role_call.getResult() |
GetPrincipalsInRoleResponse |
ThriftHiveMetastore.get_principals_in_role_result.getSuccess() |
GetPrincipalsInRoleResponse |
ThriftHiveMetastore.Client.recv_get_principals_in_role() |
Modifier and Type | Method and Description |
---|---|
int |
GetPrincipalsInRoleResponse.compareTo(GetPrincipalsInRoleResponse other) |
boolean |
GetPrincipalsInRoleResponse.equals(GetPrincipalsInRoleResponse that) |
void |
ThriftHiveMetastore.get_principals_in_role_result.setSuccess(GetPrincipalsInRoleResponse success) |
Constructor and Description |
---|
GetPrincipalsInRoleResponse(GetPrincipalsInRoleResponse other)
Performs a deep copy on other.
|
ThriftHiveMetastore.get_principals_in_role_result(GetPrincipalsInRoleResponse success,
MetaException o1) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.