| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
Role |
Role.deepCopy() |
Role |
ThriftHiveMetastore.create_role_args.getRole() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Role> |
ThriftHiveMetastore.AsyncClient.list_roles_call.getResult() |
org.apache.thrift.async.AsyncMethodCallback<java.util.List<Role>> |
ThriftHiveMetastore.AsyncProcessor.list_roles.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
java.util.List<Role> |
ThriftHiveMetastore.list_roles_result.getSuccess() |
java.util.Iterator<Role> |
ThriftHiveMetastore.list_roles_result.getSuccessIterator() |
java.util.List<Role> |
ThriftHiveMetastore.Iface.list_roles(java.lang.String principal_name,
PrincipalType principal_type) |
java.util.List<Role> |
ThriftHiveMetastore.Client.list_roles(java.lang.String principal_name,
PrincipalType principal_type) |
java.util.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 resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.create_role(Role role,
org.apache.thrift.async.AsyncMethodCallback 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(java.util.List<Role> success) |
void |
ThriftHiveMetastore.AsyncProcessor.list_roles.start(I iface,
ThriftHiveMetastore.list_roles_args args,
org.apache.thrift.async.AsyncMethodCallback<java.util.List<Role>> resultHandler) |
| Constructor and Description |
|---|
create_role_args(Role role) |
create_role_call(Role role,
org.apache.thrift.async.AsyncMethodCallback resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
Role(Role other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
list_roles_result(java.util.List<Role> success,
MetaException o1) |
Copyright © 2013-2021. All Rights Reserved.