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