Methods in org.apache.hadoop.hive.metastore.api with parameters of type HiveObjectRef |
int |
HiveObjectRef.compareTo(HiveObjectRef other)
|
boolean |
HiveObjectRef.equals(HiveObjectRef that)
|
PrincipalPrivilegeSet |
ThriftHiveMetastore.Iface.get_privilege_set(HiveObjectRef hiveObject,
String user_name,
List<String> group_names)
|
PrincipalPrivilegeSet |
ThriftHiveMetastore.Client.get_privilege_set(HiveObjectRef hiveObject,
String user_name,
List<String> group_names)
|
void |
ThriftHiveMetastore.AsyncIface.get_privilege_set(HiveObjectRef hiveObject,
String user_name,
List<String> group_names,
org.apache.thrift.async.AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_privilege_set_call> resultHandler)
|
void |
ThriftHiveMetastore.AsyncClient.get_privilege_set(HiveObjectRef hiveObject,
String user_name,
List<String> group_names,
org.apache.thrift.async.AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_privilege_set_call> resultHandler)
|
List<HiveObjectPrivilege> |
ThriftHiveMetastore.Iface.list_privileges(String principal_name,
PrincipalType principal_type,
HiveObjectRef hiveObject)
|
List<HiveObjectPrivilege> |
ThriftHiveMetastore.Client.list_privileges(String principal_name,
PrincipalType principal_type,
HiveObjectRef hiveObject)
|
void |
ThriftHiveMetastore.AsyncIface.list_privileges(String principal_name,
PrincipalType principal_type,
HiveObjectRef hiveObject,
org.apache.thrift.async.AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.list_privileges_call> resultHandler)
|
void |
ThriftHiveMetastore.AsyncClient.list_privileges(String principal_name,
PrincipalType principal_type,
HiveObjectRef hiveObject,
org.apache.thrift.async.AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.list_privileges_call> resultHandler)
|
void |
ThriftHiveMetastore.Client.send_get_privilege_set(HiveObjectRef hiveObject,
String user_name,
List<String> group_names)
|
void |
ThriftHiveMetastore.Client.send_list_privileges(String principal_name,
PrincipalType principal_type,
HiveObjectRef hiveObject)
|
void |
ThriftHiveMetastore.get_privilege_set_args.setHiveObject(HiveObjectRef hiveObject)
|
void |
ThriftHiveMetastore.list_privileges_args.setHiveObject(HiveObjectRef hiveObject)
|
void |
HiveObjectPrivilege.setHiveObject(HiveObjectRef hiveObject)
|
Constructors in org.apache.hadoop.hive.metastore.api with parameters of type HiveObjectRef |
HiveObjectPrivilege(HiveObjectRef hiveObject,
String principalName,
PrincipalType principalType,
PrivilegeGrantInfo grantInfo)
|
HiveObjectRef(HiveObjectRef other)
Performs a deep copy on other. |
ThriftHiveMetastore.AsyncClient.get_privilege_set_call(HiveObjectRef hiveObject,
String user_name,
List<String> group_names,
org.apache.thrift.async.AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.get_privilege_set_call> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport)
|
ThriftHiveMetastore.AsyncClient.list_privileges_call(String principal_name,
PrincipalType principal_type,
HiveObjectRef hiveObject,
org.apache.thrift.async.AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.list_privileges_call> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport)
|
ThriftHiveMetastore.get_privilege_set_args(HiveObjectRef hiveObject,
String user_name,
List<String> group_names)
|
ThriftHiveMetastore.list_privileges_args(String principal_name,
PrincipalType principal_type,
HiveObjectRef hiveObject)
|