| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore | |
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
GrantRevokePrivilegeResponse |
AbstractThriftHiveMetastore.grant_revoke_privileges(GrantRevokePrivilegeRequest request) |
GrantRevokePrivilegeResponse |
AbstractThriftHiveMetastore.refresh_privileges(HiveObjectRef objToRefresh,
String authorizer,
GrantRevokePrivilegeRequest grantRequest) |
| Modifier and Type | Method and Description |
|---|---|
GrantRevokePrivilegeRequest |
GrantRevokePrivilegeRequest.deepCopy() |
GrantRevokePrivilegeRequest |
ThriftHiveMetastore.refresh_privileges_args.getGrantRequest() |
GrantRevokePrivilegeRequest |
ThriftHiveMetastore.grant_revoke_privileges_args.getRequest() |
| Modifier and Type | Method and Description |
|---|---|
int |
GrantRevokePrivilegeRequest.compareTo(GrantRevokePrivilegeRequest other) |
boolean |
GrantRevokePrivilegeRequest.equals(GrantRevokePrivilegeRequest that) |
GrantRevokePrivilegeResponse |
ThriftHiveMetastore.Iface.grant_revoke_privileges(GrantRevokePrivilegeRequest request) |
GrantRevokePrivilegeResponse |
ThriftHiveMetastore.Client.grant_revoke_privileges(GrantRevokePrivilegeRequest request) |
void |
ThriftHiveMetastore.AsyncIface.grant_revoke_privileges(GrantRevokePrivilegeRequest request,
org.apache.thrift.async.AsyncMethodCallback<GrantRevokePrivilegeResponse> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.grant_revoke_privileges(GrantRevokePrivilegeRequest request,
org.apache.thrift.async.AsyncMethodCallback<GrantRevokePrivilegeResponse> resultHandler) |
GrantRevokePrivilegeResponse |
ThriftHiveMetastore.Iface.refresh_privileges(HiveObjectRef objToRefresh,
String authorizer,
GrantRevokePrivilegeRequest grantRequest) |
GrantRevokePrivilegeResponse |
ThriftHiveMetastore.Client.refresh_privileges(HiveObjectRef objToRefresh,
String authorizer,
GrantRevokePrivilegeRequest grantRequest) |
void |
ThriftHiveMetastore.AsyncIface.refresh_privileges(HiveObjectRef objToRefresh,
String authorizer,
GrantRevokePrivilegeRequest grantRequest,
org.apache.thrift.async.AsyncMethodCallback<GrantRevokePrivilegeResponse> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.refresh_privileges(HiveObjectRef objToRefresh,
String authorizer,
GrantRevokePrivilegeRequest grantRequest,
org.apache.thrift.async.AsyncMethodCallback<GrantRevokePrivilegeResponse> resultHandler) |
void |
ThriftHiveMetastore.Client.send_grant_revoke_privileges(GrantRevokePrivilegeRequest request) |
void |
ThriftHiveMetastore.Client.send_refresh_privileges(HiveObjectRef objToRefresh,
String authorizer,
GrantRevokePrivilegeRequest grantRequest) |
void |
ThriftHiveMetastore.refresh_privileges_args.setGrantRequest(GrantRevokePrivilegeRequest grantRequest) |
void |
ThriftHiveMetastore.grant_revoke_privileges_args.setRequest(GrantRevokePrivilegeRequest request) |
| Constructor and Description |
|---|
grant_revoke_privileges_args(GrantRevokePrivilegeRequest request) |
grant_revoke_privileges_call(GrantRevokePrivilegeRequest request,
org.apache.thrift.async.AsyncMethodCallback<GrantRevokePrivilegeResponse> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
GrantRevokePrivilegeRequest(GrantRevokePrivilegeRequest other)
Performs a deep copy on other.
|
refresh_privileges_args(HiveObjectRef objToRefresh,
String authorizer,
GrantRevokePrivilegeRequest grantRequest) |
refresh_privileges_call(HiveObjectRef objToRefresh,
String authorizer,
GrantRevokePrivilegeRequest grantRequest,
org.apache.thrift.async.AsyncMethodCallback<GrantRevokePrivilegeResponse> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.