| 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 |
|---|---|
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 |
|---|---|
org.apache.thrift.async.AsyncMethodCallback<GetRoleGrantsForPrincipalResponse> |
ThriftHiveMetastore.AsyncProcessor.get_role_grants_for_principal.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
void |
ThriftHiveMetastore.AsyncIface.get_role_grants_for_principal(GetRoleGrantsForPrincipalRequest request,
org.apache.thrift.async.AsyncMethodCallback<GetRoleGrantsForPrincipalResponse> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.get_role_grants_for_principal(GetRoleGrantsForPrincipalRequest request,
org.apache.thrift.async.AsyncMethodCallback<GetRoleGrantsForPrincipalResponse> resultHandler) |
void |
ThriftHiveMetastore.AsyncProcessor.get_role_grants_for_principal.start(I iface,
ThriftHiveMetastore.get_role_grants_for_principal_args args,
org.apache.thrift.async.AsyncMethodCallback<GetRoleGrantsForPrincipalResponse> resultHandler) |
| Constructor and Description |
|---|
get_role_grants_for_principal_result(GetRoleGrantsForPrincipalResponse success,
MetaException o1) |
GetRoleGrantsForPrincipalResponse(GetRoleGrantsForPrincipalResponse other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
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) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.