| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore | |
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
GetRoleGrantsForPrincipalResponse |
HiveMetaStoreClient.get_role_grants_for_principal(GetRoleGrantsForPrincipalRequest getRolePrincReq) |
GetRoleGrantsForPrincipalResponse |
AbstractThriftHiveMetastore.get_role_grants_for_principal(GetRoleGrantsForPrincipalRequest request) |
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
|
| Modifier and Type | Method and Description |
|---|---|
GetRoleGrantsForPrincipalRequest |
GetRoleGrantsForPrincipalRequest.deepCopy() |
GetRoleGrantsForPrincipalRequest |
ThriftHiveMetastore.get_role_grants_for_principal_args.getRequest() |
| Constructor and Description |
|---|
get_role_grants_for_principal_args(GetRoleGrantsForPrincipalRequest request) |
get_role_grants_for_principal_call(GetRoleGrantsForPrincipalRequest request,
org.apache.thrift.async.AsyncMethodCallback<GetRoleGrantsForPrincipalResponse> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
GetRoleGrantsForPrincipalRequest(GetRoleGrantsForPrincipalRequest other)
Performs a deep copy on other.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.