Package | Description |
---|---|
tap | |
tap.formatter |
Modifier and Type | Field and Description |
---|---|
protected TAPExecutionReport |
TAPJob.execReport
Internal query execution report.
|
protected TAPExecutionReport |
TAPSyncJob.execReport
Report of the query execution.
|
protected TAPExecutionReport |
ADQLExecutor.report
The execution report to fill gradually while the processing of the query.
|
protected TAPExecutionReport |
TAPSyncJob.SyncThread.report
Query execution report.
|
Modifier and Type | Method and Description |
---|---|
TAPExecutionReport |
TAPJob.getExecReport()
Get the execution report.
|
TAPExecutionReport |
ADQLExecutor.getExecReport()
Get the report of the query execution.
|
TAPExecutionReport |
TAPSyncJob.getExecReport()
Get the report of the execution of this job.
|
TAPExecutionReport |
TAPSyncJob.SyncThread.getExecutionReport()
Get the report of the query execution.
|
protected TAPExecutionReport |
ADQLExecutor.start()
Process the ADQL query.
|
TAPExecutionReport |
ADQLExecutor.start(AsyncThread thread)
Start the asynchronous processing of the ADQL query.
|
TAPExecutionReport |
ADQLExecutor.start(java.lang.Thread thread,
java.lang.String jobId,
TAPParameters params,
javax.servlet.http.HttpServletResponse response)
Start the synchronous processing of the ADQL query.
|
Modifier and Type | Method and Description |
---|---|
void |
TAPJob.setExecReport(TAPExecutionReport execReport)
Set the execution report.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
TextFormat.getHeader(TableIterator result,
TAPExecutionReport execReport,
java.lang.Thread thread)
Get the whole header (one row whose columns are just the columns' name).
|
static uk.ac.starlink.table.ColumnInfo[] |
VOTableFormat.toColumnInfos(TableIterator result,
TAPExecutionReport execReport,
java.lang.Thread thread)
Writes fields' metadata of the given query result.
|
protected void |
HTMLFormat.writeData(TableIterator result,
DBColumn[] selectedColumns,
java.io.BufferedWriter writer,
TAPExecutionReport execReport,
java.lang.Thread thread)
Write all the data rows.
|
protected void |
SVFormat.writeData(TableIterator result,
DBColumn[] selectedColumns,
java.io.BufferedWriter writer,
TAPExecutionReport execReport,
java.lang.Thread thread)
Write all the data rows.
|
protected void |
JSONFormat.writeData(TableIterator result,
DBColumn[] selectedColumns,
org.json.JSONWriter out,
TAPExecutionReport execReport,
java.lang.Thread thread)
Write the whole data part of the JSON file.
|
protected boolean |
TextFormat.writeData(TableIterator queryResult,
LargeAsciiTable asciiTable,
TAPExecutionReport execReport,
java.lang.Thread thread)
Write all the data rows into the given
LargeAsciiTable object. |
protected DBColumn[] |
HTMLFormat.writeHeader(TableIterator result,
java.io.BufferedWriter writer,
TAPExecutionReport execReport,
java.lang.Thread thread)
Write the whole header (one row whose columns are just the columns' name).
|
protected DBColumn[] |
SVFormat.writeHeader(TableIterator result,
java.io.BufferedWriter writer,
TAPExecutionReport execReport,
java.lang.Thread thread)
Write the whole header (one row whose columns are just the columns' name).
|
protected void |
VOTableFormat.writeHeader(uk.ac.starlink.votable.VOTableVersion votVersion,
TAPExecutionReport execReport,
java.io.BufferedWriter out)
Writes the first VOTable nodes/elements preceding the data: VOTABLE, RESOURCE and 3 INFOS (QUERY_STATUS, PROVIDER, QUERY).
|
protected DBColumn[] |
JSONFormat.writeMetadata(TableIterator result,
org.json.JSONWriter out,
TAPExecutionReport execReport,
java.lang.Thread thread)
Write the whole metadata part of the JSON file.
|
void |
FITSFormat.writeResult(TableIterator result,
java.io.OutputStream output,
TAPExecutionReport execReport,
java.lang.Thread thread) |
void |
HTMLFormat.writeResult(TableIterator result,
java.io.OutputStream output,
TAPExecutionReport execReport,
java.lang.Thread thread) |
void |
OutputFormat.writeResult(TableIterator result,
java.io.OutputStream output,
TAPExecutionReport execReport,
java.lang.Thread thread)
Formats the given query result and writes it in the given output stream.
|
void |
SVFormat.writeResult(TableIterator result,
java.io.OutputStream output,
TAPExecutionReport execReport,
java.lang.Thread thread) |
void |
TextFormat.writeResult(TableIterator result,
java.io.OutputStream output,
TAPExecutionReport execReport,
java.lang.Thread thread) |
void |
VOTableFormat.writeResult(TableIterator queryResult,
java.io.OutputStream output,
TAPExecutionReport execReport,
java.lang.Thread thread) |
void |
JSONFormat.writeResult(TableIterator result,
java.io.OutputStream output,
TAPExecutionReport execReport,
java.lang.Thread thread) |