Package | Description |
---|---|
org.apache.hadoop.hive.metastore | |
org.apache.hadoop.hive.metastore.api |
Modifier and Type | Method and Description |
---|---|
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
|
GetPrincipalsInRoleResponse |
HiveMetaStoreClient.get_principals_in_role(GetPrincipalsInRoleRequest req) |
GetPrincipalsInRoleResponse |
HiveMetaStore.HMSHandler.get_principals_in_role(GetPrincipalsInRoleRequest request) |
Modifier and Type | Method and Description |
---|---|
GetPrincipalsInRoleRequest |
GetPrincipalsInRoleRequest.deepCopy() |
GetPrincipalsInRoleRequest |
ThriftHiveMetastore.get_principals_in_role_args.getRequest() |
Constructor and Description |
---|
GetPrincipalsInRoleRequest(GetPrincipalsInRoleRequest other)
Performs a deep copy on other.
|
ThriftHiveMetastore.AsyncClient.get_principals_in_role_call(GetPrincipalsInRoleRequest request,
org.apache.thrift.async.AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_principals_in_role_call> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
ThriftHiveMetastore.get_principals_in_role_args(GetPrincipalsInRoleRequest request) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.