| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore | |
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
GetPrincipalsInRoleResponse |
HiveMetaStoreClient.get_principals_in_role(GetPrincipalsInRoleRequest req) |
GetPrincipalsInRoleResponse |
AbstractThriftHiveMetastore.get_principals_in_role(GetPrincipalsInRoleRequest request) |
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
|
| Modifier and Type | Method and Description |
|---|---|
GetPrincipalsInRoleRequest |
GetPrincipalsInRoleRequest.deepCopy() |
GetPrincipalsInRoleRequest |
ThriftHiveMetastore.get_principals_in_role_args.getRequest() |
| Modifier and Type | Method and Description |
|---|---|
int |
GetPrincipalsInRoleRequest.compareTo(GetPrincipalsInRoleRequest other) |
boolean |
GetPrincipalsInRoleRequest.equals(GetPrincipalsInRoleRequest that) |
GetPrincipalsInRoleResponse |
ThriftHiveMetastore.Iface.get_principals_in_role(GetPrincipalsInRoleRequest request) |
GetPrincipalsInRoleResponse |
ThriftHiveMetastore.Client.get_principals_in_role(GetPrincipalsInRoleRequest request) |
void |
ThriftHiveMetastore.AsyncIface.get_principals_in_role(GetPrincipalsInRoleRequest request,
org.apache.thrift.async.AsyncMethodCallback<GetPrincipalsInRoleResponse> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.get_principals_in_role(GetPrincipalsInRoleRequest request,
org.apache.thrift.async.AsyncMethodCallback<GetPrincipalsInRoleResponse> resultHandler) |
void |
ThriftHiveMetastore.Client.send_get_principals_in_role(GetPrincipalsInRoleRequest request) |
void |
ThriftHiveMetastore.get_principals_in_role_args.setRequest(GetPrincipalsInRoleRequest request) |
| Constructor and Description |
|---|
get_principals_in_role_args(GetPrincipalsInRoleRequest request) |
get_principals_in_role_call(GetPrincipalsInRoleRequest request,
org.apache.thrift.async.AsyncMethodCallback<GetPrincipalsInRoleResponse> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
GetPrincipalsInRoleRequest(GetPrincipalsInRoleRequest other)
Performs a deep copy on other.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.