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 

D

DALI_UPLOAD_REGEXP - Static variable in class tap.parameters.DALIUpload
Regular expression of an UPLOAD parameter as defined by DALI (REC-DALI-1.0-20131129).
DALIUpload - Class in tap.parameters
Description of an uploaded content specified using the DALI/TAP syntax.
DALIUpload(String, UploadFile) - Constructor for class tap.parameters.DALIUpload
Build a DALIUpload whose the content has been submitted inline in an HTTP request.
DALIUpload(String, URI, UWSFileManager) - Constructor for class tap.parameters.DALIUpload
Build a DALIUpload whose the content is distant and specified by a URI.
DataReadException - Exception in tap.data
Exception that occurs when reading a data input (can be an InputStream, a ResultSet, a SavotTable, ...).
DataReadException(String) - Constructor for exception tap.data.DataReadException
 
DataReadException(Throwable) - Constructor for exception tap.data.DataReadException
 
DataReadException(String, Throwable) - Constructor for exception tap.data.DataReadException
 
datasource - Variable in class tap.config.ConfigurableTAPFactory
The DataSource to use in order to access the database.
datatype - Variable in class tap.metadata.VotType
VOTable datatype
dateFormat - Static variable in class uws.job.UWSJob
Deprecated.
Replaced by ISO8601Format.
DB_LOG_ID_SUFFIX - Static variable in class tap.log.Slf4jTAPLog
Suffix to append to the root logger ID for the DATABASE logger.
DB_NAME_COLUMN - Static variable in class tap.db.JDBCConnection
Name of the database column giving the database name of a TAP column, table or schema.
DBCancelledException - Exception in tap.db
Exception thrown when a processing of a DBConnection is cancelled.
DBCancelledException() - Constructor for exception tap.db.DBCancelledException
 
DBCancelledException(String) - Constructor for exception tap.db.DBCancelledException
 
DBCancelledException(String, String) - Constructor for exception tap.db.DBCancelledException
 
DBCancelledException(Throwable) - Constructor for exception tap.db.DBCancelledException
 
DBCancelledException(Throwable, String) - Constructor for exception tap.db.DBCancelledException
 
DBCancelledException(String, Throwable) - Constructor for exception tap.db.DBCancelledException
 
DBCancelledException(String, Throwable, String) - Constructor for exception tap.db.DBCancelledException
 
dbCatalogName - Variable in class adql.db.DefaultDBTable
 
DBChecker - Class in adql.db
This QueryChecker implementation is able to do the following verifications on an ADQL query: Check the existence of all table and column references found in a query Resolve all unknown functions as supported User Defined Functions (UDFs) Check whether all used geometrical functions are supported Check whether all used coordinate systems are supported Check that types of columns and UDFs match with their context
DBChecker() - Constructor for class adql.db.DBChecker
Builds a DBChecker with an empty list of tables.
DBChecker(Collection<? extends DBTable>) - Constructor for class adql.db.DBChecker
Builds a DBChecker with the given list of known tables.
DBChecker(Collection<? extends DBTable>, Collection<? extends FunctionDef>) - Constructor for class adql.db.DBChecker
Builds a DBChecker with the given list of known tables and with a restricted list of user defined functions.
DBChecker(Collection<? extends DBTable>, Collection<String>, Collection<String>) - Constructor for class adql.db.DBChecker
Builds a DBChecker with the given list of known tables and with a restricted list of user defined functions.
DBChecker(Collection<? extends DBTable>, Collection<? extends FunctionDef>, Collection<String>, Collection<String>) - Constructor for class adql.db.DBChecker
Builds a DBChecker.
DBChecker.BinarySearch<T,S> - Class in adql.db
Implement the binary search algorithm over a sorted array.
DBColumn - Interface in adql.db
Definition of a valid target column.
DBCommonColumn - Class in adql.db
This is a special column which exists only after a NATURAL JOIN or a JOIN ...
DBCommonColumn(DBColumn, DBColumn) - Constructor for class adql.db.DBCommonColumn
Create a column which merges both of the given columns.
DBCommonColumn(DBCommonColumn, String, String) - Constructor for class adql.db.DBCommonColumn
Constructor by copy.
dbConn - Variable in class tap.upload.Uploader
Connection to the "database" (which lets upload the content of any given VOTable).
DBConnection - Interface in tap.db
Connection to the "database" (whatever is the type or whether it is linked to a true DBMS connection).
DBException - Exception in tap.db
This kind of exception is thrown by instances of DBConnection if an error occurs while a DB operation (interrogation, update, transaction management).
DBException(String) - Constructor for exception tap.db.DBException
Builds a DBException.
DBException(String, String) - Constructor for exception tap.db.DBException
Builds a DBException.
DBException(Throwable) - Constructor for exception tap.db.DBException
Builds a DBException.
DBException(Throwable, String) - Constructor for exception tap.db.DBException
Builds a DBException.
DBException(String, Throwable) - Constructor for exception tap.db.DBException
Builds a DBException
DBException(String, Throwable, String) - Constructor for exception tap.db.DBException
Builds a DBException.
dbLogger - Variable in class tap.log.Slf4jTAPLog
Logger for database actions.
dbMapping - Variable in class tap.db.JDBCConnection
Mapping of the TAP_SCHEMA items between their ADQL name and their name in the database.
dbms - Variable in class tap.db.JDBCConnection
Name (in lower-case) of the DBMS with which the connection is linked.
DBMS_MYSQL - Static variable in class tap.db.JDBCConnection
DBMS name of MySQL used in the database URL.
DBMS_ORACLE - Static variable in class tap.db.JDBCConnection
DBMS name of Oracle used in the database URL.
DBMS_POSTGRES - Static variable in class tap.db.JDBCConnection
DBMS name of PostgreSQL used in the database URL.
DBMS_SQLITE - Static variable in class tap.db.JDBCConnection
DBMS name of SQLite used in the database URL.
dbName - Variable in class adql.db.DefaultDBColumn
Name of the column in the "database".
dbName - Variable in class adql.db.DefaultDBTable
 
dbPassword - Variable in class tap.config.ConfigurableTAPFactory
Password of the database user to use in order to access the database.
dbSchemaName - Variable in class adql.db.DefaultDBTable
 
DBTable - Interface in adql.db
Definition of a valid target table.
DBTableAlias - Class in adql.db
This DBTable wraps another DBTable with a different ADQL and DB name.
DBTableAlias(DBTable, String) - Constructor for class adql.db.DBTableAlias
Wrap the given table under the given ADQL/DB name.
DBType - Class in adql.db
Describe a full column type as it is described in the IVOA document of TAP.
DBType(DBType.DBDatatype) - Constructor for class adql.db.DBType
Build a TAP column type by specifying a datatype.
DBType(DBType.DBDatatype, int) - Constructor for class adql.db.DBType
Build a TAP column type by specifying a datatype and a length (needed only for datatypes like char, varchar, binary and varbinary).
DBType.DBDatatype - Enum in adql.db
List of all datatypes declared in the IVOA recommendation of TAP (in the section UPLOAD).
dbUrl - Variable in class tap.config.ConfigurableTAPFactory
JDBC URL of the database to access.
dbUser - Variable in class tap.config.ConfigurableTAPFactory
Name of the database user to use in order to access the database.
debug(String) - Method in class uws.service.log.DefaultUWSLog
 
debug(Throwable) - Method in class uws.service.log.DefaultUWSLog
 
debug(String, Throwable) - Method in class uws.service.log.DefaultUWSLog
 
debug(String) - Method in class uws.service.log.Slf4jUWSLog
 
debug(Throwable) - Method in class uws.service.log.Slf4jUWSLog
 
debug(String, Throwable) - Method in class uws.service.log.Slf4jUWSLog
 
debug(String) - Method in interface uws.service.log.UWSLog
Logs a debug message.
debug(Throwable) - Method in interface uws.service.log.UWSLog
Logs an exception as a debug message.
debug(String, Throwable) - Method in interface uws.service.log.UWSLog
Logs a full (message+exception) debug message.
debugStream - Variable in class adql.parser.ADQLParserTokenManager
Debug output.
DEFAULT - Static variable in enum adql.db.STCS.Flavor
Default value for a flavor: STCS.Flavor.SPHERICAL2.
DEFAULT - Static variable in enum adql.db.STCS.Frame
Default value for a frame: STCS.Frame.UNKNOWNFRAME.
DEFAULT - Static variable in enum adql.db.STCS.RefPos
Default value for a reference position: STCS.RefPos.UNKNOWNREFPOS.
DEFAULT - Static variable in interface adql.parser.ADQLParserConstants
Lexical state.
DEFAULT_ASYNC_FETCH_SIZE - Static variable in class tap.config.TAPConfiguration
Default value of the property TAPConfiguration.KEY_ASYNC_FETCH_SIZE: 10000.
DEFAULT_BACKUP_BY_USER - Static variable in class tap.config.TAPConfiguration
Default value of the property TAPConfiguration.KEY_BACKUP_BY_USER: false.
DEFAULT_BACKUP_BY_USER - Static variable in class uws.config.UWSConfiguration
Default value of the property UWSConfiguration.KEY_BACKUP_BY_USER: false.
DEFAULT_BACKUP_FILE_NAME - Static variable in class uws.service.file.LocalUWSFileManager
Default name of the general UWS backup file.
DEFAULT_BACKUP_FREQUENCY - Static variable in class tap.config.TAPConfiguration
DEFAULT_BACKUP_FREQUENCY - Static variable in class uws.config.UWSConfiguration
DEFAULT_CHAR_ENCODING - Static variable in class uws.UWSToolBox
Default character encoding for all HTTP response sent by this library.
DEFAULT_DATE_FORMAT - Static variable in class uws.job.UWSJob
Deprecated.
Replaced by ISO8601Format.
DEFAULT_DIRECTORY_PER_USER - Static variable in class tap.config.TAPConfiguration
Default value of the property TAPConfiguration.KEY_DIRECTORY_PER_USER: false.
DEFAULT_DIRECTORY_PER_USER - Static variable in class uws.config.UWSConfiguration
Default value of the property UWSConfiguration.KEY_DIRECTORY_PER_USER: false.
DEFAULT_EXECUTION_DURATION - Static variable in class tap.config.TAPConfiguration
DEFAULT_EXECUTION_DURATION - Static variable in class uws.config.UWSConfiguration
DEFAULT_FETCH_SIZE - Static variable in class tap.db.JDBCConnection
Default fetch size.
DEFAULT_FILE_MANAGER - Static variable in class tap.config.TAPConfiguration
Default value of the property TAPConfiguration.KEY_FILE_MANAGER: "local".
DEFAULT_FILE_MANAGER - Static variable in class uws.config.UWSConfiguration
Default value of the property UWSConfiguration.KEY_FILE_MANAGER: "local".
DEFAULT_FILE_SIZE_LIMIT - Static variable in class uws.service.request.MultipartParser
Default maximum allowed size for a single uploaded file: -1 (i.e.
DEFAULT_FIX_ON_FAIL - Static variable in class tap.config.TAPConfiguration
Default value of the property TAPConfiguration.KEY_FIX_ON_FAIL: false.
DEFAULT_FREQUENCY - Static variable in class uws.service.backup.DefaultUWSBackupManager
Default backup frequency.
DEFAULT_GROUP_USER_DIRECTORIES - Static variable in class tap.config.TAPConfiguration
Default value of the property TAPConfiguration.KEY_GROUP_USER_DIRECTORIES: false.
DEFAULT_GROUP_USER_DIRECTORIES - Static variable in class uws.config.UWSConfiguration
Default value of the property UWSConfiguration.KEY_GROUP_USER_DIRECTORIES: false.
DEFAULT_JOB_DESTRUCTION_POLICY - Static variable in class uws.job.JobList
Default policy applied to a job list when a job destruction is asked.
DEFAULT_LOG_FILE_NAME - Static variable in class uws.service.file.LocalUWSFileManager
Default name of the log file.
DEFAULT_LOGGER - Static variable in class tap.config.TAPConfiguration
Default value of the property TAPConfiguration.KEY_LOGGER: "default".
DEFAULT_LOGGER - Static variable in class uws.config.UWSConfiguration
Default value of the property UWSConfiguration.KEY_LOGGER: "default".
DEFAULT_MAX_ASYNC_JOBS - Static variable in class tap.config.TAPConfiguration
Default value of the property TAPConfiguration.KEY_MAX_ASYNC_JOBS: 0.
DEFAULT_MAX_UPLOAD_LIMIT - Static variable in class tap.config.TAPConfiguration
Default value of the property "upload_max_db_limit" = "1000000r".
DEFAULT_MEMORY_THRESHOLD - Static variable in class cds.util.LargeAsciiTable
Default number of lines to keep in memory.
DEFAULT_NB_MAX_BLOCKED - Static variable in class uws.service.wait.UserLimitedBlockingPolicy
Default number of allowed blocked threads.
DEFAULT_RESULT_NAME - Static variable in class uws.job.Result
 
DEFAULT_RETENTION_PERIOD - Static variable in class tap.config.TAPConfiguration
DEFAULT_ROOT_LOG_ID - Static variable in class tap.log.Slf4jTAPLog
Default SLF4J identifier for the general/root logger to use.
DEFAULT_ROOT_LOG_ID - Static variable in class uws.service.log.Slf4jUWSLog
Default SLF4J identifier for the general/root logger to use.
DEFAULT_SIZE_LIMIT - Static variable in class uws.service.request.MultipartParser
Default maximum allowed size for an HTTP request content: -1 (i.e.
DEFAULT_SIZE_LIMIT - Static variable in class uws.service.request.NoEncodingParser
Default maximum allowed size for an HTTP request content: 2 MiB.
DEFAULT_SIZE_LIMIT - Static variable in class uws.service.request.XMLRequestParser
Default maximum allowed size for an HTTP request content: 200 kiB.
DEFAULT_SMALL_XML_THRESHOLD - Static variable in class uws.service.request.XMLRequestParser
Default threshold for XML document that can be kept entirely in memory: 2 kiB.
DEFAULT_SYNC_FETCH_SIZE - Static variable in class tap.config.TAPConfiguration
Default value of the property TAPConfiguration.KEY_SYNC_FETCH_SIZE: 1000.
DEFAULT_TAP_CONF_FILE - Static variable in class tap.config.TAPConfiguration
Default TAP configuration file.
DEFAULT_TIMEOUT - Static variable in class uws.service.wait.LimitedBlockingPolicy
Default timeout (in seconds) set by this policy at creation if none is specified.
DEFAULT_UPLOAD_MAX_FILE_SIZE - Static variable in class tap.config.TAPConfiguration
Deprecated.
Since 2.3, use the property "upload_max_db_limit" and "upload_max_request_size" instead.
DEFAULT_UPLOAD_MAX_REQUEST_SIZE - Static variable in class tap.config.TAPConfiguration
Default value of the property "upload_max_request_size" = 262144000.
DEFAULT_UWS_CONF_FILE - Static variable in class uws.config.UWSConfiguration
Default UWS configuration file.
DEFAULT_VARIABLE_LENGTH - Static variable in class adql.translator.MySQLTranslator
MySQL requires a length for variable-length types such as CHAR, VARCHAR, BINARY and VARBINARY.
DefaultDBColumn - Class in adql.db
Default implementation of DBColumn.
DefaultDBColumn(String, DBTable) - Constructor for class adql.db.DefaultDBColumn
Builds a default DBColumn with the given DB name and DB table.
DefaultDBColumn(String, DBType, DBTable) - Constructor for class adql.db.DefaultDBColumn
Builds a default DBColumn with the given DB name and DB table.
DefaultDBColumn(String, String, DBTable) - Constructor for class adql.db.DefaultDBColumn
Builds a default DBColumn with the given DB name, DB table and ADQL name.
DefaultDBColumn(String, String, DBType, DBTable) - Constructor for class adql.db.DefaultDBColumn
Builds a default DBColumn with the given DB name, DB table and ADQL name.
DefaultDBTable - Class in adql.db
Default implementation of DBTable.
DefaultDBTable(String) - Constructor for class adql.db.DefaultDBTable
Builds a default DBTable with the given DB name.
DefaultDBTable(String, String) - Constructor for class adql.db.DefaultDBTable
Builds a default DBTable with the given DB and ADQL names.
DefaultDBTable(String, String, String) - Constructor for class adql.db.DefaultDBTable
Builds default DBTable with a DB catalog, schema and table names.
DefaultDBTable(String, String, String, String, String, String) - Constructor for class adql.db.DefaultDBTable
Builds default DBTable with the DB and ADQL names for the catalog, schema and table.
DefaultDestructionManager - Class in uws.job.manager
The default implementation of the DestructionManager interface.
DefaultDestructionManager() - Constructor for class uws.job.manager.DefaultDestructionManager
Builds the default destruction manager.
DefaultDestructionManager.TimeComparator - Class in uws.job.manager
Lets a TreeSet or a TreeMap sorting UWSJob instances in an ascending order and according to their destruction time.
defaultDuration - Variable in class uws.job.parameters.ExecutionDurationController
The default duration (in seconds).
DefaultExecutionManager - Class in uws.job.manager
Default implementation of the ExecutionManager interface.
DefaultExecutionManager() - Constructor for class uws.job.manager.DefaultExecutionManager
 
DefaultExecutionManager(UWSLog) - Constructor for class uws.job.manager.DefaultExecutionManager
 
defaultInterval - Variable in class uws.job.parameters.DestructionTimeController
The default interval from the initialization to the destruction of the concerned job.
defaultIntervalField - Variable in class uws.job.parameters.DestructionTimeController
The date-time field on which the default interval applies.
DefaultJobOwner - Class in uws.job.user
Default implementation of JobOwner.
DefaultJobOwner(String) - Constructor for class uws.job.user.DefaultJobOwner
Builds a Job Owner which has the given ID.
DefaultJobOwner(String, String) - Constructor for class uws.job.user.DefaultJobOwner
 
DefaultKeyExtractor() - Constructor for class cds.utils.TextualSearchList.DefaultKeyExtractor
 
defaultOutput - Variable in class uws.service.log.DefaultUWSLog
 
DefaultOwnerGroupIdentifier - Class in uws.service.file
Let's extracting the group name of any given job owner.
DefaultOwnerGroupIdentifier() - Constructor for class uws.service.file.DefaultOwnerGroupIdentifier
 
defaultSeparator - Variable in class adql.query.ClauseConstraints
The logical separator used when none is specified during a constraint insertion (by default = OR).
defaultSerializer - Variable in class uws.service.UWSService
The MIME type of the default serialization format.
defaultSerializer - Variable in class uws.service.UWSServlet
The MIME type of the default serialization format.
DefaultTAPBackupManager - Class in tap.backup
Let backup all TAP asynchronous jobs.
DefaultTAPBackupManager(UWS) - Constructor for class tap.backup.DefaultTAPBackupManager
Build a default TAP jobs backup manager.
DefaultTAPBackupManager(UWS, long) - Constructor for class tap.backup.DefaultTAPBackupManager
Build a default TAP jobs backup manager.
DefaultTAPBackupManager(UWS, boolean) - Constructor for class tap.backup.DefaultTAPBackupManager
Build a default TAP jobs backup manager.
DefaultTAPBackupManager(UWS, boolean, long) - Constructor for class tap.backup.DefaultTAPBackupManager
Build a default TAP jobs backup manager.
DefaultTAPErrorWriter - Class in tap.error
Default implementation of ServiceErrorWriter for a TAP service.
DefaultTAPErrorWriter(ServiceConnection) - Constructor for class tap.error.DefaultTAPErrorWriter
Build an error writer for TAP.
DefaultTAPLog - Class in tap.log
Default implementation of the TAPLog interface which lets logging any message about a TAP service.
DefaultTAPLog(UWSFileManager) - Constructor for class tap.log.DefaultTAPLog
Builds a TAPLog which will use the given file manager to get the log output (see UWSFileManager.getLogOutput(uws.service.log.UWSLog.LogLevel, String)).
DefaultTAPLog(OutputStream) - Constructor for class tap.log.DefaultTAPLog
Builds a TAPLog which will print all its messages into the given stream.
DefaultTAPLog(PrintWriter) - Constructor for class tap.log.DefaultTAPLog
Builds a TAPLog which will print all its messages into the given stream.
defaultTime - Variable in class uws.job.parameters.DestructionTimeController
The default destruction time.
defaultTypeConversion(String, String[], String) - Method in class tap.data.ResultSetTableIterator
Convert the given DBMS type into the better matching DBType instance.
defaultTypeConversion(DBType) - Method in class tap.db.JDBCConnection
Get the DBMS compatible datatype corresponding to the given column DBType.
DefaultUDF - Class in adql.query.operand.function
It represents any function which is not managed by ADQL.
DefaultUDF(String, ADQLOperand[]) - Constructor for class adql.query.operand.function.DefaultUDF
Creates a user function.
DefaultUDF(DefaultUDF) - Constructor for class adql.query.operand.function.DefaultUDF
Builds a UserFunction by copying the given one.
DefaultUWSBackupManager - Class in uws.service.backup
Default implementation of the interface UWSBackupManager.
DefaultUWSBackupManager(UWS) - Constructor for class uws.service.backup.DefaultUWSBackupManager
Builds a backup manager in the mode "auto": one file for all users and all jobs, and the backup is done all minutes (see DefaultUWSBackupManager.DEFAULT_FREQUENCY.
DefaultUWSBackupManager(UWS, long) - Constructor for class uws.service.backup.DefaultUWSBackupManager
Builds a backup manager in the mode "auto" or "manual": one file for all users and all jobs, and the backup is done at the given frequency.
DefaultUWSBackupManager(UWS, boolean) - Constructor for class uws.service.backup.DefaultUWSBackupManager
Builds a backup manager in the given mode: "by user" (one file for each user and the backup is done at each user action) or not (one file for all users and all jobs and the backup is done all minutes (see DefaultUWSBackupManager.DEFAULT_FREQUENCY)).
DefaultUWSBackupManager(UWS, boolean, long) - Constructor for class uws.service.backup.DefaultUWSBackupManager
Builds a backup manager in the given mode and with the given frequency.
DefaultUWSBackupManager.JSONArrayReader - Class in uws.service.backup
Lets reading a JSON array from a JSONTokener (that's to directly from a file) as an iterator which returns all items which MUST BE JSONObjects.
DefaultUWSBackupManager.JSONObjectReader - Class in uws.service.backup
Lets reading a JSON object from a JSONTokener (that's to say directly from a file), as an iterator which returns all the keys.
DefaultUWSBackupManager.SingleInputIterator - Class in uws.service.backup
An iterator of input streams with ONLY ONE input stream.
DefaultUWSErrorWriter - Class in uws.service.error
Default implementation of a ServiceErrorWriter interface for a UWS service.
DefaultUWSErrorWriter(UWSLog) - Constructor for class uws.service.error.DefaultUWSErrorWriter
Build an error writer which will log any error in response of an HTTP request.
DefaultUWSLog - Class in uws.service.log
Default implementation of UWSLog interface which lets logging any message about a UWS.
DefaultUWSLog(UWS) - Constructor for class uws.service.log.DefaultUWSLog
Builds a UWSLog which will use the file manager of the given UWS to get the log output (see UWSFileManager.getLogOutput(uws.service.log.UWSLog.LogLevel, String)).
DefaultUWSLog(UWSFileManager) - Constructor for class uws.service.log.DefaultUWSLog
Builds a UWSLog which will use the given file manager to get the log output (see UWSFileManager.getLogOutput(uws.service.log.UWSLog.LogLevel, String)).
DefaultUWSLog(OutputStream) - Constructor for class uws.service.log.DefaultUWSLog
Builds a UWSLog which will print all its messages into the given stream.
DefaultUWSLog(PrintWriter) - Constructor for class uws.service.log.DefaultUWSLog
Builds a UWSLog which will print all its messages into the given stream.
defaultValue - Variable in class uws.job.parameters.NumericParamController
The default value.
definition - Variable in class adql.query.operand.function.DefaultUDF
Define/Describe this user defined function.
DEGREES - Static variable in interface adql.parser.ADQLParserConstants
RegularExpression Id.
deleteColumnRelations(TAPColumn) - Method in class tap.metadata.TAPTable
Delete all foreign keys having the given column in the sources or the targets list.
deleteError(ErrorSummary, UWSJob) - Method in class uws.service.file.LocalUWSFileManager
 
deleteError(ErrorSummary, UWSJob) - Method in interface uws.service.file.UWSFileManager
Deletes the error file corresponding to the given job error summary.
deleteFile() - Method in class uws.service.request.UploadFile
Delete definitely this uploaded file from the server.
deleteJob(String, String) - Method in class uws.service.UWSUrl
Gets the UWS URL (HTTP-GET ONLY) to delete the specified job.
deleteRelations(TAPForeignKey) - Method in class tap.metadata.TAPTable
Delete the link between all columns of the given foreign key and this foreign key.
deleteResult(Result, UWSJob) - Method in class uws.service.file.LocalUWSFileManager
 
deleteResult(Result, UWSJob) - Method in interface uws.service.file.UWSFileManager
Deletes the result file corresponding to the given job result's description.
deleteUpload(UploadFile) - Method in class uws.service.file.LocalUWSFileManager
 
deleteUpload(UploadFile) - Method in interface uws.service.file.UWSFileManager
Delete definitely the specified file, submitted inline in an HTTP request.
deleteUploads(TAPParameters) - Method in class tap.TAPSyncJob
Delete all uploaded files.
deleteUploads(HttpServletRequest) - Static method in class uws.UWSToolBox
Delete all unused uploaded files of the given request.
DELIMITED_IDENTIFIER - Static variable in interface adql.parser.ADQLParserConstants
RegularExpression Id.
delimitStr - Variable in class tap.formatter.SVFormat
Indicate whether String values must be delimited by double quotes (default) or not.
DESC - Static variable in interface adql.parser.ADQLParserConstants
RegularExpression Id.
description - Variable in class adql.db.FunctionDef
Description of this function.
description - Variable in class tap.metadata.TableSetParser.ForeignKey
Foreign key description
description - Variable in class uws.service.UWSService
Description of this UWS.
description - Variable in class uws.service.UWSServlet
Description of this UWS.
destroy() - Method in class tap.config.ConfigurableTAPFactory
 
destroy() - Method in class tap.config.ConfigurableTAPServlet
 
destroy() - Method in class tap.metadata.TAPMetadata
 
destroy() - Method in class tap.resource.ASync
 
destroy() - Method in class tap.resource.Availability
 
destroy() - Method in class tap.resource.Capabilities
 
destroy() - Method in class tap.resource.Examples
 
destroy() - Method in class tap.resource.HomePage
 
destroy() - Method in class tap.resource.Sync
 
destroy() - Method in class tap.resource.TAP
Free all the resources used by this resource and the other managed resources.
destroy() - Method in interface tap.resource.TAPResource
Let free properly all system/file/DB resources kept opened by this TAP resource.
destroy() - Method in class tap.TAPFactory
Destroy all resources (and particularly DB connections and JDBC driver) allocated in this factory.
destroy() - Method in class uws.config.ConfigurableUWSServlet
 
destroy() - Method in interface uws.job.jobInfo.JobInfo
Free/Discard any resource associated with this JobInfo.
destroy() - Method in class uws.job.jobInfo.SingleValueJobInfo
 
destroy() - Method in class uws.job.jobInfo.XMLJobInfo
 
destroy() - Method in interface uws.service.UWS
End properly this UWS: jobs should be backuped (if this feature is enable), timers and threads should be stopped, open files and database connections should be closed, etc...
destroy() - Method in class uws.service.UWSService
 
destroy() - Method in class uws.service.UWSServlet
 
DESTROY_JOB - Static variable in class uws.service.actions.UWSAction
Name of the UWS action DestroyJob.
destroyAllJobLists() - Method in class uws.service.UWSService
Destroys all managed jobs lists.
destroyJob(String) - Method in class uws.job.JobList
Removes the job from the list and deletes all its attached resources (UWSJob.clearResources().
destroyJob(String, JobOwner) - Method in class uws.job.JobList
Removes the job from the list and deletes all its attached resources (UWSJob.clearResources().
destroyJob(UWSJob) - Method in class uws.job.manager.DefaultDestructionManager
Merely destroys the given job (if not NULL and not ARCHIVED).
DestroyJob - Class in uws.service.actions
The "Destroy Job" action of a UWS.
DestroyJob(UWSService) - Constructor for class uws.service.actions.DestroyJob
 
destroyJobList(String) - Method in interface uws.service.UWS
Destroys the specified jobs list.
destroyJobList(String) - Method in class uws.service.UWSService
 
destroyJobList(JobList) - Method in class uws.service.UWSService
Destroys the given jobs list.
destroyJobList(String) - Method in class uws.service.UWSServlet
 
destroyJobList(JobList) - Method in class uws.service.UWSServlet
Destroys the given jobs list.
DestructionManager - Interface in uws.job.manager
Manages the automatic destruction of given jobs.
DestructionTimeController - Class in uws.job.parameters
Let controlling the destruction time of all jobs managed by a UWS.
DestructionTimeController() - Constructor for class uws.job.parameters.DestructionTimeController
 
DestructionTimeController.DateField - Enum in uws.job.parameters
Represents a date/time field.
details - Variable in class uws.job.ErrorSummary
[Optional] The URI/URL toward the file which contains a more detailed description of the error (i.e.
DIGIT - Static variable in interface adql.parser.ADQLParserConstants
RegularExpression Id.
DIR_PREFIX_PATTERN - Static variable in class uws.service.file.DefaultOwnerGroupIdentifier
Pattern to extract the root directory of a user directory from its ID.
DirectoryFilter() - Constructor for class uws.service.file.LocalUWSFileManager.DirectoryFilter
 
disable_tracing() - Method in class adql.parser.ADQLParser
Disable tracing.
displayAligned(int[]) - Method in class cds.util.AsciiTable
Deprecated.
Deprecated because of memory issues. Instead, you should use LargeAsciiTable.streamAligned(cds.util.LargeAsciiTable.LineProcessor, int[]).
displayAligned(int[], char) - Method in class cds.util.AsciiTable
Deprecated.
Deprecated because of memory issues. Instead, you should use LargeAsciiTable.streamAligned(cds.util.LargeAsciiTable.LineProcessor, int[], char).
displayAligned(int[], char, Thread) - Method in class cds.util.AsciiTable
Deprecated.
Deprecated because of memory issues. Instead, you should use LargeAsciiTable.streamAligned(cds.util.LargeAsciiTable.LineProcessor, int[], char, Thread).
displayMilliseconds - Static variable in class uws.ISO8601Format
Indicate whether any date formatted with this class displays the milliseconds.
displayRaw() - Method in class cds.util.AsciiTable
Deprecated.
Get all the lines without alignment, as they were entered
displayRaw(char) - Method in class cds.util.AsciiTable
Deprecated.
Get all the lines without alignment, as they were entered, with separator control
displayTimeZone - Static variable in class uws.ISO8601Format
Indicate whether any date formatted with this class displays the time zone.
DISTANCE - Static variable in interface adql.parser.ADQLParserConstants
RegularExpression Id.
DistanceFunction - Class in adql.query.operand.function.geometry
It represents the DISTANCE function of the ADQL language.
DistanceFunction(GeometryFunction.GeometryValue<PointFunction>, GeometryFunction.GeometryValue<PointFunction>) - Constructor for class adql.query.operand.function.geometry.DistanceFunction
Builds a DISTANCE function.
DistanceFunction(DistanceFunction) - Constructor for class adql.query.operand.function.geometry.DistanceFunction
Builds a DISTANCE function by copying the given one.
distinctColumns() - Method in class adql.query.ClauseSelect
Tells whether this clause imposes that returned rows are unique (regarding the first returned column).
DIVIDE - Static variable in interface adql.parser.ADQLParserConstants
RegularExpression Id.
doAddJob(UWSUrl, HttpServletRequest, HttpServletResponse, JobOwner) - Method in class uws.service.UWSServlet
 
doDestroyJob(UWSUrl, HttpServletRequest, HttpServletResponse, JobOwner) - Method in class uws.service.UWSServlet
 
doGetJobParam(UWSUrl, HttpServletRequest, HttpServletResponse, JobOwner) - Method in class uws.service.UWSServlet
 
doJobSummary(UWSUrl, HttpServletRequest, HttpServletResponse, JobOwner) - Method in class uws.service.UWSServlet
 
doListJob(UWSUrl, HttpServletRequest, HttpServletResponse, JobOwner) - Method in class uws.service.UWSServlet
 
Done() - Method in class adql.parser.SimpleCharStream
Reset buffer when finished.
doSetJobParam(UWSUrl, HttpServletRequest, HttpServletResponse, JobOwner) - Method in class uws.service.UWSServlet
 
doSetUWSParameter(UWSUrl, HttpServletRequest, HttpServletResponse, JobOwner) - Method in class uws.service.UWSServlet
 
DOT - Static variable in interface adql.parser.ADQLParserConstants
RegularExpression Id.
driverPath - Variable in class tap.config.ConfigurableTAPFactory
Classpath of the JDBC driver to use in order to access the database.
dropUploadedTable(TAPTable) - Method in interface tap.db.DBConnection
Drop the specified uploaded table from the database.
dropUploadedTable(TAPTable) - Method in class tap.db.JDBCConnection
Important note: Only tables uploaded by users can be dropped from the database.
dropUploadedTables() - Method in class tap.ADQLExecutor
Drop all tables uploaded by the user from the database.
dropUploadedTables() - Method in class tap.upload.Uploader
Drop all tables already uploaded in the database.
DurationParamController - Class in uws.job.parameters
Let controlling a duration parameter.
DurationParamController() - Constructor for class uws.job.parameters.DurationParamController
Create a parameter controller for duration value with no restriction.
DurationParamController(Long, Long, Long, boolean) - Constructor for class uws.job.parameters.DurationParamController
Create a controller for a parameter expressing a duration.
durations - Variable in class tap.TAPExecutionReport
Duration of all execution steps.
A B C D E F G H I J K L M N O P Q R S T U V W X