- WAIT_PARAMETER - Static variable in class uws.service.actions.JobSummary
-
Name of the parameter which allows the blocking behavior
(for a specified or unlimited duration) of a
JobSummary
request.
- waitForStop - Variable in class tap.TAPSyncJob
-
The time (in ms) to wait the end of the thread after an interruption.
- waitForStop - Variable in class uws.job.UWSJob
-
The time (in ms) to wait the end of the thread after an interruption.
- WaitObserver - Class in uws.service.wait
-
Job observer that unblock (here: notify) the given thread when a change of
the execution phase is detected.
- WaitObserver(Thread) - Constructor for class uws.service.wait.WaitObserver
-
Build a
JobObserver
which will wake up the given thread when the
execution phase of watched jobs changes.
- waitPolicy - Variable in class uws.service.UWSService
-
Strategy to use for the blocking/wait process concerning the
JobSummary
action.
- waitPolicy - Variable in class uws.service.UWSServlet
-
- warning(String) - Method in class uws.service.log.DefaultUWSLog
-
- warning(String) - Method in class uws.service.log.Slf4jUWSLog
-
- warning(String) - Method in interface uws.service.log.UWSLog
-
Logs the given warning.
- Where() - Method in class adql.parser.ADQLParser
-
- WHERE - Static variable in interface adql.parser.ADQLParserConstants
-
RegularExpression Id.
- width - Variable in class adql.db.STCS.Region
-
Width of the BOX region.
- WithinDelimitedId - Static variable in interface adql.parser.ADQLParserConstants
-
Lexical state.
- WithinString - Static variable in interface adql.parser.ADQLParserConstants
-
Lexical state.
- WrappedOperand - Class in adql.query.operand
-
Lets wrapping an operand by parenthesis.
- WrappedOperand(ADQLOperand) - Constructor for class adql.query.operand.WrappedOperand
-
Wraps the given operand.
- write(PrintWriter) - Method in class tap.metadata.TAPMetadata
-
Format in XML this whole metadata set and write it in the given writer.
- write(HttpServletResponse) - Method in interface uws.job.jobInfo.JobInfo
-
Write the content of this jobInfo as a complete HTTP response
when the URL {uws-root}/{job-list}/{job-id}/jobInfo
is
requested.
- write(HttpServletResponse) - Method in class uws.job.jobInfo.SingleValueJobInfo
-
- write(HttpServletResponse) - Method in class uws.job.jobInfo.XMLJobInfo
-
- write(byte[]) - Method in class uws.service.file.io.OutputStreamWithCloseAction
-
- write(byte[], int, int) - Method in class uws.service.file.io.OutputStreamWithCloseAction
-
- write(int) - Method in class uws.service.file.io.OutputStreamWithCloseAction
-
- write(InputStream, String, long, HttpServletResponse) - Static method in class uws.UWSToolBox
-
Copies the content of the given input stream in the given HTTP response.
- writeAtt(String, String, String, boolean, PrintWriter) - Method in class tap.metadata.TAPMetadata
-
Write the specified metadata attribute as a simple XML node.
- writeColumn(TAPColumn, PrintWriter) - Method in class tap.metadata.TAPMetadata
-
Format in XML the given column and then write it in the given writer.
- writeData(TableIterator, DBColumn[], BufferedWriter, TAPExecutionReport, Thread) - Method in class tap.formatter.HTMLFormat
-
Write all the data rows.
- writeData(TableIterator, DBColumn[], JSONWriter, TAPExecutionReport, Thread) - Method in class tap.formatter.JSONFormat
-
Write the whole data part of the JSON file.
- writeData(TableIterator, DBColumn[], BufferedWriter, TAPExecutionReport, Thread) - Method in class tap.formatter.SVFormat
-
Write all the data rows.
- writeData(TableIterator, LargeAsciiTable, TAPExecutionReport, Thread) - Method in class tap.formatter.TextFormat
-
- writeError(Throwable, HttpServletResponse, HttpServletRequest, String, JobOwner, String) - Method in class tap.error.DefaultTAPErrorWriter
-
- writeError(String, ErrorType, int, HttpServletResponse, HttpServletRequest, String, JobOwner, String) - Method in class tap.error.DefaultTAPErrorWriter
-
- writeError(Throwable, ErrorSummary, UWSJob, OutputStream) - Method in class tap.error.DefaultTAPErrorWriter
-
- writeError(String, Map<String, String>, PrintWriter) - Method in class tap.formatter.VOTableFormat
-
Write the given error message as VOTable document.
- writeError(Throwable, HttpServletResponse, HttpServletRequest, String, JobOwner, String) - Method in class uws.service.error.DefaultUWSErrorWriter
-
- writeError(String, ErrorType, int, HttpServletResponse, HttpServletRequest, String, JobOwner, String) - Method in class uws.service.error.DefaultUWSErrorWriter
-
- writeError(Throwable, ErrorSummary, UWSJob, OutputStream) - Method in class uws.service.error.DefaultUWSErrorWriter
-
- writeError(Throwable, HttpServletResponse, HttpServletRequest, String, JobOwner, String) - Method in interface uws.service.error.ServiceErrorWriter
-
Write the given exception in the given response.
- writeError(String, ErrorType, int, HttpServletResponse, HttpServletRequest, String, JobOwner, String) - Method in interface uws.service.error.ServiceErrorWriter
-
Write the described error in the given response.
- writeError(Throwable, ErrorSummary, UWSJob, OutputStream) - Method in interface uws.service.error.ServiceErrorWriter
-
Write the given error in the given output stream.
- writeErrorFile(Exception, ErrorSummary, UWSJob, OutputStream) - Static method in class uws.UWSToolBox
-
Writes the stack trace of the given exception in the file whose the name and the parent directory are given in parameters.
- writeFieldMeta(TAPColumn, JSONWriter) - Method in class tap.formatter.JSONFormat
-
Formats in JSON and writes the given
TAPColumn
in the given output.
- writeFieldValue(Object, DBColumn, JSONWriter) - Method in class tap.formatter.JSONFormat
-
Writes the given field value in JSON and into the given output.
- writeFieldValue(Object, DBColumn, BufferedWriter) - Method in class tap.formatter.SVFormat
-
Writes the given field value in the given Writer.
- writeFieldValue(Object, DBColumn, StringBuffer) - Method in class tap.formatter.TextFormat
-
Writes the given field value in the given buffer.
- writeForeignKey(TAPForeignKey, PrintWriter) - Method in class tap.metadata.TAPMetadata
-
Format in XML the given foreign key and then write it in the given writer.
- writeHeader(TableIterator, BufferedWriter, TAPExecutionReport, Thread) - Method in class tap.formatter.HTMLFormat
-
Write the whole header (one row whose columns are just the columns' name).
- writeHeader(TableIterator, BufferedWriter, TAPExecutionReport, Thread) - Method in class tap.formatter.SVFormat
-
Write the whole header (one row whose columns are just the columns' name).
- writeHeader(VOTableVersion, TAPExecutionReport, BufferedWriter) - Method in class tap.formatter.VOTableFormat
-
Writes the first VOTable nodes/elements preceding the data: VOTABLE, RESOURCE and 3 INFOS (QUERY_STATUS, PROVIDER, QUERY).
- writeHomePage(UWSUrl, HttpServletRequest, HttpServletResponse, JobOwner) - Method in class uws.service.UWSServlet
-
- writeMetadata(TableIterator, JSONWriter, TAPExecutionReport, Thread) - Method in class tap.formatter.JSONFormat
-
Write the whole metadata part of the JSON file.
- writePermissionDenied(JobOwner, boolean, String) - Static method in class uws.UWSExceptionFactory
-
- writePermissionDenied(JobOwner, boolean, String, String) - Static method in class uws.UWSExceptionFactory
-
- writeResult(TableIterator) - Method in class tap.ADQLExecutor
-
Write the given query result into the appropriate format in the appropriate output
(HTTP response for a synchronous execution, otherwise a file or any output provided by UWS).
- writeResult(TableIterator, OutputFormat, OutputStream) - Method in class tap.ADQLExecutor
-
Format and write the given result in the given output with the given formatter.
- writeResult(TableIterator, OutputStream, TAPExecutionReport, Thread) - Method in class tap.formatter.FITSFormat
-
- writeResult(TableIterator, OutputStream, TAPExecutionReport, Thread) - Method in class tap.formatter.HTMLFormat
-
- writeResult(TableIterator, OutputStream, TAPExecutionReport, Thread) - Method in class tap.formatter.JSONFormat
-
- writeResult(TableIterator, OutputStream, TAPExecutionReport, Thread) - Method in interface tap.formatter.OutputFormat
-
Formats the given query result and writes it in the given output stream.
- writeResult(TableIterator, OutputStream, TAPExecutionReport, Thread) - Method in class tap.formatter.SVFormat
-
- writeResult(TableIterator, OutputStream, TAPExecutionReport, Thread) - Method in class tap.formatter.TextFormat
-
- writeResult(TableIterator, OutputStream, TAPExecutionReport, Thread) - Method in class tap.formatter.VOTableFormat
-
- writeSchema(TAPSchema, PrintWriter) - Method in class tap.metadata.TAPMetadata
-
Format in XML the given schema and then write it in the given writer.
- writeTable(TAPTable, PrintWriter) - Method in class tap.metadata.TAPMetadata
-
Format in XML the given table and then write it in the given writer.