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 

L

label - Variable in enum tap.metadata.TAPMetadata.STDSchema
Real name of the schema.
label - Variable in enum tap.metadata.TAPMetadata.STDTable
Real name of the table.
label - Variable in class tap.parameters.DALIUpload
Name to use in the service to label this upload.
LANG_ADQL - Static variable in class tap.TAPJob
LANG value meaning ADQL language: "ADQL".
LANG_PQL - Static variable in class tap.TAPJob
LANG value meaning PQL language: "PQL".
LargeAsciiTable - Class in cds.util
An object of this class manages a large ASCII table: it receives (non-empty) lines to add.
LargeAsciiTable(char) - Constructor for class cds.util.LargeAsciiTable
Constructor.
LargeAsciiTable(char, int) - Constructor for class cds.util.LargeAsciiTable
Constructor.
LargeAsciiTable.AsciiTableIterator - Interface in cds.util
An auto-closeable iterator for LargeAsciiTable.
LargeAsciiTable.LineProcessor - Interface in cds.util
Object letting process any given line.
LargeAsciiTable.LineProcessorException - Exception in cds.util
Exception thrown when processing a line streamed by LargeAsciiTable.
lastBackup - Variable in class uws.service.backup.DefaultUWSBackupManager
Date of the last backup.
lastError - Variable in class uws.job.JobThread
The last error which has occurred during the execution of this thread.
lastId - Static variable in class tap.TAPSyncJob
Last generated ID of a synchronous job.
lastId - Static variable in class uws.job.UWSJob
The last generated job ID.
lastRequestID - Static variable in class tap.resource.TAP
Last generated request ID.
lastRequestID - Static variable in class uws.service.UWSService
Last generated request ID.
lastRequestID - Static variable in class uws.service.UWSServlet
 
lastRestoration - Variable in class uws.service.backup.DefaultUWSBackupManager
Date of the last restoration.
lastSequenceOverflowed() - Method in class tap.formatter.VOTableFormat.LimitedStarTable
Indicates whether the last row sequence dispensed by this table's getRowSequence method was truncated at maxrec rows.
LEFT - Static variable in interface adql.parser.ADQLParserConstants
RegularExpression Id.
LEFT - Static variable in class cds.util.AsciiTable
Deprecated.
 
LEFT - Static variable in class cds.util.LargeAsciiTable
Flag to left align a column content.
LEFT_PAR - Static variable in interface adql.parser.ADQLParserConstants
RegularExpression Id.
length - Variable in class adql.db.DBType
The length parameter (only few datatypes need this parameter: char, varchar, binary and varbinary).
length - Variable in class uws.job.jobInfo.XMLJobInfo
Precise length (in bytes) of the represented XML document.
length - Variable in class uws.service.request.UploadFile
Length in bytes of the file.
LESS_EQUAL_THAN - Static variable in interface adql.parser.ADQLParserConstants
RegularExpression Id.
LESS_THAN - Static variable in interface adql.parser.ADQLParserConstants
RegularExpression Id.
Letter - Static variable in interface adql.parser.ADQLParserConstants
RegularExpression Id.
LexicalError(boolean, int, int, int, String, char) - Static method in error adql.parser.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
lexStateNames - Static variable in class adql.parser.ADQLParserTokenManager
Lexer state names.
LIKE - Static variable in interface adql.parser.ADQLParserConstants
RegularExpression Id.
limit - Variable in class tap.upload.Uploader
Limit on the number of rows or bytes (depending of Uploader.limitUnit) allowed to be uploaded in once (whatever is the number of tables).
LimitedBlockingPolicy - Class in uws.service.wait
In this BlockingPolicy, the blocking is limited by a maximum waiting time.
LimitedBlockingPolicy() - Constructor for class uws.service.wait.LimitedBlockingPolicy
Build a blocking policy with the default timeout (= 60L seconds).
LimitedBlockingPolicy(long) - Constructor for class uws.service.wait.LimitedBlockingPolicy
Build a BlockingPolicy which will limit blocking duration to the given value.
LimitedSizeInputStream - Class in tap.upload
Let limit the number of bytes that can be read from a given input stream.
LimitedSizeInputStream(InputStream, long) - Constructor for class tap.upload.LimitedSizeInputStream
Wrap the given input stream so that limiting the number of bytes that can be read.
LimitedTableIterator - Class in tap.data
Wrap a TableIterator in order to limit its reading to a fixed number of rows.
LimitedTableIterator(TableIterator, int) - Constructor for class tap.data.LimitedTableIterator
Wrap the given TableIterator so that limiting the number of rows to read.
LimitedTableIterator(Class<T>, InputStream, ServiceConnection.LimitUnit, int) - Constructor for class tap.data.LimitedTableIterator
Build the specified TableIterator instance and wrap it so that limiting the number of rows OR bytes to read.
limitUnit - Variable in class tap.upload.Uploader
Type of limit to set: ROWS or BYTES.
line - Variable in class adql.parser.SimpleCharStream
 
LineFormatter(BufferedWriter) - Constructor for class tap.formatter.TextFormat.LineFormatter
 
LineProcessorException() - Constructor for exception cds.util.LargeAsciiTable.LineProcessorException
 
LineProcessorException(String) - Constructor for exception cds.util.LargeAsciiTable.LineProcessorException
 
LineProcessorException(Throwable) - Constructor for exception cds.util.LargeAsciiTable.LineProcessorException
 
LineProcessorException(String, Throwable) - Constructor for exception cds.util.LargeAsciiTable.LineProcessorException
 
lines - Variable in class cds.util.LargeAsciiTable
List of lines ONLY IF the complete table fits in memory (defined by LargeAsciiTable.memoryThreshold).
list - Variable in class adql.query.ADQLList.ADQLListIterator
 
LIST_JOBS - Static variable in class uws.service.actions.UWSAction
Name of the UWS action ListJobs.
ListJobs - Class in uws.service.actions
The "List Jobs" action of a UWS.
ListJobs(UWSService) - Constructor for class uws.service.actions.ListJobs
 
listJobs(String) - Method in class uws.service.UWSUrl
Gets the UWS URL to get the specified jobs list.
load(HttpServletRequest) - Method in class uws.service.UWSUrl
Parses and loads the given request.
load(URL) - Method in class uws.service.UWSUrl
Parses and loads the given request URL.
loadColumns(TAPTable, List<TAPTable>, Statement) - Method in class tap.db.JDBCConnection
Deprecated.
This method is now replaced by JDBCConnection.loadColumns(TAPTable, List, Map, Statement) which has an additional parameter: the list of declared coordinate systems.
loadColumns(TAPTable, List<TAPTable>, Map<String, TAPCoosys>, Statement) - Method in class tap.db.JDBCConnection
Load into the corresponding tables all columns listed in TAP_SCHEMA.columns.
loadCoosys(TAPTable, TAPMetadata, Statement) - Method in class tap.db.JDBCConnection
Load all coordinate systems declared in the TAP_SCHEMA.
loadKeys(TAPTable, TAPTable, List<TAPTable>, Statement) - Method in class tap.db.JDBCConnection
Load into the corresponding tables all keys listed in TAP_SCHEMA.keys and detailed in TAP_SCHEMA.key_columns.
loadSchemas(TAPTable, TAPMetadata, Statement) - Method in class tap.db.JDBCConnection
Load into the given metadata all schemas listed in TAP_SCHEMA.schemas.
loadTables(TAPTable, TAPMetadata, Statement) - Method in class tap.db.JDBCConnection
Load into the corresponding metadata all tables listed in TAP_SCHEMA.tables.
loadUwsURI() - Method in class uws.service.UWSUrl
Loads and parses the URI stored in the member UWSUrl.uwsURI.
LocalAllUserBackupInputs(LocalUWSFileManager) - Constructor for class uws.service.file.LocalUWSFileManager.LocalAllUserBackupInputs
 
LocalUWSFileManager - Class in uws.service.file
All UWS files are stored in the local machine into the specified directory.
LocalUWSFileManager(File) - Constructor for class uws.service.file.LocalUWSFileManager
Builds a UWSFileManager which manages all UWS files in the given directory.
LocalUWSFileManager(File, boolean, boolean) - Constructor for class uws.service.file.LocalUWSFileManager
Builds a UWSFileManager which manages all UWS files in the given directory.
LocalUWSFileManager(File, boolean, boolean, OwnerGroupIdentifier) - Constructor for class uws.service.file.LocalUWSFileManager
Builds a UWSFileManager which manages all UWS files in the given directory.
LocalUWSFileManager.DirectoryFilter - Class in uws.service.file
Filter which lets returning only the directories.
LocalUWSFileManager.LocalAllUserBackupInputs - Class in uws.service.file
Lets iterating on all user backup files.
LocalUWSFileManager.OwnerFileFilter - Class in uws.service.file
Filter which lets returning only the backup file(s) of the specified user/owner.
location - Variable in class uws.job.jobInfo.XMLJobInfo
XML file location.
location - Variable in class uws.service.request.UploadFile
Location at which the content of this upload has been stored.
LOG - Static variable in interface adql.parser.ADQLParserConstants
RegularExpression Id.
log(UWSLog.LogLevel, String, String, Throwable) - Method in class uws.service.log.DefaultUWSLog
 
log(UWSLog.LogLevel, String, String, String, String, String, Throwable) - Method in class uws.service.log.DefaultUWSLog
Logs a full message and/or error.
log(UWSLog.LogLevel, String, String, Throwable) - Method in class uws.service.log.Slf4jUWSLog
 
log(UWSLog.LogLevel, Logger, String, String, String, String, Throwable) - Method in class uws.service.log.Slf4jUWSLog
Logs a full message and/or error.
log(UWSLog.LogLevel, String, String, Throwable) - Method in interface uws.service.log.UWSLog
Generic way to log a message and/or an exception.
LOG10 - Static variable in interface adql.parser.ADQLParserConstants
RegularExpression Id.
logDB(UWSLog.LogLevel, DBConnection, String, String, Throwable) - Method in class tap.log.DefaultTAPLog
 
logDB(UWSLog.LogLevel, DBConnection, String, String, Throwable) - Method in class tap.log.Slf4jTAPLog
 
logDB(UWSLog.LogLevel, DBConnection, String, String, Throwable) - Method in interface tap.log.TAPLog
Log a message and/or an error in the DB (database) context.
logError(String, Throwable, String) - Method in class tap.resource.ForwardResource
Log the given error as a TAP log message with the UWSLog.LogLevel ERROR, and the event corresponding to the resource name.
logger - Variable in class tap.ADQLExecutor
The logger to use.
logger - Variable in class tap.db.JDBCConnection
Object to use if any message needs to be logged.
logger - Variable in class tap.error.DefaultTAPErrorWriter
Logger to use to report any unexpected error.
logger - Variable in class tap.resource.ForwardResource
Logger that ForwardResource.forward(String, String, HttpServletRequest, HttpServletResponse) must use in case of not grave error (e.g.
logger - Variable in class uws.job.manager.AbstractQueuedExecutionManager
 
logger - Variable in class uws.job.manager.DefaultExecutionManager
 
logger - Variable in class uws.service.error.DefaultUWSErrorWriter
Logger to use when grave error must be logged or if a JSON error occurs.
logger - Variable in class uws.service.UWSService
Lets logging info/debug/warnings/errors about this UWS.
logger - Variable in class uws.service.UWSServlet
Lets logging info/debug/warnings/errors about this UWS.
logHttp(UWSLog.LogLevel, HttpServletRequest, String, String, Throwable) - Method in class uws.service.log.DefaultUWSLog
A message/error logged with this function will have the following format:
logHttp(UWSLog.LogLevel, HttpServletResponse, String, JobOwner, String, Throwable) - Method in class uws.service.log.DefaultUWSLog
A message/error logged with this function will have the following format:
logHttp(UWSLog.LogLevel, HttpServletRequest, String, String, Throwable) - Method in class uws.service.log.Slf4jUWSLog
 
logHttp(UWSLog.LogLevel, HttpServletResponse, String, JobOwner, String, Throwable) - Method in class uws.service.log.Slf4jUWSLog
 
logHttp(UWSLog.LogLevel, HttpServletRequest, String, String, Throwable) - Method in interface uws.service.log.UWSLog
Log a message and/or an error in the HTTP context.
logHttp(UWSLog.LogLevel, HttpServletResponse, String, JobOwner, String, Throwable) - Method in interface uws.service.log.UWSLog
Log a message and/or an error in the HTTP context.
logJob(UWSLog.LogLevel, UWSJob, String, String, Throwable) - Method in class uws.service.log.DefaultUWSLog
 
logJob(UWSLog.LogLevel, UWSJob, String, String, Throwable) - Method in class uws.service.log.Slf4jUWSLog
 
logJob(UWSLog.LogLevel, UWSJob, String, String, Throwable) - Method in interface uws.service.log.UWSLog
Log a message and/or an error in the JOB context.
logOutput - Variable in class uws.service.file.LocalUWSFileManager
Output toward the service log file.
logRotation - Variable in class uws.service.file.LocalUWSFileManager
Frequency at which the log file must be "rotated" (the file is renamed with the date of its first write and a new log file is created).
logTAP(UWSLog.LogLevel, Object, String, String, Throwable) - Method in class tap.log.DefaultTAPLog
 
logTAP(UWSLog.LogLevel, Object, String, String, Throwable) - Method in class tap.log.Slf4jTAPLog
 
logTAP(UWSLog.LogLevel, Object, String, String, Throwable) - Method in interface tap.log.TAPLog
Log a message and/or an error in the general context of TAP.
logThread(UWSLog.LogLevel, Thread, String, String, Throwable) - Method in class uws.service.log.DefaultUWSLog
 
logThread(UWSLog.LogLevel, Thread, String, String, Throwable) - Method in class uws.service.log.Slf4jUWSLog
 
logThread(UWSLog.LogLevel, Thread, String, String, Throwable) - Method in interface uws.service.log.UWSLog
Log a message and/or an error in the THREAD context.
logUWS(UWSLog.LogLevel, Object, String, String, Throwable) - Method in class uws.service.log.DefaultUWSLog
 
logUWS(UWSLog.LogLevel, Object, String, String, Throwable) - Method in class uws.service.log.Slf4jUWSLog
 
logUWS(UWSLog.LogLevel, Object, String, String, Throwable) - Method in interface uws.service.log.UWSLog
Log a message and/or an error in the general context of UWS.
lowerCaseQuoted - Variable in class tap.db.JDBCConnection
Indicate whether the quoted identifiers are stored in lower case in the DBMS.
lowerCaseUnquoted - Variable in class tap.db.JDBCConnection
Indicate whether the unquoted identifiers are stored in lower case in the DBMS.
lstColumns - Variable in class adql.query.from.ADQLJoin
List of columns on which the join must be done.
lstCoveredTables - Variable in class adql.db.DBCommonColumn
 
lstSources - Variable in class tap.metadata.TAPColumn
List all foreign keys in which this column is a target.
lstTables - Variable in class adql.db.DBChecker
List of all available tables (DBTable).
lstTargets - Variable in class tap.metadata.TAPColumn
List all foreign keys in which this column is a source.
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