Uses of Class
io.trino.hive.thrift.metastore.GrantRevokeRoleRequest
-
Uses of GrantRevokeRoleRequest in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return GrantRevokeRoleRequestModifier and TypeMethodDescriptionGrantRevokeRoleRequest.deepCopy()ThriftHiveMetastore.grant_revoke_role_args.getRequest()GrantRevokeRoleRequest.setGrantOption(boolean grantOption) GrantRevokeRoleRequest.setGrantor(String grantor) GrantRevokeRoleRequest.setGrantorType(PrincipalType grantorType) GrantRevokeRoleRequest.setPrincipalName(String principalName) GrantRevokeRoleRequest.setPrincipalType(PrincipalType principalType) GrantRevokeRoleRequest.setRequestType(GrantRevokeType requestType) GrantRevokeRoleRequest.setRoleName(String roleName) Methods in io.trino.hive.thrift.metastore with parameters of type GrantRevokeRoleRequestModifier and TypeMethodDescriptionintGrantRevokeRoleRequest.compareTo(GrantRevokeRoleRequest other) booleanGrantRevokeRoleRequest.equals(GrantRevokeRoleRequest that) voidThriftHiveMetastore.AsyncClient.grantRevokeRole(GrantRevokeRoleRequest request, org.apache.thrift.async.AsyncMethodCallback<GrantRevokeRoleResponse> resultHandler) voidThriftHiveMetastore.AsyncIface.grantRevokeRole(GrantRevokeRoleRequest request, org.apache.thrift.async.AsyncMethodCallback<GrantRevokeRoleResponse> resultHandler) ThriftHiveMetastore.Client.grantRevokeRole(GrantRevokeRoleRequest request) ThriftHiveMetastore.Iface.grantRevokeRole(GrantRevokeRoleRequest request) voidThriftHiveMetastore.Client.sendGrantRevokeRole(GrantRevokeRoleRequest request) ThriftHiveMetastore.grant_revoke_role_args.setRequest(GrantRevokeRoleRequest request) Constructors in io.trino.hive.thrift.metastore with parameters of type GrantRevokeRoleRequestModifierConstructorDescriptiongrant_revoke_role_call(GrantRevokeRoleRequest request, org.apache.thrift.async.AsyncMethodCallback<GrantRevokeRoleResponse> 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.