Uses of Class
io.trino.hive.thrift.metastore.GetRoleGrantsForPrincipalRequest
-
Uses of GetRoleGrantsForPrincipalRequest in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return GetRoleGrantsForPrincipalRequestModifier and TypeMethodDescriptionGetRoleGrantsForPrincipalRequest.deepCopy()ThriftHiveMetastore.get_role_grants_for_principal_args.getRequest()GetRoleGrantsForPrincipalRequest.setPrincipalName(String principal_name) GetRoleGrantsForPrincipalRequest.setPrincipalType(PrincipalType principal_type) Methods in io.trino.hive.thrift.metastore with parameters of type GetRoleGrantsForPrincipalRequestModifier and TypeMethodDescriptionintGetRoleGrantsForPrincipalRequest.compareTo(GetRoleGrantsForPrincipalRequest other) booleanGetRoleGrantsForPrincipalRequest.equals(GetRoleGrantsForPrincipalRequest that) voidThriftHiveMetastore.AsyncClient.getRoleGrantsForPrincipal(GetRoleGrantsForPrincipalRequest request, org.apache.thrift.async.AsyncMethodCallback<GetRoleGrantsForPrincipalResponse> resultHandler) voidThriftHiveMetastore.AsyncIface.getRoleGrantsForPrincipal(GetRoleGrantsForPrincipalRequest request, org.apache.thrift.async.AsyncMethodCallback<GetRoleGrantsForPrincipalResponse> resultHandler) ThriftHiveMetastore.Client.getRoleGrantsForPrincipal(GetRoleGrantsForPrincipalRequest request) ThriftHiveMetastore.Iface.getRoleGrantsForPrincipal(GetRoleGrantsForPrincipalRequest request) voidThriftHiveMetastore.Client.sendGetRoleGrantsForPrincipal(GetRoleGrantsForPrincipalRequest request) ThriftHiveMetastore.get_role_grants_for_principal_args.setRequest(GetRoleGrantsForPrincipalRequest request) Constructors in io.trino.hive.thrift.metastore with parameters of type GetRoleGrantsForPrincipalRequestModifierConstructorDescriptionget_role_grants_for_principal_call(GetRoleGrantsForPrincipalRequest request, org.apache.thrift.async.AsyncMethodCallback<GetRoleGrantsForPrincipalResponse> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) Performs a deep copy on other.