Uses of Class
io.trino.hive.thrift.metastore.GetPrincipalsInRoleRequest
-
Uses of GetPrincipalsInRoleRequest in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return GetPrincipalsInRoleRequestModifier and TypeMethodDescriptionGetPrincipalsInRoleRequest.deepCopy()ThriftHiveMetastore.get_principals_in_role_args.getRequest()GetPrincipalsInRoleRequest.setRoleName(String roleName) Methods in io.trino.hive.thrift.metastore with parameters of type GetPrincipalsInRoleRequestModifier and TypeMethodDescriptionintGetPrincipalsInRoleRequest.compareTo(GetPrincipalsInRoleRequest other) booleanGetPrincipalsInRoleRequest.equals(GetPrincipalsInRoleRequest that) voidThriftHiveMetastore.AsyncClient.getPrincipalsInRole(GetPrincipalsInRoleRequest request, org.apache.thrift.async.AsyncMethodCallback<GetPrincipalsInRoleResponse> resultHandler) voidThriftHiveMetastore.AsyncIface.getPrincipalsInRole(GetPrincipalsInRoleRequest request, org.apache.thrift.async.AsyncMethodCallback<GetPrincipalsInRoleResponse> resultHandler) ThriftHiveMetastore.Client.getPrincipalsInRole(GetPrincipalsInRoleRequest request) ThriftHiveMetastore.Iface.getPrincipalsInRole(GetPrincipalsInRoleRequest request) voidThriftHiveMetastore.Client.sendGetPrincipalsInRole(GetPrincipalsInRoleRequest request) ThriftHiveMetastore.get_principals_in_role_args.setRequest(GetPrincipalsInRoleRequest request) Constructors in io.trino.hive.thrift.metastore with parameters of type GetPrincipalsInRoleRequestModifierConstructorDescriptionget_principals_in_role_call(GetPrincipalsInRoleRequest request, org.apache.thrift.async.AsyncMethodCallback<GetPrincipalsInRoleResponse> 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.