Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X 

R

RADIANS - Static variable in interface adql.parser.ADQLParserConstants
RegularExpression Id.
radius - Variable in class adql.db.STCS.Region
Radius of the CIRCLE region.
RAND - Static variable in interface adql.parser.ADQLParserConstants
RegularExpression Id.
read() - Method in class tap.upload.LimitedSizeInputStream
 
read(byte[]) - Method in class tap.upload.LimitedSizeInputStream
 
read(byte[], int, int) - Method in class tap.upload.LimitedSizeInputStream
 
readChar() - Method in class adql.parser.SimpleCharStream
Read a character.
readNext() - Method in class uws.service.backup.DefaultUWSBackupManager.JSONArrayReader
 
readPermissionDenied(JobOwner, boolean, String) - Static method in class uws.UWSExceptionFactory
 
readPermissionDenied(JobOwner, boolean, String, String) - Static method in class uws.UWSExceptionFactory
 
redirect(String, HttpServletRequest, JobOwner, String, HttpServletResponse) - Method in class uws.service.UWSService
Sends a redirection (with the HTTP status code 303) to the given URL/URI into the given response.
redirect(String, HttpServletRequest, JobOwner, String, HttpServletResponse) - Method in class uws.service.UWSServlet
Sends a redirection (with the HTTP status code 303) to the given URL/URI into the given response.
redirection - Variable in class uws.job.Result
Tells whether a redirection toward the given URL is required to get the result content.
refine(Iterator<UWSJob>) - Method in class uws.job.serializer.filter.JobListRefiner
Filter (and eventually sort and/or limit in size) the given list of jobs.
refpos - Variable in class adql.db.STCS.CoordSys
Second item of a coordinate system expression: the reference position.
refresh() - Method in class uws.job.manager.AbstractQueuedExecutionManager
Removes the first queued job(s) from the queue and executes it (them) ONLY IF it (they) can be executed (see AbstractQueuedExecutionManager.isReadyForExecution(UWSJob)).
refresh() - Method in class uws.job.manager.DefaultDestructionManager
First, check the currently planned job: if DefaultDestructionManager.currentDate is past, the timer is stopped. else if another job must be destroyed before the current one or if the destruction time of the current job has been changed, the timer is stopped and the job is re-added into the list of jobs to destroy. Then, only if there is no currently planned job: Clean the list of jobs to destroy (jobs which are supposed to be destroyed are destroyed and the others are only removed from this manager). Restart the timer with the first job to destroy.
refresh() - Method in class uws.job.manager.DefaultExecutionManager
Does nothing in its implementation.
refresh() - Method in interface uws.job.manager.DestructionManager
Refresh the list of jobs to destroy.
refresh() - Method in interface uws.job.manager.ExecutionManager
Refreshes the lists of running and queued jobs.
refreshDBLink() - Method in class adql.query.from.ADQLTable
(Re-)Builds a default description of this ADQL table ONLY IF it is a sub-query AND there is an alias.
REGEX_DASH - Static variable in class adql.parser.ADQLParser
Regular expression matching all Unicode alternatives for -.
REGEX_DOUBLE_QUOTE - Static variable in class adql.parser.ADQLParser
Regular expression matching all Unicode alternatives for ".
REGEX_EQUAL - Static variable in class adql.parser.ADQLParser
Regular expression matching all Unicode alternatives for =.
REGEX_GREATER_THAN - Static variable in class adql.parser.ADQLParser
Regular expression matching all Unicode alternatives for >.
REGEX_LESS_THAN - Static variable in class adql.parser.ADQLParser
Regular expression matching all Unicode alternatives for <.
REGEX_PLUS - Static variable in class adql.parser.ADQLParser
Regular expression matching all Unicode alternatives for +.
REGEX_QUOTE - Static variable in class adql.parser.ADQLParser
Regular expression matching all Unicode alternatives for '.
REGEX_SPACE - Static variable in class adql.parser.ADQLParser
Regular expression matching all Unicode alternatives for .
REGEX_STOP - Static variable in class adql.parser.ADQLParser
Regular expression matching all Unicode alternatives for ..
REGEX_UNDERSCORE - Static variable in class adql.parser.ADQLParser
Regular expression matching all Unicode alternatives for _.
REGEX_UNICODE_CONFUSABLES - Static variable in class adql.parser.ADQLParser
All of the most common Unicode confusable characters and their ASCII/UTF-8 alternative.
regexp - Static variable in enum adql.db.STCS.Flavor
Regular expression to test whether a string is a valid flavor or not.
regexp - Static variable in enum adql.db.STCS.Frame
Regular expression to test whether a string is a valid frame or not.
regexp - Static variable in enum adql.db.STCS.RefPos
Regular expression to test whether a string is a valid reference position or not.
REGEXP_DAYS - Static variable in class uws.job.parameters.DurationParamController
Regular Expression of all string allowed to mean DAYS.
REGEXP_DEFAULT_DESTRUCTION_INTERVAL - Static variable in class uws.config.UWSConfiguration
Regular Expression of the name/key of the property specifying the default destruction interval for jobs of a given job list.
REGEXP_DEFAULT_EXEC_DURATION - Static variable in class uws.config.UWSConfiguration
Regular Expression of the name/key of the property specifying the default execution duration for jobs of a given job list.
REGEXP_DESTRUCTION_MANAGER - Static variable in class uws.config.UWSConfiguration
Regular Expression of the name/key of the property specifying the DestructionManager instance that a given job list must use.
REGEXP_EXECUTION_MANAGER - Static variable in class uws.config.UWSConfiguration
Regular Expression of the name/key of the property specifying the ExecutionManager instance that a given job list must use.
REGEXP_HOURS - Static variable in class uws.job.parameters.DurationParamController
Regular Expression of all string allowed to mean HOURS.
REGEXP_JOB_LIST_NAME - Static variable in class uws.config.UWSConfiguration
Regular Expression of a job list name supposed to represent a job list name.
REGEXP_JOB_THREAD - Static variable in class uws.config.UWSConfiguration
Regular Expression of the name/key of the property specifying the JobThread instance to use for a given job list.
REGEXP_MAX_EXEC_DURATION - Static variable in class uws.config.UWSConfiguration
Regular Expression of the name/key of the property specifying the maximum execution duration for jobs of a given job list.
REGEXP_MAX_RUNNING_JOBS - Static variable in class uws.config.UWSConfiguration
Regular Expression of the name/key of the property specifying maximum number of jobs that can run in parallel inside the specified job list.
REGEXP_MIN - Static variable in class uws.job.parameters.DurationParamController
Regular Expression of all string allowed to mean MINUTES.
REGEXP_MONTHS - Static variable in class uws.job.parameters.DurationParamController
Regular Expression of all string allowed to mean MONTHS.
REGEXP_MS - Static variable in class uws.job.parameters.DurationParamController
Regular Expression of all string allowed to mean MILLISECONDS.
REGEXP_PARAMETERS - Static variable in class uws.config.UWSConfiguration
Regular Expression of the name/key of the property listing all parameters expected for jobs of a given job list.
REGEXP_SEC - Static variable in class uws.job.parameters.DurationParamController
Regular Expression of all string allowed to mean SECONDS.
REGEXP_WEEKS - Static variable in class uws.job.parameters.DurationParamController
Regular Expression of all string allowed to mean WEEKS.
REGEXP_YEARS - Static variable in class uws.job.parameters.DurationParamController
Regular Expression of all string allowed to mean YEARS.
Region(STCS.CoordSys, double[]) - Constructor for class adql.db.STCS.Region
Constructor for a POINT/POSITION region.
Region(STCS.CoordSys, double[][]) - Constructor for class adql.db.STCS.Region
Constructor for a POINT/POSITION or a POLYGON region.
Region(STCS.CoordSys, double[], double) - Constructor for class adql.db.STCS.Region
Constructor for a CIRCLE region.
Region(STCS.CoordSys, double[], double, double) - Constructor for class adql.db.STCS.Region
Constructor for a BOX region.
Region(STCS.RegionType, STCS.CoordSys, STCS.Region[]) - Constructor for class adql.db.STCS.Region
Constructor for a UNION or INTERSECTION region.
Region(STCS.Region) - Constructor for class adql.db.STCS.Region
Constructor for a NOT region.
Region(GeometryFunction) - Constructor for class adql.db.STCS.Region
Build a Region from the given ADQL representation.
REGION - Static variable in interface adql.parser.ADQLParserConstants
RegularExpression Id.
RegionFunction - Class in adql.query.operand.function.geometry
It represents the REGION function the ADQL language.
RegionFunction(ADQLOperand) - Constructor for class adql.query.operand.function.geometry.RegionFunction
Builds a REGION function.
RegionFunction(RegionFunction) - Constructor for class adql.query.operand.function.geometry.RegionFunction
Builds a REGION function by copying the given one.
regions - Variable in class adql.db.STCS.Region
List of regions unified (UNION), intersected (INTERSECTION) or avoided (NOT).
REGULAR_IDENTIFIER_CANDIDATE - Static variable in interface adql.parser.ADQLParserConstants
RegularExpression Id.
regularIdentifierRegExp - Static variable in class adql.db.FunctionDef
Regular expression for what should be a function or parameter name - a regular identifier.
ReInit(InputStream) - Method in class adql.parser.ADQLParser
Reinitialise.
ReInit(InputStream, String) - Method in class adql.parser.ADQLParser
Reinitialise.
ReInit(Reader) - Method in class adql.parser.ADQLParser
Reinitialise.
ReInit(ADQLParserTokenManager) - Method in class adql.parser.ADQLParser
Reinitialise.
ReInit(SimpleCharStream) - Method in class adql.parser.ADQLParserTokenManager
Reinitialise parser.
ReInit(SimpleCharStream, int) - Method in class adql.parser.ADQLParserTokenManager
Reinitialise parser.
ReInit(Reader, int, int, int) - Method in class adql.parser.SimpleCharStream
Reinitialise.
ReInit(Reader, int, int) - Method in class adql.parser.SimpleCharStream
Reinitialise.
ReInit(Reader) - Method in class adql.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int, int) - Method in class adql.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int, int) - Method in class adql.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, String) - Method in class adql.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream) - Method in class adql.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int) - Method in class adql.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int) - Method in class adql.parser.SimpleCharStream
Reinitialise.
remove() - Method in class adql.query.ADQLList.ADQLListIterator
 
remove(int) - Method in class adql.query.ADQLList
Removes the specified ADQL item.
remove(int) - Method in class adql.query.ClauseConstraints
 
remove() - Method in class adql.query.NullADQLIterator
 
remove() - Method in class adql.query.operand.function.ADQLFunction.ParameterIterator
 
remove(int) - Method in class cds.utils.TextualSearchList
 
remove(Object) - Method in class cds.utils.TextualSearchList
 
remove() - Method in class tap.metadata.TAPMetadata.TAPTableIterator
 
remove(UWSJob) - Method in class uws.job.manager.AbstractQueuedExecutionManager
Removes the given job from the lists of queued and running jobs and then refreshes the manager.
remove(UWSJob) - Method in class uws.job.manager.DefaultDestructionManager
Merely removes the given job from the list of jobs to destroyed.
remove(UWSJob) - Method in class uws.job.manager.DefaultExecutionManager
 
remove(UWSJob) - Method in interface uws.job.manager.DestructionManager
Removes the given job from this manager.
remove(UWSJob) - Method in interface uws.job.manager.ExecutionManager
Removes the job from this manager whatever is its current execution phase.
remove(String) - Method in class uws.job.parameters.UWSParameters
Removes the value of the given input parameter name.
remove() - Method in class uws.job.serializer.filter.JobListRefiner.TopIterator
 
remove() - Method in class uws.service.backup.DefaultUWSBackupManager.JSONArrayReader
 
remove() - Method in class uws.service.backup.DefaultUWSBackupManager.JSONObjectReader
 
remove() - Method in class uws.service.backup.DefaultUWSBackupManager.SingleInputIterator
 
remove() - Method in class uws.service.file.LocalUWSFileManager.LocalAllUserBackupInputs
 
removeAdditionalParameter(String) - Method in class uws.job.UWSJob
Removes the specified additional parameter ONLY IF the job can be updated (considering its current execution phase, see JobPhase.isJobUpdatable()).
removeAll(Collection<?>) - Method in class adql.db.SearchColumnList
 
removeAllColumns() - Method in class tap.metadata.TAPTable
Remove all columns composing this table.
removeAllForeignKeys() - Method in class tap.metadata.TAPTable
Remove all the foreign keys whose the source is this table.
removeAllObservers() - Method in class uws.job.UWSJob
Lets removing all observers of this job.
removeAllSchemas() - Method in class tap.metadata.TAPMetadata
Remove all schemas of this metadata set.
removeAllSources() - Method in class tap.metadata.TAPColumn
Remove the fact that this column is a target (= is targeted by another column) in any foreign key in which it was.
removeAllTableAliases() - Method in class adql.db.SearchColumnList
Removes all table name/alias associations.
removeAllTables() - Method in class tap.metadata.TAPSchema
Remove all the tables contained inside this schema.
removeAllTargets() - Method in class tap.metadata.TAPColumn
Remove the fact that this column is a source (= is targeting another column) in any foreign key in which it was.
removeColumn(String) - Method in class tap.metadata.TAPTable
Remove the specified column.
removeCoosys(String) - Method in class tap.metadata.TAPMetadata
Remove the coordinate system declared with the given ID.
removed - Variable in class adql.query.ADQLList.ADQLListIterator
 
removeExpectedAdditionalParam(String) - Method in class uws.service.AbstractUWSFactory
Removes the name of an expected additional parameter.
removeExpectedAdditionalParam(String) - Method in class uws.service.UWSServlet
Removes the name of an expected additional parameter.
removeForeignKey(TAPForeignKey) - Method in class tap.metadata.TAPTable
Remove the given foreign key from this table.
RemoveHandler - Class in adql.search
In this handler the replacement ADQLObject is always null.
RemoveHandler() - Constructor for class adql.search.RemoveHandler
 
RemoveHandler(boolean, boolean) - Constructor for class adql.search.RemoveHandler
 
RemoveHandler(boolean) - Constructor for class adql.search.RemoveHandler
 
removeInputParamController(String) - Method in class uws.service.AbstractUWSFactory
Removes the controller of the specified input UWS job parameter.
removeInputParamController(String) - Method in class uws.service.UWSServlet
Removes the controller of the specified input UWS job parameter.
removeJob(String) - Method in class uws.job.JobList
Lets removing (NOT DESTROYING) the specified job from this jobs list.
removeObserver(JobObserver) - Method in class uws.job.UWSJob
Lets removing the given object from the list of observers of this job.
removeOutputFormat(String) - Method in class tap.config.ConfigurableServiceConnection
Remove the specified output format.
removeRange(int, int) - Method in class cds.utils.TextualSearchList
 
removeResource(String) - Method in class tap.resource.TAP
Remove the resource associated with the given ID/URI.
removeSchema(String) - Method in class tap.metadata.TAPMetadata
Remove the schema having the given ADQL name.
removeSerializer(String) - Method in class uws.service.UWSService
Removes the serializer whose the MIME type is the same as the given one.
removeSerializer(String) - Method in class uws.service.UWSServlet
Removes the serializer whose the MIME type is the same as the given one.
removeSource(TAPForeignKey) - Method in class tap.metadata.TAPColumn
Remove the fact that this column is a target (= is targeted by another column) in the given foreign key.
removeTable(String) - Method in class tap.metadata.TAPSchema
Remove the table having the given ADQL name.
removeTableAlias(String) - Method in class adql.db.SearchColumnList
Removes the given alias from this list.
removeTarget(TAPForeignKey) - Method in class tap.metadata.TAPColumn
Remove the fact that this column is a source (= is targeting another column) in the given foreign key.
removeUserData(String) - Method in class uws.job.user.DefaultJobOwner
 
removeUWSAction(int) - Method in class uws.service.UWSService
Removes the specified action from this UWS.
removeUWSAction(String) - Method in class uws.service.UWSService
Removes the action of this UWS which has the same name as the given one.
replace(ADQLObject) - Method in interface adql.query.ADQLIterator
Replaces the current ADQL object by the given ADQL object.
replace(ADQLObject) - Method in class adql.query.ADQLList.ADQLListIterator
 
replace(ADQLObject) - Method in class adql.query.NullADQLIterator
 
replaceUnicodeConfusables(String) - Method in class adql.parser.ADQLParser
Replace all Unicode characters that can be confused with other ASCI/UTF-8 characters (e.g.
replaceUWSAction(UWSAction) - Method in class uws.service.UWSService
Replaces the action which has the same name that the given action.
report - Variable in class tap.ADQLExecutor
The execution report to fill gradually while the processing of the query.
report - Variable in class tap.TAPSyncJob.SyncThread
Query execution report.
REQ_ATTRIBUTE_ID - Static variable in interface uws.service.UWS
Attribute of the HttpServletRequest to set and to get in order to access the request ID set by the UWS library.
REQ_ATTRIBUTE_JOB_DESCRIPTION - Static variable in interface uws.service.UWS
Attribute of the HttpServletRequest to set and to get in order to access the Job-Description (generally in XML) sent instead of the "normal" HTTP-POST/-PUT parameters in the HTTP request body.
REQ_ATTRIBUTE_PARAMETERS - Static variable in interface uws.service.UWS
Attribute of the HttpServletRequest to set and to get in order to access the parameters extracted by the UWS library (using a RequestParser).
REQ_ATTRIBUTE_USER - Static variable in interface uws.service.UWS
Attribute of the HttpServletRequest to set and to get in order to access the user at the origin of the HTTP request.
REQUEST_DO_QUERY - Static variable in class tap.TAPJob
REQUEST value meaning an ADQL query must be executed: "doQuery".
REQUEST_ENTITY_TOO_LARGE - Static variable in exception uws.UWSException
 
REQUEST_GET_CAPABILITIES - Static variable in class tap.TAPJob
REQUEST value meaning VO service capabilities must be returned: "getCapabilities".
RequestParser - Interface in uws.service.request
This parser lets extract parameters from an HttpServletRequest.
requestParser - Variable in class uws.service.UWSService
Lets extract all parameters from an HTTP request, whatever is its content-type.
requestParser - Variable in class uws.service.UWSServlet
Lets extract all parameters from an HTTP request, whatever is its content-type.
requestURI - Variable in class uws.service.UWSUrl
The request URI (i.e.
requestURL - Variable in class uws.service.UWSUrl
The whole request URL (i.e.
reset() - Method in class adql.query.ADQLQuery
Clear all the clauses.
reset() - Method in class adql.search.SimpleReplaceHandler
 
reset() - Method in class adql.search.SimpleSearchHandler
Resets this handler before the beginning of the research: by default, the list of results is cleared.
reset(char) - Method in class cds.util.LargeAsciiTable
Reset this LargeAsciiTable so that lines can be safely added.
reset(char, int) - Method in class cds.util.LargeAsciiTable
Reset this LargeAsciiTable so that lines can be safely added.
reset() - Method in class tap.upload.LimitedSizeInputStream
 
reset(Number, Number, Number) - Method in class uws.job.parameters.NumericParamController
Reset all fields in the same time.
resetCancel() - Method in class tap.db.JDBCConnection
Reset the JDBCConnection.cancelled flag to false.
resetTAPSchema(Statement, TAPTable[]) - Method in class tap.db.JDBCConnection
Ensure the TAP_SCHEMA schema exists in the database AND it must especially drop all of its standard tables (schemas, tables, columns, keys and key_columns), if they exist.
resolveColumn(ADQLColumn, SearchColumnList, Stack<SearchColumnList>) - Method in class adql.db.DBChecker
Resolve the given column, that's to say search for the corresponding DBColumn.
resolveColumns(ADQLQuery, Stack<SearchColumnList>, Map<DBTable, ADQLTable>, SearchColumnList, UnresolvedIdentifiersException) - Method in class adql.db.DBChecker
Search all column references inside the given query, resolve them thanks to the given tables' metadata, and if there is only one match, attach the matching metadata to them.
resolveCoordinateSystems(ADQLQuery, UnresolvedIdentifiersException) - Method in class adql.db.DBChecker
Search all explicit coordinate system declarations, check their syntax and whether they are allowed by this implementation.
resolveGeometryFunctions(ADQLQuery, DBChecker.BinarySearch<String, String>, UnresolvedIdentifiersException) - Method in class adql.db.DBChecker
Search for all geometrical functions and check whether they are allowed.
resolveSTCSExpressions(ADQLQuery, DBChecker.BinarySearch<String, String>, UnresolvedIdentifiersException) - Method in class adql.db.DBChecker
Search all STC-S expressions inside the given query, parse them (and so check their syntax) and then determine whether the declared coordinate system and the expressed region are allowed in this implementation.
resolveStdTable(String) - Static method in class tap.metadata.TAPMetadata
Tell whether the given table name is a standard TAP table.
resolveTable(ADQLTable) - Method in class adql.db.DBChecker
Resolve the given table, that's to say search for the corresponding DBTable.
resolveTables(ADQLQuery, Stack<SearchColumnList>, UnresolvedIdentifiersException) - Method in class adql.db.DBChecker
Search all table references inside the given query, resolve them against the available tables, and if there is only one match, attach the matching metadata to them.
resolveVotType(String, String, String) - Static method in class tap.data.VOTableIterator
Resolve a VOTable field type by using the datatype, arraysize and xtype strings as specified in a VOTable document.
RESOURCE_ASYNC - Static variable in class tap.resource.TAP
Name of the TAP ASYNC resource.
RESOURCE_AVAILABILITY - Static variable in class tap.resource.TAP
Name of the TAP AVAILABILITY resource.
RESOURCE_CAPABILITIES - Static variable in class tap.resource.TAP
Name of the TAP CAPABILITIES resource.
RESOURCE_METADATA - Static variable in class tap.resource.TAP
Name of the TAP TABLES resource.
RESOURCE_NAME - Static variable in class tap.metadata.TAPMetadata
Resource name of the TAP metadata.
RESOURCE_NAME - Static variable in class tap.resource.ASync
Name of this TAP resource.
RESOURCE_NAME - Static variable in class tap.resource.Availability
Name of this TAP resource.
RESOURCE_NAME - Static variable in class tap.resource.Capabilities
Name of this TAP resource.
RESOURCE_NAME - Static variable in class tap.resource.Examples
Name of this TAP resource.
RESOURCE_NAME - Static variable in class tap.resource.HomePage
Name of this TAP resource.
RESOURCE_NAME - Static variable in class tap.resource.Sync
Name of this TAP resource.
RESOURCE_SYNC - Static variable in class tap.resource.TAP
Name of the TAP SYNC resource.
resources - Variable in class tap.resource.TAP
List of all the other TAP resources of the service.
response - Variable in class tap.ADQLExecutor
The HTTP response in which the query execution must be written.
response - Variable in class tap.TAPSyncJob.SyncThread
Response in which the query result must be written.
restoreAll() - Method in class uws.service.backup.DefaultUWSBackupManager
 
restoreAll() - Method in interface uws.service.backup.UWSBackupManager
Restore all jobs list and all information about the jobs owners.
restoreData(Map<String, Object>) - Method in class uws.job.user.DefaultJobOwner
 
restoreData(Map<String, Object>) - Method in interface uws.job.user.JobOwner
Restores any additional user data from the given map.
restoreFile() - Method in class uws.job.jobInfo.XMLJobInfo
Restore the link toward the XML file represented by this JobInfo.
restoreJob(JSONObject, Map<String, JobOwner>) - Method in class uws.service.backup.DefaultUWSBackupManager
Builds the job corresponding to the given JSON object and then restore it in the UWS.
restoreJobInfo(Object) - Method in class uws.service.backup.DefaultUWSBackupManager
Restore the JobInfo referenced or represented by the given JSON value.
restoreOtherJobParams(JSONObject, UWSJob) - Method in class tap.backup.DefaultTAPBackupManager
 
restoreOtherJobParams(JSONObject, UWSJob) - Method in class uws.service.backup.DefaultUWSBackupManager
Restores other job parameters, either from the given JSON object or from the parameters map of the given job.
restoreUser(String, String, Map<String, Object>) - Method in interface uws.service.UserIdentifier
Creates a user with the given parameters or merely gets it if it already exists after updating it.
Result - Class in uws.job
This class gives a short description (mainly an ID and a URL) of a job result.
Result(UWSJob, URL) - Constructor for class uws.job.Result
Builds a result with the URL toward the file which contains the result content.
Result(UWSJob, String) - Constructor for class uws.job.Result
Builds a result with just a name/ID.
Result(UWSJob, String, String) - Constructor for class uws.job.Result
Builds a result with an ID/name and the URL toward the file which contains the result content.
Result(UWSJob, String, String, String) - Constructor for class uws.job.Result
Builds a result with an ID/name, a result type and the URL toward the file which contains the result content.
Result(String, String, String, boolean) - Constructor for class uws.job.Result
Builds MANUALLY a result with an ID/name, a result type and the URL toward the file which contains the result content.
resultingColumns - Variable in class tap.TAPExecutionReport
List of all resulting columns.
results - Variable in class adql.search.SimpleSearchHandler
List of all matching ADQL objects.
results - Variable in class uws.job.UWSJob
This is a list of all results of this job.
ResultSetTableIterator - Class in tap.data
TableIterator which lets iterate over a SQL ResultSet.
ResultSetTableIterator(ResultSet) - Constructor for class tap.data.ResultSetTableIterator
Build a TableIterator able to read rows and columns of the given ResultSet.
ResultSetTableIterator(ResultSet, DBColumn[]) - Constructor for class tap.data.ResultSetTableIterator
Build a TableIterator able to read rows and columns of the given ResultSet.
ResultSetTableIterator(ResultSet, String) - Constructor for class tap.data.ResultSetTableIterator
Deprecated.
Use ResultSetTableIterator.ResultSetTableIterator(ResultSet, JDBCTranslator, String) instead ; using the translator without the DBMS name is generally not enough. It is then preferable to give also the DBMS name.
ResultSetTableIterator(ResultSet, JDBCTranslator) - Constructor for class tap.data.ResultSetTableIterator
Deprecated.
Use ResultSetTableIterator.ResultSetTableIterator(ResultSet, JDBCTranslator, String) instead ; using the translator without the DBMS name is generally not enough. It is then preferable to give also the DBMS name.
ResultSetTableIterator(ResultSet, JDBCTranslator, String) - Constructor for class tap.data.ResultSetTableIterator
Build a TableIterator able to read rows and columns of the given ResultSet.
ResultSetTableIterator(ResultSet, JDBCTranslator, String, DBColumn[]) - Constructor for class tap.data.ResultSetTableIterator
Deprecated.
Use ResultSetTableIterator.ResultSetTableIterator(ResultSet, DBColumn[], JDBCTranslator, String) instead ; only the position of the parameters has changed.
ResultSetTableIterator(ResultSet, DBColumn[], JDBCTranslator, String) - Constructor for class tap.data.ResultSetTableIterator
Build a TableIterator able to read rows and columns of the given ResultSet.
ResultSetTableIterator(DBConnection, ResultSet) - Constructor for class tap.data.ResultSetTableIterator
Build a TableIterator able to read rows and columns of the given ResultSet.
ResultSetTableIterator(DBConnection, ResultSet, DBColumn[]) - Constructor for class tap.data.ResultSetTableIterator
Build a TableIterator able to read rows and columns of the given ResultSet.
ResultSetTableIterator(DBConnection, ResultSet, JDBCTranslator, String) - Constructor for class tap.data.ResultSetTableIterator
Build a TableIterator able to read rows and columns of the given ResultSet.
ResultSetTableIterator(DBConnection, ResultSet, DBColumn[], JDBCTranslator, String) - Constructor for class tap.data.ResultSetTableIterator
Build a TableIterator able to read rows and columns of the given ResultSet.
returnType - Variable in class adql.db.FunctionDef
Type of the result returned by this function.
reverseOrder - Variable in class uws.job.serializer.filter.JobListRefiner
Indicate if the jobs of the JobListRefiner.jobList list must be returned from the beginning to the end (false) or from the end to the beginning (true).
RIGHT - Static variable in interface adql.parser.ADQLParserConstants
RegularExpression Id.
RIGHT - Static variable in class cds.util.AsciiTable
Deprecated.
 
RIGHT - Static variable in class cds.util.LargeAsciiTable
Flag to right align a column content.
RIGHT_PAR - Static variable in interface adql.parser.ADQLParserConstants
RegularExpression Id.
rollback() - Method in class tap.db.JDBCConnection
Rollback the current transaction.
rollback(boolean) - Method in class tap.db.JDBCConnection
Rollback the current transaction.
rootDirectory - Variable in class uws.service.file.LocalUWSFileManager
Directory in which all files managed by this class will be written and read.
rootLogger - Variable in class uws.service.log.Slf4jUWSLog
General purpose logger.
RotateFileAction - Class in uws.service.file.io
This close action rename a given file into another one.
RotateFileAction(File, File) - Constructor for class uws.service.file.io.RotateFileAction
Create the rotate action.
ROUND - Static variable in interface adql.parser.ADQLParserConstants
RegularExpression Id.
row - Variable in class tap.data.VOTableIterator
The last read row.
run() - Method in class tap.TAPSyncJob.SyncThread
 
run() - Method in class uws.job.JobThread
Tests the execution phase of the job: if not EXECUTING, nothing is done...the thread ends immediately. Calls the JobThread.jobWork() method. Sets the finished flag to true. Changes the job phase to COMPLETED if not interrupted, else ABORTED.
run() - Method in class uws.job.UWSJob.JobTimeOut
 
run() - Method in interface uws.service.file.io.CloseAction
This function is executed after the wrapped OutputStream of an OutputStreamWithCloseAction has been successfully closed.
run() - Method in class uws.service.file.io.RotateFileAction
 
runningJobs - Variable in class uws.job.manager.AbstractQueuedExecutionManager
List of running jobs.
runningJobs - Variable in class uws.job.manager.DefaultExecutionManager
List of running jobs.
A B C D E F G H I J K L M N O P Q R S T U V W X 
Skip navigation links