Uses of Class
org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncClient.grant_role_call

Packages that use ThriftHiveMetastore.AsyncClient.grant_role_call
org.apache.hadoop.hive.metastore.api   
 

Uses of ThriftHiveMetastore.AsyncClient.grant_role_call in org.apache.hadoop.hive.metastore.api
 

Method parameters in org.apache.hadoop.hive.metastore.api with type arguments of type ThriftHiveMetastore.AsyncClient.grant_role_call
 void ThriftHiveMetastore.AsyncIface.grant_role(String role_name, String principal_name, PrincipalType principal_type, String grantor, PrincipalType grantorType, boolean grant_option, org.apache.thrift.async.AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.grant_role_call> resultHandler)
           
 void ThriftHiveMetastore.AsyncClient.grant_role(String role_name, String principal_name, PrincipalType principal_type, String grantor, PrincipalType grantorType, boolean grant_option, org.apache.thrift.async.AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.grant_role_call> resultHandler)
           
 

Constructor parameters in org.apache.hadoop.hive.metastore.api with type arguments of type ThriftHiveMetastore.AsyncClient.grant_role_call
ThriftHiveMetastore.AsyncClient.grant_role_call(String role_name, String principal_name, PrincipalType principal_type, String grantor, PrincipalType grantorType, boolean grant_option, org.apache.thrift.async.AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.grant_role_call> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
           
 



Copyright © 2011 The Apache Software Foundation