Package | Description |
---|---|
org.apache.hadoop.hive.metastore | |
org.apache.hadoop.hive.metastore.api |
Modifier and Type | Method and Description |
---|---|
GetRoleGrantsForPrincipalResponse |
IMetaStoreClient.get_role_grants_for_principal(GetRoleGrantsForPrincipalRequest getRolePrincReq)
get all role-grants for roles that have been granted to given principal
Note that in the returned list of RolePrincipalGrants, the principal information
redundant as it would match the principal information in request
|
GetRoleGrantsForPrincipalResponse |
HiveMetaStoreClient.get_role_grants_for_principal(GetRoleGrantsForPrincipalRequest getRolePrincReq) |
GetRoleGrantsForPrincipalResponse |
HiveMetaStore.HMSHandler.get_role_grants_for_principal(GetRoleGrantsForPrincipalRequest request) |
Modifier and Type | Method and Description |
---|---|
GetRoleGrantsForPrincipalResponse |
GetRoleGrantsForPrincipalResponse.deepCopy() |
GetRoleGrantsForPrincipalResponse |
ThriftHiveMetastore.Iface.get_role_grants_for_principal(GetRoleGrantsForPrincipalRequest request) |
GetRoleGrantsForPrincipalResponse |
ThriftHiveMetastore.Client.get_role_grants_for_principal(GetRoleGrantsForPrincipalRequest request) |
GetRoleGrantsForPrincipalResponse |
ThriftHiveMetastore.AsyncClient.get_role_grants_for_principal_call.getResult() |
GetRoleGrantsForPrincipalResponse |
ThriftHiveMetastore.get_role_grants_for_principal_result.getSuccess() |
GetRoleGrantsForPrincipalResponse |
ThriftHiveMetastore.Client.recv_get_role_grants_for_principal() |
Modifier and Type | Method and Description |
---|---|
int |
GetRoleGrantsForPrincipalResponse.compareTo(GetRoleGrantsForPrincipalResponse other) |
boolean |
GetRoleGrantsForPrincipalResponse.equals(GetRoleGrantsForPrincipalResponse that) |
void |
ThriftHiveMetastore.get_role_grants_for_principal_result.setSuccess(GetRoleGrantsForPrincipalResponse success) |
Constructor and Description |
---|
GetRoleGrantsForPrincipalResponse(GetRoleGrantsForPrincipalResponse other)
Performs a deep copy on other.
|
ThriftHiveMetastore.get_role_grants_for_principal_result(GetRoleGrantsForPrincipalResponse success,
MetaException o1) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.