| 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 |
|---|---|
org.apache.thrift.async.AsyncMethodCallback<GrantRevokePrivilegeResponse> |
ThriftHiveMetastore.AsyncProcessor.grant_revoke_privileges.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
org.apache.thrift.async.AsyncMethodCallback<GrantRevokePrivilegeResponse> |
ThriftHiveMetastore.AsyncProcessor.refresh_privileges.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
| Modifier and Type | Method and Description |
|---|---|
int |
GrantRevokePrivilegeResponse.compareTo(GrantRevokePrivilegeResponse other) |
boolean |
GrantRevokePrivilegeResponse.equals(GrantRevokePrivilegeResponse that) |
void |
ThriftHiveMetastore.grant_revoke_privileges_result.setSuccess(GrantRevokePrivilegeResponse success) |
void |
ThriftHiveMetastore.refresh_privileges_result.setSuccess(GrantRevokePrivilegeResponse success) |
| Modifier and Type | Method and Description |
|---|---|
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) |
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.AsyncProcessor.grant_revoke_privileges.start(I iface,
ThriftHiveMetastore.grant_revoke_privileges_args args,
org.apache.thrift.async.AsyncMethodCallback<GrantRevokePrivilegeResponse> resultHandler) |
void |
ThriftHiveMetastore.AsyncProcessor.refresh_privileges.start(I iface,
ThriftHiveMetastore.refresh_privileges_args args,
org.apache.thrift.async.AsyncMethodCallback<GrantRevokePrivilegeResponse> resultHandler) |
| Constructor and Description |
|---|
grant_revoke_privileges_result(GrantRevokePrivilegeResponse success,
MetaException o1) |
GrantRevokePrivilegeResponse(GrantRevokePrivilegeResponse other)
Performs a deep copy on other.
|
refresh_privileges_result(GrantRevokePrivilegeResponse success,
MetaException o1) |
| Constructor and Description |
|---|
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) |
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.