Uses of Class
org.apache.hadoop.hive.metastore.api.Role

Packages that use Role
org.apache.hadoop.hive.metastore   
org.apache.hadoop.hive.metastore.api   
org.apache.hadoop.hive.ql.metadata   
 

Uses of Role in org.apache.hadoop.hive.metastore
 

Methods in org.apache.hadoop.hive.metastore that return Role
 Role DummyRawStoreForJdoConnection.getRole(String roleName)
           
 Role RawStore.getRole(String roleName)
           
 Role ObjectStore.getRole(String roleName)
           
 

Methods in org.apache.hadoop.hive.metastore that return types with arguments of type Role
 List<Role> HiveMetaStore.HMSHandler.list_roles(String principalName, PrincipalType principalType)
           
 List<Role> IMetaStoreClient.list_roles(String principalName, PrincipalType principalType)
           
 List<Role> HiveMetaStoreClient.list_roles(String principalName, PrincipalType principalType)
           
 

Methods in org.apache.hadoop.hive.metastore with parameters of type Role
 boolean HiveMetaStore.HMSHandler.create_role(Role role)
           
 boolean IMetaStoreClient.create_role(Role role)
           
 boolean HiveMetaStoreClient.create_role(Role role)
           
 boolean DummyRawStoreForJdoConnection.grantRole(Role role, String userName, PrincipalType principalType, String grantor, PrincipalType grantorType, boolean grantOption)
           
 boolean RawStore.grantRole(Role role, String userName, PrincipalType principalType, String grantor, PrincipalType grantorType, boolean grantOption)
           
 boolean ObjectStore.grantRole(Role role, String userName, PrincipalType principalType, String grantor, PrincipalType grantorType, boolean grantOption)
           
 boolean DummyRawStoreForJdoConnection.revokeRole(Role role, String userName, PrincipalType principalType)
           
 boolean RawStore.revokeRole(Role role, String userName, PrincipalType principalType)
           
 boolean ObjectStore.revokeRole(Role role, String userName, PrincipalType principalType)
           
 

Uses of Role in org.apache.hadoop.hive.metastore.api
 

Methods in org.apache.hadoop.hive.metastore.api that return Role
 Role Role.deepCopy()
           
 Role ThriftHiveMetastore.create_role_args.getRole()
           
 

Methods in org.apache.hadoop.hive.metastore.api that return types with arguments of type Role
 List<Role> ThriftHiveMetastore.AsyncClient.list_roles_call.getResult()
           
 List<Role> ThriftHiveMetastore.list_roles_result.getSuccess()
           
 Iterator<Role> ThriftHiveMetastore.list_roles_result.getSuccessIterator()
           
 List<Role> ThriftHiveMetastore.Iface.list_roles(String principal_name, PrincipalType principal_type)
           
 List<Role> ThriftHiveMetastore.Client.list_roles(String principal_name, PrincipalType principal_type)
           
 List<Role> ThriftHiveMetastore.Client.recv_list_roles()
           
 

Methods in org.apache.hadoop.hive.metastore.api with parameters of type Role
 void ThriftHiveMetastore.list_roles_result.addToSuccess(Role elem)
           
 int Role.compareTo(Role other)
           
 boolean ThriftHiveMetastore.Iface.create_role(Role role)
           
 boolean ThriftHiveMetastore.Client.create_role(Role role)
           
 void ThriftHiveMetastore.AsyncIface.create_role(Role role, org.apache.thrift.async.AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.create_role_call> resultHandler)
           
 void ThriftHiveMetastore.AsyncClient.create_role(Role role, org.apache.thrift.async.AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.create_role_call> resultHandler)
           
 boolean Role.equals(Role that)
           
 void ThriftHiveMetastore.Client.send_create_role(Role role)
           
 void ThriftHiveMetastore.create_role_args.setRole(Role role)
           
 

Method parameters in org.apache.hadoop.hive.metastore.api with type arguments of type Role
 void ThriftHiveMetastore.list_roles_result.setSuccess(List<Role> success)
           
 

Constructors in org.apache.hadoop.hive.metastore.api with parameters of type Role
Role(Role other)
          Performs a deep copy on other.
ThriftHiveMetastore.AsyncClient.create_role_call(Role role, org.apache.thrift.async.AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.create_role_call> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
           
ThriftHiveMetastore.create_role_args(Role role)
           
 

Constructor parameters in org.apache.hadoop.hive.metastore.api with type arguments of type Role
ThriftHiveMetastore.list_roles_result(List<Role> success, MetaException o1)
           
 

Uses of Role in org.apache.hadoop.hive.ql.metadata
 

Methods in org.apache.hadoop.hive.ql.metadata that return types with arguments of type Role
 List<Role> Hive.listRoles(String userName, PrincipalType principalType)
           
 List<Role> Hive.showRoleGrant(String principalName, PrincipalType principalType)
           
 



Copyright © 2011 The Apache Software Foundation