- KEY_ADD_SERIALIZERS - Static variable in class uws.config.UWSConfiguration
-
Name/Key of the property specifying a list of UWS serializers to add to the UWS service.
- KEY_ADD_TAP_RESOURCES - Static variable in class tap.config.TAPConfiguration
-
Name/Key of the property specifying a list of resources to add to the TAP service (e.g.
- KEY_ADD_UWS_ACTIONS - Static variable in class uws.config.UWSConfiguration
-
Name/Key of the property specifying a list of actions to add to the UWS service.
- KEY_ASYNC_FETCH_SIZE - Static variable in class tap.config.TAPConfiguration
-
Name/Key of the property specifying by how many rows the library should fetch a query result from the database.
- KEY_BACKUP_BY_USER - Static variable in class tap.config.TAPConfiguration
-
Name/Key of the property indicating whether there should be one backup file per user or one file for all.
- KEY_BACKUP_BY_USER - Static variable in class uws.config.UWSConfiguration
-
Name/Key of the property indicating whether there should be one backup file per user or one file for all.
- KEY_BACKUP_FREQUENCY - Static variable in class tap.config.TAPConfiguration
-
Name/Key of the property specifying the frequency (in milliseconds) of jobs backup.
- KEY_BACKUP_FREQUENCY - Static variable in class uws.config.UWSConfiguration
-
Name/Key of the property specifying the frequency (in milliseconds) of jobs backup.
- KEY_CAPABILITIES_STYLESHEET - Static variable in class tap.config.TAPConfiguration
-
Name/Key of the property specifying the XSLT stylesheet to use for /capabilities.
- KEY_COORD_SYS - Static variable in class tap.config.TAPConfiguration
-
Name/Key of the property specifying the list of all allowed coordinate systems that can be used in ADQL queries.
- KEY_DATABASE_ACCESS - Static variable in class tap.config.TAPConfiguration
-
Name/Key of the property specifying the database access method to use.
- KEY_DATALINK - Static variable in class tap.config.TAPConfiguration
-
Name/Key of the property providing the API for the Datalink capability.
- KEY_DATASOURCE_JNDI_NAME - Static variable in class tap.config.TAPConfiguration
-
Name/Key of the property specifying the name of the DataSource into the JDNI.
- KEY_DB_PASSWORD - Static variable in class tap.config.TAPConfiguration
-
Name/Key of the property specifying the password of the database user.
- KEY_DB_USERNAME - Static variable in class tap.config.TAPConfiguration
-
Name/Key of the property specifying the database user name to use to access the database.
- KEY_DEFAULT_DESTRUCTION_INTERVAL - Static variable in class uws.config.UWSConfiguration
-
Name/Key of the property specifying the default destruction interval (actually a duration between the creation and the destruction
of the job) set automatically to a job if none has been specified by the user.
- KEY_DEFAULT_EXECUTION_DURATION - Static variable in class tap.config.TAPConfiguration
-
Name/Key of the property specifying the default execution duration (in milliseconds) set automatically to a job
if none has been specified by the user.
- KEY_DEFAULT_EXECUTION_DURATION - Static variable in class uws.config.UWSConfiguration
-
Name/Key of the property specifying the default execution duration (in milliseconds) set automatically to a job
if none has been specified by the user.
- KEY_DEFAULT_OUTPUT_LIMIT - Static variable in class tap.config.TAPConfiguration
-
Name/Key of the property specifying the number of result rows that should be returned if none is specified by the user.
- KEY_DEFAULT_RETENTION_PERIOD - Static variable in class tap.config.TAPConfiguration
-
Name/Key of the property specifying the default period (in seconds) while a job must remain on the server.
- KEY_DEFAULT_UPLOAD_LIMIT - Static variable in class tap.config.TAPConfiguration
-
- KEY_DESTRUCTION_MANAGER - Static variable in class uws.config.UWSConfiguration
-
Name/Key of the property specifying the
DestructionManager
instance that a specific job list must use.
- KEY_DIRECTORY_PER_USER - Static variable in class tap.config.TAPConfiguration
-
Name/Key of the property indicating whether the jobs must be saved by user or not.
- KEY_DIRECTORY_PER_USER - Static variable in class uws.config.UWSConfiguration
-
Name/Key of the property indicating whether the jobs must be saved by user or not.
- KEY_ERROR_WRITER - Static variable in class uws.config.UWSConfiguration
-
Name/Key of the property specifying the error writer the UWS service must use.
- KEY_EXAMPLES - Static variable in class tap.config.TAPConfiguration
-
Name/Key of the property specifying the content of the /examples
endpoint.
- KEY_EXECUTION_MANAGER - Static variable in class uws.config.UWSConfiguration
-
Name/Key of the property specifying the
ExecutionManager
instance that a specific job list must use.
- KEY_FILE_MANAGER - Static variable in class tap.config.TAPConfiguration
-
Name/Key of the property setting the file manager to use in the TAP service.
- KEY_FILE_MANAGER - Static variable in class uws.config.UWSConfiguration
-
Name/Key of the property setting the file manager to use in the UWS service.
- KEY_FILE_ROOT_PATH - Static variable in class tap.config.TAPConfiguration
-
Name/Key of the property setting the local root directory where all TAP files must be stored.
- KEY_FILE_ROOT_PATH - Static variable in class uws.config.UWSConfiguration
-
Name/Key of the property setting the local root directory where all UWS files must be stored.
- KEY_FIX_ON_FAIL - Static variable in class tap.config.TAPConfiguration
-
Name/Key of the property specifying whether the fixOnFail option is
enabled or not.
- KEY_GEOMETRIES - Static variable in class tap.config.TAPConfiguration
-
Name/Key of the property specifying the list of all ADQL geometrical function that can be used in ADQL queries.
- KEY_GROUP_USER_DIRECTORIES - Static variable in class tap.config.TAPConfiguration
-
Name/Key of the property indicating whether the user directories (in which jobs of the user are backuped)
must be gathered in less directories.
- KEY_GROUP_USER_DIRECTORIES - Static variable in class uws.config.UWSConfiguration
-
Name/Key of the property indicating whether the user directories (in which jobs of the user are backuped)
must be gathered in less directories.
- KEY_HOME_PAGE - Static variable in class tap.config.TAPConfiguration
-
Name/Key of the property specifying the TAP home page to use.
- KEY_HOME_PAGE - Static variable in class uws.config.UWSConfiguration
-
Name/Key of the property specifying the UWS home page to use.
- KEY_HOME_PAGE_MIME_TYPE - Static variable in class tap.config.TAPConfiguration
-
Name/Key of the property specifying the MIME type of the set home page.
- KEY_HOME_PAGE_MIME_TYPE - Static variable in class uws.config.UWSConfiguration
-
Name/Key of the property specifying the MIME type of the set home page.
- KEY_JDBC_DRIVER - Static variable in class tap.config.TAPConfiguration
-
Name/Key of the property specifying the full class name of the JDBC driver.
- KEY_JDBC_URL - Static variable in class tap.config.TAPConfiguration
-
Name/Key of the property specifying the JDBC URL of the database to access.
- KEY_JOB_LISTS - Static variable in class uws.config.UWSConfiguration
-
Name/Key of the property listing all the job lists to have in the UWS service.
- KEY_JOB_THREAD - Static variable in class uws.config.UWSConfiguration
-
Name/Key of the property specifying the
JobThread
instance to use for a specific job list.
- KEY_LOG_ROTATION - Static variable in class tap.config.TAPConfiguration
-
Name/Key of the property specifying the frequency of the log file
rotation to set in the default logger.
- KEY_LOG_ROTATION - Static variable in class uws.config.UWSConfiguration
-
Name/Key of the property specifying the frequency of the log file
rotation to set in the default logger.
- KEY_LOGGER - Static variable in class tap.config.TAPConfiguration
-
Name/Key of the property specifying the logger to use.
- KEY_LOGGER - Static variable in class uws.config.UWSConfiguration
-
Name/Key of the property specifying the logger to use.
- KEY_MAX_ASYNC_JOBS - Static variable in class tap.config.TAPConfiguration
-
Name/Key of the property specifying the maximum number of asynchronous jobs that can run simultaneously.
- KEY_MAX_DESTRUCTION_INTERVAL - Static variable in class uws.config.UWSConfiguration
-
Name/Key of the property specifying the maximum destruction interval (actually a duration between the creation and the destruction
of the job) set automatically to a job if none has been specified by the user.
- KEY_MAX_EXECUTION_DURATION - Static variable in class tap.config.TAPConfiguration
-
Name/Key of the property specifying the maximum execution duration (in milliseconds) that can be set on a job.
- KEY_MAX_EXECUTION_DURATION - Static variable in class uws.config.UWSConfiguration
-
Name/Key of the property specifying the maximum execution duration (in milliseconds) that can be set on a job.
- KEY_MAX_OUTPUT_LIMIT - Static variable in class tap.config.TAPConfiguration
-
Name/Key of the property specifying the maximum number of result rows that can be returned by the TAP service.
- KEY_MAX_RETENTION_PERIOD - Static variable in class tap.config.TAPConfiguration
-
Name/Key of the property specifying the maximum period (in seconds) while a job can remain on the server.
- KEY_MAX_RUNNING_JOBS - Static variable in class uws.config.UWSConfiguration
-
Name/Key of the property specifying the maximum number of jobs that can run in parallel inside a specific job list.
- KEY_MAX_UPLOAD_LIMIT - Static variable in class tap.config.TAPConfiguration
-
Name/Key of the property specifying the maximum limit (in rows or bytes)
on the uploaded VOTable(s).
- KEY_METADATA - Static variable in class tap.config.TAPConfiguration
-
Name/Key of the property specifying where the list of schemas, tables and columns and their respective metadata
is provided.
- KEY_METADATA_FILE - Static variable in class tap.config.TAPConfiguration
-
Name/Key of the property specifying the local file path of the XML file containing the TAP metadata to load.
- KEY_MIN_LOG_LEVEL - Static variable in class tap.config.TAPConfiguration
-
Name/Key of the property specifying the minimum type of messages
(i.e.
- KEY_MIN_LOG_LEVEL - Static variable in class uws.config.UWSConfiguration
-
Name/Key of the property specifying the minimum type of messages
(i.e.
- KEY_OUTPUT_FORMATS - Static variable in class tap.config.TAPConfiguration
-
Name/Key of the property specifying the list of all result output formats to support.
- KEY_PARAMETERS - Static variable in class uws.config.UWSConfiguration
-
Name/Key of the property listing all input parameters of jobs of a specific job list.
- KEY_PROVIDER_NAME - Static variable in class tap.config.TAPConfiguration
-
Name/Key of the property specifying the name of the organization/person providing the TAP service.
- KEY_REGEXP_MAX_DESTRUCTION_INTERVAL - Static variable in class uws.config.UWSConfiguration
-
Regular Expression of the name/key of the property specifying the maximum destruction interval for jobs of a given job list.
- KEY_REQUEST_PARSER - Static variable in class uws.config.UWSConfiguration
-
- KEY_SERVICE_DESCRIPTION - Static variable in class tap.config.TAPConfiguration
-
Name/Key of the property specifying the description of the TAP service.
- KEY_SERVICE_DESCRIPTION - Static variable in class uws.config.UWSConfiguration
-
Name/Key of the property specifying the description of the UWS service.
- KEY_SERVICE_NAME - Static variable in class uws.config.UWSConfiguration
-
Name/Key of the property specifying the name of this UWS service.
- KEY_SQL_TRANSLATOR - Static variable in class tap.config.TAPConfiguration
-
Name/Key of the property specifying the ADQL to SQL translator to use.
- KEY_SYNC_FETCH_SIZE - Static variable in class tap.config.TAPConfiguration
-
Name/Key of the property specifying by how many rows the library should fetch a query result from the database.
- KEY_TABLES_STYLESHEET - Static variable in class tap.config.TAPConfiguration
-
Name/Key of the property specifying the XSLT stylesheet to use for /tables.
- KEY_TAP_FACTORY - Static variable in class tap.config.TAPConfiguration
-
- KEY_UDFS - Static variable in class tap.config.TAPConfiguration
-
Name/Key of the property that lets declare all User Defined Functions that must be allowed in ADQL queries.
- KEY_UPLOAD_ENABLED - Static variable in class tap.config.TAPConfiguration
-
Name/Key of the property indicating whether the UPLOAD feature must be
enabled or not.
- KEY_UPLOAD_MAX_FILE_SIZE - Static variable in class tap.config.TAPConfiguration
-
- KEY_UPLOAD_MAX_REQUEST_SIZE - Static variable in class tap.config.TAPConfiguration
-
Name/Key of the property specifying the maximum size of a whole HTTP
Multipart Request.
- KEY_USER_IDENTIFIER - Static variable in class tap.config.TAPConfiguration
-
Name/Key of the property specifying the user identification method to use.
- KEY_USER_IDENTIFIER - Static variable in class uws.config.UWSConfiguration
-
Name/Key of the property specifying the user identification method to use.
- KEY_UWS_FACTORY - Static variable in class uws.config.UWSConfiguration
-
- KEY_XSLT_STYLESHEET - Static variable in class uws.config.UWSConfiguration
-
Name/Key of the property specifying the XSLT stylesheet to use when job are serialized in XML.
- keyColumns - Variable in class tap.metadata.TableSetParser.ForeignKey
-
Columns associations.
- keyExtractor - Variable in class cds.utils.TextualSearchList
-
Object to use to extract an unique textual string.
- kind - Variable in class adql.parser.Token
-
An integer that describes the kind of this token.