| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
PrivilegeBag |
PrivilegeBag.deepCopy() |
PrivilegeBag |
GrantRevokePrivilegeRequest.getPrivileges() |
PrivilegeBag |
ThriftHiveMetastore.grant_privileges_args.getPrivileges() |
PrivilegeBag |
ThriftHiveMetastore.revoke_privileges_args.getPrivileges() |
| Modifier and Type | Method and Description |
|---|---|
int |
PrivilegeBag.compareTo(PrivilegeBag other) |
boolean |
PrivilegeBag.equals(PrivilegeBag that) |
boolean |
ThriftHiveMetastore.Iface.grant_privileges(PrivilegeBag privileges) |
boolean |
ThriftHiveMetastore.Client.grant_privileges(PrivilegeBag privileges) |
void |
ThriftHiveMetastore.AsyncIface.grant_privileges(PrivilegeBag privileges,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.grant_privileges(PrivilegeBag privileges,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
boolean |
ThriftHiveMetastore.Iface.revoke_privileges(PrivilegeBag privileges) |
boolean |
ThriftHiveMetastore.Client.revoke_privileges(PrivilegeBag privileges) |
void |
ThriftHiveMetastore.AsyncIface.revoke_privileges(PrivilegeBag privileges,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.revoke_privileges(PrivilegeBag privileges,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
ThriftHiveMetastore.Client.send_grant_privileges(PrivilegeBag privileges) |
void |
ThriftHiveMetastore.Client.send_revoke_privileges(PrivilegeBag privileges) |
void |
GrantRevokePrivilegeRequest.setPrivileges(PrivilegeBag privileges) |
void |
ThriftHiveMetastore.grant_privileges_args.setPrivileges(PrivilegeBag privileges) |
void |
ThriftHiveMetastore.revoke_privileges_args.setPrivileges(PrivilegeBag privileges) |
| Constructor and Description |
|---|
grant_privileges_args(PrivilegeBag privileges) |
grant_privileges_call(PrivilegeBag privileges,
org.apache.thrift.async.AsyncMethodCallback resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
GrantRevokePrivilegeRequest(GrantRevokeType requestType,
PrivilegeBag privileges) |
PrivilegeBag(PrivilegeBag other)
Performs a deep copy on other.
|
revoke_privileges_args(PrivilegeBag privileges) |
revoke_privileges_call(PrivilegeBag privileges,
org.apache.thrift.async.AsyncMethodCallback resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
Copyright © 2013-2021. All Rights Reserved.