Package | Description |
---|---|
org.apache.hadoop.hive.metastore | |
org.apache.hadoop.hive.metastore.api | |
org.apache.hadoop.hive.ql.metadata |
Modifier and Type | Method and Description |
---|---|
Role |
RawStore.getRole(String roleName) |
Role |
ObjectStore.getRole(String roleName) |
Modifier and Type | Method and Description |
---|---|
List<Role> |
IMetaStoreClient.list_roles(String principalName,
PrincipalType principalType) |
List<Role> |
HiveMetaStoreClient.list_roles(String principalName,
PrincipalType principalType) |
List<Role> |
HiveMetaStore.HMSHandler.list_roles(String principalName,
PrincipalType principalType) |
Modifier and Type | Method and Description |
---|---|
boolean |
IMetaStoreClient.create_role(Role role) |
boolean |
HiveMetaStoreClient.create_role(Role role) |
boolean |
HiveMetaStore.HMSHandler.create_role(Role role) |
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 |
RawStore.revokeRole(Role role,
String userName,
PrincipalType principalType,
boolean grantOption) |
boolean |
ObjectStore.revokeRole(Role role,
String userName,
PrincipalType principalType,
boolean grantOption) |
Modifier and Type | Method and Description |
---|---|
Role |
Role.deepCopy() |
Role |
ThriftHiveMetastore.create_role_args.getRole() |
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
ThriftHiveMetastore.list_roles_result.setSuccess(List<Role> success) |
Constructor and Description |
---|
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 and Description |
---|
ThriftHiveMetastore.list_roles_result(List<Role> success,
MetaException o1) |
Modifier and Type | Method and Description |
---|---|
List<Role> |
Hive.listRoles(String userName,
PrincipalType principalType) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.