- C_LANG - Static variable in interface com.toolsverse.util.lang.ParserTypeFactory
-
C.
- Cache<K,V> - Interface in com.toolsverse.cache
-
Cache interface provides set of methods for different cache
implementations, such as MemoryCache or SyncMemoryCache, etc.
- CACHE - Static variable in class com.toolsverse.etl.core.config.EtlConfig
-
The CACHE.
- CACHE_SQL_STATEMENTS_PROPERTY - Static variable in class com.toolsverse.config.SystemConfig
-
The CACHE_SQL_STATEMENTS_PROPERTY.
- CacheManager - Class in com.toolsverse.cache
-
This class is the centralized storage of all registered caches.
- CacheProvider<K,V> - Interface in com.toolsverse.cache
-
Implement this interface if you want you class to be a cache provider.
- CalcNumber - Class in com.toolsverse.util
-
This is a abstract class which is base for calculated numbers, such as average, etc.
- CalcNumber(double) - Constructor for class com.toolsverse.util.CalcNumber
-
Instantiates a new calc number.
- CalcNumber(int) - Constructor for class com.toolsverse.util.CalcNumber
-
Instantiates a new calc number.
- CalcNumber(String) - Constructor for class com.toolsverse.util.CalcNumber
-
Instantiates a new calc number.
- calculate() - Method in class com.toolsverse.util.AvgNumber
-
- calculate() - Method in class com.toolsverse.util.CalcNumber
-
Calculate.
- calculateHorizontalDistribution(boolean[][]) - Method in class com.toolsverse.imaging.BorderLocator
-
Calculates horizontal distribution.
- calculateVerticalDistribution(boolean[][]) - Method in class com.toolsverse.imaging.BorderLocator
-
Calculates vertical distribution.
- CalendarUtil - Class in com.toolsverse.util
-
Useful Calendar utilities.
- call() - Method in class com.toolsverse.etl.common.DefaultIoProcessorCallable
-
- call() - Method in class com.toolsverse.etl.common.IoProcessorCallable.DefaultIoProcessorCallable
-
- call() - Method in class com.toolsverse.util.concurrent.ConcurrentAdapter
-
- CALLABLE_STATEMENT - Static variable in enum com.toolsverse.etl.sql.util.SqlStatementType
-
CALLABLE_STATEMENT.
- CALLABLE_VAR - Static variable in class com.toolsverse.etl.core.task.common.SqlTask
-
The CALLABLE variable name.
- CallableDriver - Class in com.toolsverse.etl.driver
-
The default abstract implementation of the Driver interface which supports
callable statements.
- CallableDriver() - Constructor for class com.toolsverse.etl.driver.CallableDriver
-
- callAnyMethod(Object, String, Class<?>[], Object...) - Static method in class com.toolsverse.util.Utils
-
Dynamically calls any (including private) method methodName
on the object object using parameters params.
- callAnyMethod(Object, String, Object...) - Static method in class com.toolsverse.util.Utils
-
Dynamically calls any (including private) method methodName
on the object object using parameters params.
- CALLBACK_URL_PROP - Static variable in class com.toolsverse.util.OAuth2Utils
-
- callMethod(Object, String, Class<?>[], Object...) - Static method in class com.toolsverse.util.Utils
-
Dynamically calls method methodName on the object
object using parameters params.
- callMethod(Object, String, Object...) - Static method in class com.toolsverse.util.Utils
-
Dynamically calls method methodName on the object
object using parameters params.
- callService(ServiceRequest) - Method in class com.toolsverse.service.web.DispatchServlet
-
Calls service method using ServiceProxyLocal.
- callStatic(String, String, Class<?>[], Object...) - Static method in class com.toolsverse.util.Utils
-
Dynamically calls static method methodName on the class
className using parameters params.
- callStatic(String, String, Object...) - Static method in class com.toolsverse.util.Utils
-
Dynamically calls static method methodName on the class
className using parameters params.
- canBeLoadedAgain() - Method in class com.toolsverse.etl.aliasreader.AliasReaderUnit
-
- canBeLoadedAgain() - Method in class com.toolsverse.etl.connector.ConnectorUnit
-
- canBeLoadedAgain() - Method in class com.toolsverse.etl.driver.DriverUnit
-
- canBeLoadedAgain() - Method in class com.toolsverse.etl.metadata.MetadataUnit
-
- canBeLoadedAgain() - Method in class com.toolsverse.ext.loader.Unit
-
Checks if module can be loaded again.
- canBeLoadedAgain() - Method in class com.toolsverse.imaging.ImageProcessor
-
- canBeLoadedAgain() - Method in class com.toolsverse.io.IoProcessorFactory
-
- canCancel() - Method in interface com.toolsverse.util.concurrent.ParallelProgressDelegate
-
Check if task can canceled.
- cancel() - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- cancel(SessionConnectionProvider<Alias>) - Method in interface com.toolsverse.etl.sql.service.SqlService
-
Cancels currently executed sql.
- cancel(SessionConnectionProvider<Alias>) - Method in class com.toolsverse.etl.sql.service.SqlServiceImpl
-
- cancel() - Method in class com.toolsverse.util.concurrent.ConcurrentExecutor
-
Interrupts the current service thread.
- cancel() - Method in interface com.toolsverse.util.concurrent.ParallelProgressDelegate
-
Cancel.
- canceled() - Method in class com.toolsverse.util.concurrent.ConcurrentAdapter
-
Executed when service thread is interrupted before it finished.
- canceled() - Method in class com.toolsverse.util.concurrent.ConcurrentAdapter.HeadlessConcurrentAdapter
-
- CANCELLED_STATUS - Static variable in class com.toolsverse.etl.core.engine.FileMetrics
-
The Constant CANCELLED_STATUS.
- canCommit() - Method in class com.toolsverse.etl.sql.service.SqlResult
-
"Can commit" flag.
- canGoBack(V) - Method in interface com.toolsverse.util.history.History
-
Check if it is possible to go back starting from the current element.
- canGoBack(V) - Method in class com.toolsverse.util.history.HistoryImpl
-
- canGoForward(V) - Method in interface com.toolsverse.util.history.History
-
Check if it is possible to go forward starting from the current element.
- canGoForward(V) - Method in class com.toolsverse.util.history.HistoryImpl
-
- canRead() - Method in interface com.toolsverse.etl.connector.DataSetConnector
-
Checks if connector can read data.
- canRead() - Method in class com.toolsverse.etl.connector.excel.ExcelConnector
-
- canRead() - Method in class com.toolsverse.etl.connector.excel.ExcelXlsxConnector
-
- canRead() - Method in class com.toolsverse.etl.connector.html.HtmlConnector
-
- canRead() - Method in class com.toolsverse.etl.connector.json.JsonConnector
-
- canRead() - Method in class com.toolsverse.etl.connector.json.JsonDatasetConnector
-
- canRead() - Method in class com.toolsverse.etl.connector.pdf.PdfConnector
-
- canRead() - Method in class com.toolsverse.etl.connector.SourceConnector
-
- canRead() - Method in class com.toolsverse.etl.connector.sql.SqlConnector
-
- canRead() - Method in class com.toolsverse.etl.connector.text.ClobConnector
-
- canRead() - Method in class com.toolsverse.etl.connector.text.KeyValueConnector
-
- canRead() - Method in class com.toolsverse.etl.connector.text.TextConnector
-
- canRead() - Method in class com.toolsverse.etl.connector.xml.XmlConnector
-
- canRead() - Method in class com.toolsverse.etl.connector.xml.XmlObjectStreamingConnector
-
- canRollback() - Method in class com.toolsverse.etl.sql.service.SqlResult
-
"Can rollback" flag.
- canSwitchToClientMode() - Method in class com.toolsverse.config.SystemConfig
-
Checks if app can switch to client mode.
- canWrite() - Method in interface com.toolsverse.etl.connector.DataSetConnector
-
Checks if connector can write data.
- canWrite() - Method in class com.toolsverse.etl.connector.excel.ExcelConnector
-
- canWrite() - Method in class com.toolsverse.etl.connector.excel.ExcelXlsxConnector
-
- canWrite() - Method in class com.toolsverse.etl.connector.html.HtmlConnector
-
- canWrite() - Method in class com.toolsverse.etl.connector.json.JsonConnector
-
- canWrite() - Method in class com.toolsverse.etl.connector.json.JsonDatasetConnector
-
- canWrite() - Method in class com.toolsverse.etl.connector.pdf.PdfConnector
-
- canWrite() - Method in class com.toolsverse.etl.connector.SourceConnector
-
- canWrite() - Method in class com.toolsverse.etl.connector.sql.SqlConnector
-
- canWrite() - Method in class com.toolsverse.etl.connector.text.ClobConnector
-
- canWrite() - Method in class com.toolsverse.etl.connector.text.KeyValueConnector
-
- canWrite() - Method in class com.toolsverse.etl.connector.text.TextConnector
-
- canWrite() - Method in class com.toolsverse.etl.connector.xml.XmlConnector
-
- canWrite() - Method in class com.toolsverse.etl.connector.xml.XmlObjectStreamingConnector
-
- capacity - Variable in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap.Builder
-
- capacity - Variable in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
-
- capacity() - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
-
Retrieves the maximum weighted capacity of the map.
- capacity - Variable in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap.SerializationProxy
-
- capFirstChar(String) - Static method in class com.toolsverse.util.Utils
-
Capitalizes first character of the string.
Examples:
abc->Abc
1bc->1bc
- capitalize(String, char[]) - Static method in class com.toolsverse.util.Utils
-
Capitalizes all the delimiter separated words in a String.
- CAPTURE_COMMENTS_PROP - Static variable in class com.toolsverse.etl.connector.xml.XmlObjectConnectorParams
-
The CAPTURE COMMENTS property.
- captureLog(Connection) - Method in class com.toolsverse.etl.driver.AbstractDriver
-
- captureLog(Connection) - Method in interface com.toolsverse.etl.driver.Driver
-
Capture database log, for example provided by Oracle dbms_output.put_line
- captureLog(Connection) - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- CASE_SENSITIVE - Static variable in class com.toolsverse.etl.metadata.DatabaseFilter
-
The CASE SENSITIVE modifier.
- CASE_SENSITIVE_LOWER - Static variable in interface com.toolsverse.etl.driver.Driver
-
The lower case.
- CASE_SENSITIVE_LOWER_STR - Static variable in interface com.toolsverse.etl.driver.Driver
-
The lower case property.
- CASE_SENSITIVE_UNDEFINED - Static variable in interface com.toolsverse.etl.driver.Driver
-
The case sensitivity undefined.
- CASE_SENSITIVE_UPPER - Static variable in interface com.toolsverse.etl.driver.Driver
-
The upper case.
- CASE_SENSITIVE_UPPER_STR - Static variable in interface com.toolsverse.etl.driver.Driver
-
The upper case property.
- Caseinsensitive - Interface in com.toolsverse.util
-
Implement this interface if you want your object to be a case insensitive.
- CaseInsensitiveListTreeMap<V> - Class in com.toolsverse.util
-
The case insensitive TreeMap where keys are strings and all values additionally stored in the List.
- CaseInsensitiveListTreeMap() - Constructor for class com.toolsverse.util.CaseInsensitiveListTreeMap
-
Instantiates a new empty CaseInsensitiveListTreeMap.
- CaseInsensitiveListTreeMap(int) - Constructor for class com.toolsverse.util.CaseInsensitiveListTreeMap
-
Instantiates a new CaseInsensitiveListTreeMap.
- casTabAt(ConcurrentHashMapV8.Node<K, V>[], int, ConcurrentHashMapV8.Node<K, V>, ConcurrentHashMapV8.Node<K, V>) - Static method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentHashMapV8
-
- CATALOG - Static variable in class com.toolsverse.etl.metadata.DatabaseFilter
-
CATALOG.
- CC_ATTR - Static variable in class com.toolsverse.etl.core.task.common.MailTask
-
- CC_PROP - Static variable in class com.toolsverse.io.MailParams
-
The CC PROPERTY.
- CC_VAR - Static variable in class com.toolsverse.etl.core.task.common.MailTask
-
The CC VARIABLE.
- CDATA - Static variable in class com.toolsverse.etl.core.config.EtlConfig
-
The CDATA.
- CDATA_ACCESS_TOKEN_PROP - Static variable in class com.toolsverse.etl.sql.connection.BaseConnectionCallback
-
- CDATA_EXP_PROP - Static variable in class com.toolsverse.etl.sql.connection.BaseConnectionCallback
-
- CDATA_REFRESH_TOKEN_PROP - Static variable in class com.toolsverse.etl.sql.connection.BaseConnectionCallback
-
- CDATA_TIMESTAMP_PROP - Static variable in class com.toolsverse.etl.sql.connection.BaseConnectionCallback
-
- CDC_MERGE_ALTERNATIVE_VAR - Static variable in class com.toolsverse.etl.core.task.snowflake.CopyIntoTableTask
-
- CDC_MERGE_SQL_VAR - Static variable in class com.toolsverse.etl.core.task.redshift.CopyIntoRedshiftTableTask
-
- CDC_MERGE_SQL_VAR - Static variable in class com.toolsverse.etl.core.task.snowflake.CopyIntoTableTask
-
- CDC_MERGE_WITH_DELETE_VAR - Static variable in class com.toolsverse.etl.core.task.snowflake.CopyIntoTableTask
-
- ceilingNextPowerOfTwo(int) - Static method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
-
- changedUpdate(SDocumentEvent) - Method in class com.toolsverse.mvc.view.wings.STextComponentAdapter
-
- changeExt(String, String) - Static method in class com.toolsverse.util.FileUtils
-
Change file extension.
- changeFieldValue(Node, String) - Method in class com.toolsverse.util.XmlUtils
-
Allows updates to the first child node of a field (called "#text" that is
the actual location of a field's value).
- changeFieldValue(String, String) - Method in class com.toolsverse.util.XmlUtils
-
Allows updates to the first child node of a field (called "#text" that is
the actual location of a field's value).
- changeFileName(String, String) - Static method in class com.toolsverse.util.FileUtils
-
Change file name only.
- CHAR_SEPARATOR_PROP - Static variable in class com.toolsverse.etl.sql.util.SqlUtils
-
The CHAR SEPARATOR property.
- CHAR_SEPARATOR_VAR - Static variable in class com.toolsverse.etl.core.task.common.FileMerge
-
The SEPARATOR.
- characters(char[], int, int) - Method in class com.toolsverse.etl.connector.excel.ExcelXlsxConnector.XSSFSheetHandler
-
Captures characters only if a suitable element is open.
- Charsets - Class in com.toolsverse.util
-
Charsets required of every implementation of the Java platform.
- Charsets() - Constructor for class com.toolsverse.util.Charsets
-
- checkArgument(boolean) - Static method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
-
Ensures that the argument expression is true.
- checkCondition(EtlConfig, String, Scenario, ConditionalExecution) - Static method in class com.toolsverse.etl.core.util.EtlUtils
-
Checks condition.
- checkCondition(EtlConfig, String, Scenario, ConditionalExecution, DataSet) - Static method in class com.toolsverse.etl.core.util.EtlUtils
-
Checks condition.
- checkEndsWith(String, String) - Method in class com.toolsverse.util.IOCase
-
Checks if one string ends with another using the case-sensitivity rule.
- checkEquals(String, String) - Method in class com.toolsverse.util.IOCase
-
Compares two strings using the case-sensitivity rule.
- checkIFF(Object) - Method in class com.toolsverse.etl.common.Alias
-
- checkIFF(Object) - Method in interface com.toolsverse.util.DataConsumer
-
Check IFF tag.
- checkInvariants(ConcurrentHashMapV8.TreeNode<K, V>) - Static method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentHashMapV8.TreeBin
-
Recursive invariant check
- checkNotEmpty() - Method in class com.toolsverse.util.concurrentlinkedhashmap.LinkedDeque
-
- checkNotNull(Object) - Static method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
-
Ensures that the object is not null.
- checkRegionMatches(String, int, String) - Method in class com.toolsverse.util.IOCase
-
Checks if one string contains another at a specific index using the
case-sensitivity rule.
- checkStartsWith(String, String) - Method in class com.toolsverse.util.IOCase
-
Checks if one string starts with another using the case-sensitivity rule.
- checkState(boolean) - Static method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
-
Ensures that the state expression is true.
- checkSyntaxt(String) - Method in class com.toolsverse.etl.core.engine.EtlFactory
-
Checks etl scenario syntax.
- chooseBestIndex(LinkedHashMap<String, List<String>>, DataSetFields) - Static method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Choose the best index and return list of fields in the index.
- CLASS_ATTR - Static variable in class com.toolsverse.etl.common.Variable
-
- CLASS_NAME_ATTR - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
The CLASS_NAME_ATTR.
- classExists(String) - Static method in class com.toolsverse.util.ClassUtils
-
Checks if class with given name exists
- className2Web(String) - Static method in class com.toolsverse.util.ClassUtils
-
Converts class name to the form which can be used by the Wings framework
as a component name.
- ClassUtils - Class in com.toolsverse.util
-
The collection of the static methods for loading classes from the various
external resources, add classes to the classpath, etc.
- ClassUtils() - Constructor for class com.toolsverse.util.ClassUtils
-
- cleanUp(P, DataSet, Driver) - Method in interface com.toolsverse.etl.connector.DataSetConnector
-
Cleans up after DataSetConnector populated or persisted DataSet.
- cleanUp(ExcelConnectorParams, DataSet, Driver) - Method in class com.toolsverse.etl.connector.excel.ExcelConnector
-
- cleanUp(ExcelConnectorParams, DataSet, Driver) - Method in class com.toolsverse.etl.connector.excel.ExcelXlsxConnector
-
- cleanUp(HtmlConnectorParams, DataSet, Driver) - Method in class com.toolsverse.etl.connector.html.HtmlConnector
-
- cleanUp(JsonConnectorParams, DataSet, Driver) - Method in class com.toolsverse.etl.connector.json.JsonConnector
-
- cleanUp(JsonDatasetConnectorParams, DataSet, Driver) - Method in class com.toolsverse.etl.connector.json.JsonDatasetConnector
-
- cleanUp(PdfConnectorParams, DataSet, Driver) - Method in class com.toolsverse.etl.connector.pdf.PdfConnector
-
- cleanUp(SourceConnectorParams, DataSet, Driver) - Method in class com.toolsverse.etl.connector.SourceConnector
-
- cleanUp(SqlConnectorParams, DataSet, Driver) - Method in class com.toolsverse.etl.connector.sql.SqlConnector
-
- cleanUp(ClobConnectorParams, DataSet, Driver) - Method in class com.toolsverse.etl.connector.text.ClobConnector
-
- cleanUp(KeyValueConnectorParams, DataSet, Driver) - Method in class com.toolsverse.etl.connector.text.KeyValueConnector
-
- cleanUp(TextConnectorParams, DataSet, Driver) - Method in class com.toolsverse.etl.connector.text.TextConnector
-
- cleanUp(XmlConnectorParams, DataSet, Driver) - Method in class com.toolsverse.etl.connector.xml.XmlConnector
-
- cleanUp(XmlObjectConnectorParams, DataSet, Driver) - Method in class com.toolsverse.etl.connector.xml.XmlObjectStreamingConnector
-
- cleanUp(EtlConfig, Scenario, Driver, Connection) - Method in class com.toolsverse.etl.core.codegen.DefaultCodeGen
-
- cleanUp(EtlConfig, Scenario, Driver, Connection) - Method in interface com.toolsverse.etl.core.engine.CodeGen
-
Clean up after last block of code is executed.
- cleanUpOnException(EtlConfig, Scenario, Driver, Connection) - Method in class com.toolsverse.etl.core.codegen.DefaultCodeGen
-
- cleanUpOnException(EtlConfig, Scenario, Driver, Connection) - Method in interface com.toolsverse.etl.core.engine.CodeGen
-
Clean up database objects on exception.
- cleanUpSQLData(Object, Statement...) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Close allocated resources for the passed SQL Statement and ResultSet
objects.
- cleanUpSQLData(Statement, ResultSet, Object) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Close allocated resources for the passed SQL Statement and ResultSet
objects.
- clear() - Method in interface com.toolsverse.cache.Cache
-
Clears the cache.
- clear() - Method in class com.toolsverse.cache.CacheManager
-
Clears all registered caches.
- clear(String) - Method in class com.toolsverse.cache.CacheManager
-
Clears the cache associated with the topic.
- clear() - Method in class com.toolsverse.cache.ListMemoryCache
-
- clear() - Method in class com.toolsverse.cache.MemoryCache
-
- clear() - Method in class com.toolsverse.etl.common.DataSet
-
Removes all fields and data.
- clear() - Method in class com.toolsverse.etl.common.DataSetData
-
Clears data.
- clear() - Method in class com.toolsverse.etl.common.DataSetRecord
-
Clears.
- clear() - Method in class com.toolsverse.etl.core.config.EtlConfig
-
Clear the config.
- clear() - Method in class com.toolsverse.etl.core.engine.EtlRequest
-
Clear request.
- clear() - Method in class com.toolsverse.etl.sql.service.SqlServiceImpl
-
Sets current statement, external process, and result set to null.
- clear() - Method in class com.toolsverse.util.CaseInsensitiveListTreeMap
-
- clear() - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentHashMapV8
-
Removes all of the mappings from this map.
- clear() - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentHashMapV8.CollectionView
-
Removes all of the elements from this view, by removing all
the mappings from the map backing this view.
- clear() - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
-
- clear() - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap.EntrySet
-
- clear() - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap.KeySet
-
- clear() - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap.Values
-
- clear() - Method in class com.toolsverse.util.concurrentlinkedhashmap.LinkedDeque
-
- clear() - Method in interface com.toolsverse.util.history.History
-
Clears the history
- clear() - Method in class com.toolsverse.util.history.HistoryImpl
-
- clear() - Method in class com.toolsverse.util.LinkedCaseInsensitiveMap
-
- clear() - Method in class com.toolsverse.util.ListHashMap
-
- clear() - Method in class com.toolsverse.util.Script
-
Clears the storage.
- clear() - Method in class com.toolsverse.util.UpdateArrayList
-
- CLEAR_VAR - Static variable in class com.toolsverse.etl.core.config.EtlConfig
-
The CLEAR variable name.
- clearAttr(String) - Method in class com.toolsverse.etl.common.Variable
-
Removes attribute.
- clearAttr(String) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Removes attribute.
- clearBatch() - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- clearByKey(K) - Method in interface com.toolsverse.cache.Cache
-
Removes cache entry by key.
- clearByKey(Number) - Method in class com.toolsverse.cache.ListMemoryCache
-
- clearByKey(K) - Method in class com.toolsverse.cache.MemoryCache
-
- clearByValue(V) - Method in interface com.toolsverse.cache.Cache
-
Removes cache entry by value.
- clearByValue(V) - Method in class com.toolsverse.cache.ListMemoryCache
-
- clearByValue(V) - Method in class com.toolsverse.cache.MemoryCache
-
- clearComponents() - Method in interface com.toolsverse.mvc.view.View
-
Removes all components from the view.
- clearComponents() - Method in class com.toolsverse.mvc.view.ViewImpl
-
- clearControllerAdapters() - Method in interface com.toolsverse.mvc.view.View
-
Removes all controller adapters rom the view.
- clearControllerAdapters() - Method in class com.toolsverse.mvc.view.ViewImpl
-
- clearData() - Method in class com.toolsverse.etl.common.DataSet
-
Clears data.
- clearFlags() - Method in class com.toolsverse.etl.common.DataSetFields
-
- clearInnerScenarios() - Method in class com.toolsverse.etl.core.engine.Scenario
-
Clear inner scenarios.
- clearNextRow() - Method in class com.toolsverse.etl.common.DataSet
-
Clears the "next row" set.
- clearParameters() - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- clearWarnings() - Method in class com.toolsverse.etl.sql.connection.SshConnection
-
- clearWarnings() - Method in class com.toolsverse.etl.sql.connection.StreamingConnection
-
- clearWarnings() - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- CLIENT_DEPLOYMENT - Static variable in class com.toolsverse.config.SystemConfig
-
CLIENT DEPLOYMENT - regular client app without server tier.
- CLIENT_ID_PARAM - Static variable in class com.toolsverse.util.OAuth2Utils
-
- CLIENT_ID_PROP - Static variable in class com.toolsverse.util.OAuth2Utils
-
- CLIENT_MODE - Static variable in class com.toolsverse.config.SystemConfig
-
The CLIENT MODE name.
- CLIENT_MODE_PROP - Static variable in class com.toolsverse.io.FtpsProcessor
-
The CLIENT_MODE property.
- CLIENT_SECRET_PARAM - Static variable in class com.toolsverse.util.OAuth2Utils
-
- CLIENT_SECRET_PROP - Static variable in class com.toolsverse.util.OAuth2Utils
-
- CLIENT_SERVER_MODE - Static variable in class com.toolsverse.config.SystemConfig
-
The CLIENT SERVER MODE name.
- ClobConnector - Class in com.toolsverse.etl.connector.text
-
Reads and writes text files as a whole into the single 'content' field.
- ClobConnector() - Constructor for class com.toolsverse.etl.connector.text.ClobConnector
-
- ClobConnectorParams - Class in com.toolsverse.etl.connector.text
-
- ClobConnectorParams() - Constructor for class com.toolsverse.etl.connector.text.ClobConnectorParams
-
Instantiates a new ClobConnectorParams.
- ClobConnectorParams(CacheProvider<String, Object>, boolean, int) - Constructor for class com.toolsverse.etl.connector.text.ClobConnectorParams
-
Instantiates a new ClobConnectorParams.
- ClobConnectorParams(CacheProvider<String, Object>, boolean, int, String, boolean) - Constructor for class com.toolsverse.etl.connector.text.ClobConnectorParams
-
Instantiates a new ClobConnectorParams.
- ClobFileMetadata - Class in com.toolsverse.etl.metadata.text
-
The implementation of the Metadata interface for the CLOB files.
- ClobFileMetadata() - Constructor for class com.toolsverse.etl.metadata.text.ClobFileMetadata
-
- CLOJURE_LANG - Static variable in interface com.toolsverse.util.lang.ParserTypeFactory
-
Clojure.
- clone() - Method in interface com.toolsverse.mvc.model.Model
-
Clones model
- clone() - Method in class com.toolsverse.mvc.model.ModelImpl
-
- clone(Object) - Static method in class com.toolsverse.util.ClassUtils
-
Deep clones object.
- clone() - Method in class com.toolsverse.util.LinkedCaseInsensitiveMap
-
- clone() - Method in class com.toolsverse.util.TreeNode
-
- cloneFields(DataSetFields) - Static method in class com.toolsverse.etl.common.CommonEtlUtils
-
Clone fields.
- close() - Method in class com.toolsverse.etl.connector.BaseSplitProcessor
-
- close() - Method in class com.toolsverse.etl.connector.xml.XmlMerger
-
Finishes XML merge by closing all open elements and streams.
- close() - Method in class com.toolsverse.etl.sql.connection.SshConnection
-
- close() - Method in class com.toolsverse.etl.sql.connection.StreamingConnection
-
- close() - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- close() - Method in interface com.toolsverse.io.SplitProcessor
-
Close.
- close() - Method in class com.toolsverse.service.web.HttpClientFactory
-
Close all opened http clients.
- close() - Method in class com.toolsverse.util.Base64.OutputStream
-
Flushes and closes (I think, in the superclass) the stream.
- close() - Method in class com.toolsverse.util.ByteArrayOutputStream
-
Closing a ByteArrayOutputStream has no effect.
- close(URLConnection) - Static method in class com.toolsverse.util.IOUtils
-
Closes a URLConnection.
- close() - Method in class com.toolsverse.util.StringBuilderWriter
-
Closing this writer has no effect.
- close() - Method in class com.toolsverse.util.UnicodeBomInputStream
- CLOSED_INPUT_STREAM - Static variable in class com.toolsverse.util.ClosedInputStream
-
A singleton.
- ClosedInputStream - Class in com.toolsverse.util
-
Closed input stream.
- ClosedInputStream() - Constructor for class com.toolsverse.util.ClosedInputStream
-
- closeFile() - Method in class com.toolsverse.etl.util.ThreadAppender.AsyncAppenderWrapper
-
Close file.
- closeOnCompletion() - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- closeQuietly(Reader) - Static method in class com.toolsverse.util.IOUtils
-
- closeQuietly(Writer) - Static method in class com.toolsverse.util.IOUtils
-
- closeQuietly(InputStream) - Static method in class com.toolsverse.util.IOUtils
-
- closeQuietly(OutputStream) - Static method in class com.toolsverse.util.IOUtils
-
- closeQuietly(Closeable) - Static method in class com.toolsverse.util.IOUtils
-
- closeQuietly(Closeable...) - Static method in class com.toolsverse.util.IOUtils
-
- closeQuietly(Socket) - Static method in class com.toolsverse.util.IOUtils
-
- closeQuietly(Selector) - Static method in class com.toolsverse.util.IOUtils
-
- closeQuietly(ServerSocket) - Static method in class com.toolsverse.util.IOUtils
-
- closeStream(JsonStreamingPackage) - Method in class com.toolsverse.etl.connector.json.JsonConnector
-
- closeStream(KeyValueStreamingPackage) - Method in class com.toolsverse.etl.connector.text.KeyValueConnector
-
- closeStream(TextStreamingPackage) - Method in class com.toolsverse.etl.connector.text.TextConnector
-
- closeStream(XmlStreamingPackage) - Method in class com.toolsverse.etl.connector.xml.XmlObjectStreamingConnector
-
- closeStream(S) - Method in interface com.toolsverse.io.StreamingConnector
-
Close stream.
- CMD_ATTR - Static variable in class com.toolsverse.etl.core.task.common.CmdTask
-
- CMD_LANG - Static variable in interface com.toolsverse.util.lang.ParserTypeFactory
-
CMD.
- CMD_OPTIONS_PARAM - Static variable in interface com.toolsverse.etl.driver.Driver
-
The command line options.
- CmdTask - Class in com.toolsverse.etl.core.task.common
-
This is a
Task.POST task which executes the specified command in a
separate OS process.
- CmdTask() - Constructor for class com.toolsverse.etl.core.task.common.CmdTask
-
- code - Variable in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentHashMapV8.CounterHashCode
-
- CODE_ATTR - Static variable in class com.toolsverse.etl.common.Variable
-
- CODE_ATTR - Static variable in class com.toolsverse.etl.core.task.common.XslTransormTask
-
- CODE_NODE - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
The CODE_NODE.
- CODE_VAR_NAME - Static variable in class com.toolsverse.etl.core.task.common.EvalTransformator
-
The CODE_VAR_NAME - the value of this variable defines code in the
scripting language.
- CODE_VAR_NAME - Static variable in class com.toolsverse.etl.core.task.common.ScriptTask
-
The CODE_VAR_NAME - the value of this variable defines code in the
scripting language.
- CodeGen - Interface in com.toolsverse.etl.core.engine
-
CodeGen is an interface for code generators.
- COL - Static variable in class com.toolsverse.etl.common.DataSet
-
The COL attribute.
- collection() - Static method in class com.toolsverse.util.concurrentlinkedhashmap.Weighers
-
A weigher where the value is a Collection and its weight is the
number of elements.
- CollectionUtils - Class in com.toolsverse.util
-
The general collection manipulation utilities.
- CollectionUtils() - Constructor for class com.toolsverse.util.CollectionUtils
-
- CollectionView(ConcurrentHashMapV8<K, V>) - Constructor for class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentHashMapV8.CollectionView
-
- COLUMN_NAME_PROP - Static variable in class com.toolsverse.etl.connector.text.ClobConnectorParams
-
The COLUMN_NAME property.
- COLUMNS_VAR - Static variable in class com.toolsverse.etl.core.task.common.AddDimension
-
The COLUMNS variable.
- com.toolsverse.cache - package com.toolsverse.cache
-
- com.toolsverse.config - package com.toolsverse.config
-
- com.toolsverse.etl.aliasreader - package com.toolsverse.etl.aliasreader
-
- com.toolsverse.etl.aliasreader.oracle - package com.toolsverse.etl.aliasreader.oracle
-
- com.toolsverse.etl.aliasreader.oracle.service - package com.toolsverse.etl.aliasreader.oracle.service
-
- com.toolsverse.etl.common - package com.toolsverse.etl.common
-
- com.toolsverse.etl.connector - package com.toolsverse.etl.connector
-
- com.toolsverse.etl.connector.excel - package com.toolsverse.etl.connector.excel
-
- com.toolsverse.etl.connector.html - package com.toolsverse.etl.connector.html
-
- com.toolsverse.etl.connector.json - package com.toolsverse.etl.connector.json
-
- com.toolsverse.etl.connector.pdf - package com.toolsverse.etl.connector.pdf
-
- com.toolsverse.etl.connector.service - package com.toolsverse.etl.connector.service
-
- com.toolsverse.etl.connector.sql - package com.toolsverse.etl.connector.sql
-
- com.toolsverse.etl.connector.text - package com.toolsverse.etl.connector.text
-
- com.toolsverse.etl.connector.xml - package com.toolsverse.etl.connector.xml
-
- com.toolsverse.etl.core.codegen - package com.toolsverse.etl.core.codegen
-
- com.toolsverse.etl.core.config - package com.toolsverse.etl.core.config
-
- com.toolsverse.etl.core.connection - package com.toolsverse.etl.core.connection
-
- com.toolsverse.etl.core.engine - package com.toolsverse.etl.core.engine
-
- com.toolsverse.etl.core.function - package com.toolsverse.etl.core.function
-
- com.toolsverse.etl.core.function.db2 - package com.toolsverse.etl.core.function.db2
-
- com.toolsverse.etl.core.function.informix - package com.toolsverse.etl.core.function.informix
-
- com.toolsverse.etl.core.function.mysql - package com.toolsverse.etl.core.function.mysql
-
- com.toolsverse.etl.core.function.oracle - package com.toolsverse.etl.core.function.oracle
-
- com.toolsverse.etl.core.function.postgres - package com.toolsverse.etl.core.function.postgres
-
- com.toolsverse.etl.core.function.sqlserver - package com.toolsverse.etl.core.function.sqlserver
-
- com.toolsverse.etl.core.service - package com.toolsverse.etl.core.service
-
- com.toolsverse.etl.core.task.common - package com.toolsverse.etl.core.task.common
-
- com.toolsverse.etl.core.task.informix - package com.toolsverse.etl.core.task.informix
-
- com.toolsverse.etl.core.task.oracle - package com.toolsverse.etl.core.task.oracle
-
- com.toolsverse.etl.core.task.redshift - package com.toolsverse.etl.core.task.redshift
-
- com.toolsverse.etl.core.task.snowflake - package com.toolsverse.etl.core.task.snowflake
-
- com.toolsverse.etl.core.task.sqlserver - package com.toolsverse.etl.core.task.sqlserver
-
- com.toolsverse.etl.core.util - package com.toolsverse.etl.core.util
-
- com.toolsverse.etl.driver - package com.toolsverse.etl.driver
-
- com.toolsverse.etl.driver.db2 - package com.toolsverse.etl.driver.db2
-
- com.toolsverse.etl.driver.informix - package com.toolsverse.etl.driver.informix
-
- com.toolsverse.etl.driver.mysql - package com.toolsverse.etl.driver.mysql
-
- com.toolsverse.etl.driver.oracle - package com.toolsverse.etl.driver.oracle
-
- com.toolsverse.etl.driver.postgres - package com.toolsverse.etl.driver.postgres
-
- com.toolsverse.etl.driver.snowflake - package com.toolsverse.etl.driver.snowflake
-
- com.toolsverse.etl.driver.sqlserver - package com.toolsverse.etl.driver.sqlserver
-
- com.toolsverse.etl.exception - package com.toolsverse.etl.exception
-
- com.toolsverse.etl.metadata - package com.toolsverse.etl.metadata
-
- com.toolsverse.etl.metadata.db2 - package com.toolsverse.etl.metadata.db2
-
- com.toolsverse.etl.metadata.excel - package com.toolsverse.etl.metadata.excel
-
- com.toolsverse.etl.metadata.informix - package com.toolsverse.etl.metadata.informix
-
- com.toolsverse.etl.metadata.json - package com.toolsverse.etl.metadata.json
-
- com.toolsverse.etl.metadata.mysql - package com.toolsverse.etl.metadata.mysql
-
- com.toolsverse.etl.metadata.oracle - package com.toolsverse.etl.metadata.oracle
-
- com.toolsverse.etl.metadata.postgres - package com.toolsverse.etl.metadata.postgres
-
- com.toolsverse.etl.metadata.sqlserver - package com.toolsverse.etl.metadata.sqlserver
-
- com.toolsverse.etl.metadata.text - package com.toolsverse.etl.metadata.text
-
- com.toolsverse.etl.metadata.xml - package com.toolsverse.etl.metadata.xml
-
- com.toolsverse.etl.parser - package com.toolsverse.etl.parser
-
- com.toolsverse.etl.resource - package com.toolsverse.etl.resource
-
- com.toolsverse.etl.sql - package com.toolsverse.etl.sql
-
- com.toolsverse.etl.sql.config - package com.toolsverse.etl.sql.config
-
- com.toolsverse.etl.sql.connection - package com.toolsverse.etl.sql.connection
-
- com.toolsverse.etl.sql.connection.callback - package com.toolsverse.etl.sql.connection.callback
-
- com.toolsverse.etl.sql.service - package com.toolsverse.etl.sql.service
-
- com.toolsverse.etl.sql.util - package com.toolsverse.etl.sql.util
-
- com.toolsverse.etl.util - package com.toolsverse.etl.util
-
- com.toolsverse.exception - package com.toolsverse.exception
-
- com.toolsverse.ext - package com.toolsverse.ext
-
- com.toolsverse.ext.loader - package com.toolsverse.ext.loader
-
- com.toolsverse.imaging - package com.toolsverse.imaging
-
- com.toolsverse.imaging.handler - package com.toolsverse.imaging.handler
-
- com.toolsverse.imaging.handler.bmp - package com.toolsverse.imaging.handler.bmp
-
- com.toolsverse.imaging.handler.tiff - package com.toolsverse.imaging.handler.tiff
-
- com.toolsverse.io - package com.toolsverse.io
-
- com.toolsverse.mvc.controller - package com.toolsverse.mvc.controller
-
- com.toolsverse.mvc.model - package com.toolsverse.mvc.model
-
- com.toolsverse.mvc.pojo - package com.toolsverse.mvc.pojo
-
- com.toolsverse.mvc.view - package com.toolsverse.mvc.view
-
- com.toolsverse.mvc.view.wings - package com.toolsverse.mvc.view.wings
-
- com.toolsverse.resource - package com.toolsverse.resource
-
- com.toolsverse.service - package com.toolsverse.service
-
- com.toolsverse.service.web - package com.toolsverse.service.web
-
- com.toolsverse.storage - package com.toolsverse.storage
-
- com.toolsverse.storage.impl.local - package com.toolsverse.storage.impl.local
-
- com.toolsverse.storage.resource - package com.toolsverse.storage.resource
-
- com.toolsverse.storage.service - package com.toolsverse.storage.service
-
- com.toolsverse.storage.util - package com.toolsverse.storage.util
-
- com.toolsverse.util - package com.toolsverse.util
-
- com.toolsverse.util.aspect - package com.toolsverse.util.aspect
-
- com.toolsverse.util.collector - package com.toolsverse.util.collector
-
- com.toolsverse.util.concurrent - package com.toolsverse.util.concurrent
-
- com.toolsverse.util.concurrentlinkedhashmap - package com.toolsverse.util.concurrentlinkedhashmap
-
This package contains an implementation of a bounded
ConcurrentMap data structure.
- com.toolsverse.util.encryption - package com.toolsverse.util.encryption
-
- com.toolsverse.util.encryption.pgp - package com.toolsverse.util.encryption.pgp
-
- com.toolsverse.util.factory - package com.toolsverse.util.factory
-
- com.toolsverse.util.filter - package com.toolsverse.util.filter
-
- com.toolsverse.util.history - package com.toolsverse.util.history
-
- com.toolsverse.util.lang - package com.toolsverse.util.lang
-
- com.toolsverse.util.log - package com.toolsverse.util.log
-
- COMBINE_VAR - Static variable in class com.toolsverse.etl.core.task.common.KeyValueTransformator
-
The COMBINE_VAR.
- COMMAND - Static variable in interface com.toolsverse.ext.ExtensionModule
-
- COMMAND_COPY - Static variable in class com.toolsverse.etl.core.task.common.FileManagerTask
-
The COMMAND_COPY.
- COMMAND_COUNT - Static variable in class com.toolsverse.etl.core.task.common.FileManagerTask
-
The COMMAND_COUNT.
- COMMAND_DELETE - Static variable in class com.toolsverse.etl.core.task.common.FileManagerTask
-
The COMMAND_DELETE.
- COMMAND_MKDIR - Static variable in class com.toolsverse.etl.core.task.common.FileManagerTask
-
The COMMAND_MKDIR.
- COMMAND_MOVE - Static variable in class com.toolsverse.etl.core.task.common.FileManagerTask
-
The COMMAND_MOVE.
- COMMAND_RENAME - Static variable in class com.toolsverse.etl.core.task.common.FileManagerTask
-
The COMMAND_RENAME.
- COMMAND_UNGZIP - Static variable in class com.toolsverse.etl.core.task.common.FileManagerTask
-
The COMMAND_UNGZIP.
- COMMAND_UNGZIP_DELETE - Static variable in class com.toolsverse.etl.core.task.common.FileManagerTask
-
The COMMAND_UNGZIP_DELETE.
- COMMAND_UNZIP - Static variable in class com.toolsverse.etl.core.task.common.FileManagerTask
-
The COMMAND_UNZIP.
- COMMAND_UNZIP_DELETE - Static variable in class com.toolsverse.etl.core.task.common.FileManagerTask
-
The COMMAND_UNZIP_DELETE.
- COMMAND_VAR - Static variable in class com.toolsverse.etl.core.task.common.FileManagerTask
-
The COMMAND_VAR.
- COMMAND_ZIP - Static variable in class com.toolsverse.etl.core.task.common.FileManagerTask
-
The COMMAND_ZIP.
- COMMAND_ZIP_DELETE - Static variable in class com.toolsverse.etl.core.task.common.FileManagerTask
-
The COMMAND_ZIP_DELETE.
- commit() - Method in interface com.toolsverse.etl.common.StreamingCommitPolicy
-
Commit.
- commit() - Method in class com.toolsverse.etl.core.connection.DefaultTransactionMonitor
-
- commit() - Method in class com.toolsverse.etl.sql.connection.SshConnection
-
- commit() - Method in class com.toolsverse.etl.sql.connection.StreamingConnection
-
- commit() - Method in interface com.toolsverse.etl.sql.connection.TransactionMonitor
-
Commits transaction.
- commitTransaction(SessionConnectionProvider<Alias>, Alias, boolean) - Method in interface com.toolsverse.etl.sql.service.SqlService
-
Commits current transaction.
- commitTransaction(SessionConnectionProvider<Alias>, Alias, boolean) - Method in class com.toolsverse.etl.sql.service.SqlServiceImpl
-
- commitWhenDone() - Method in class com.toolsverse.etl.core.engine.Task
-
Checks if commit need to be executed when done.
- CommonEtlUtils - Class in com.toolsverse.etl.common
-
The collection of static methods used by core and common ETL components.
- CommonEtlUtils() - Constructor for class com.toolsverse.etl.common.CommonEtlUtils
-
- COMP_METHODS - Static variable in class com.toolsverse.imaging.ImageProcessor
-
Compression methods
- comparableClassFor(Object) - Static method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentHashMapV8
-
Returns x's Class if it is of the form "class C implements
Comparable", else null.
- compare(Object, Object) - Method in class com.toolsverse.util.BooleanComparator
-
- compare(Object, Object) - Method in class com.toolsverse.util.DateComparator
-
- compare(Object, Object) - Method in class com.toolsverse.util.NumberComparator
-
- compareComparables(Class<?>, Object, Object) - Static method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentHashMapV8
-
Returns k.compareTo(x) if x matches kc (k's screened comparable
class), else 0.
- compareDate(Date, Date) - Static method in class com.toolsverse.util.Utils
-
Compares two dates ignoring time.
- compareTo(ExtensionModule) - Method in class com.toolsverse.etl.aliasreader.oracle.OracleTnsNamesReader
-
- compareTo(ExtensionModule) - Method in class com.toolsverse.etl.driver.AbstractDriver
-
- compareTo(ExtensionModule) - Method in class com.toolsverse.etl.metadata.BaseMetadata
-
- compareTo(ExtensionModule) - Method in class com.toolsverse.ext.BaseExtension
-
- compareTo(ExtensionModule, ExtensionModule) - Static method in class com.toolsverse.ext.ExtUtils
-
Compares one ExtensionModule to another.
- compareTo(ExtensionModule) - Method in class com.toolsverse.imaging.handler.JaiImageHandler
-
- compareTo(ExtensionModule) - Method in class com.toolsverse.imaging.ImageProcessor
-
- compareTo(Number) - Method in class com.toolsverse.util.CalcNumber
-
- compareTo(Object, Object) - Static method in class com.toolsverse.util.Utils
-
Compare two objects.
- compile(ObjectStorage, String, String, String, Boolean...) - Method in class com.toolsverse.util.Script
-
Compiles script if it is possible.
- ComponentAdapter - Class in com.toolsverse.mvc.view
-
Component Adapter translates between the events generated by a particular component class and the Action and PropertyChange events used by the MVC
infrastructure.
- ComponentAdapter() - Constructor for class com.toolsverse.mvc.view.ComponentAdapter
-
Instantiates a new ComponentAdapter.
- ComponentAdapter(View, Object) - Constructor for class com.toolsverse.mvc.view.ComponentAdapter
-
Instantiates a new ComponentAdapter.
- ComponentAdapterProvider - Interface in com.toolsverse.mvc.view
-
Defines the interface through which a component may publish its own component
adapters for use the in MVC framework.
- compute(K, ConcurrentHashMapV8.BiFun<? super K, ? super V, ? extends V>) - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentHashMapV8
-
Attempts to compute a mapping for the specified key and its
current mapped value (or null if there is no current
mapping).
- computeIfAbsent(K, ConcurrentHashMapV8.Fun<? super K, ? extends V>) - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentHashMapV8
-
If the specified key is not already associated with a value,
attempts to compute its value using the given mapping function
and enters it into this map unless null.
- computeIfAbsent(String, Function<? super String, ? extends V>) - Method in class com.toolsverse.util.LinkedCaseInsensitiveMap
-
- computeIfPresent(K, ConcurrentHashMapV8.BiFun<? super K, ? super V, ? extends V>) - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentHashMapV8
-
If the value for the specified key is present, attempts to
compute a new mapping given the key and its current mapped
value.
- computeNext() - Method in class com.toolsverse.util.concurrentlinkedhashmap.LinkedDeque.AbstractLinkedIterator
-
Retrieves the next element to traverse to or null if there are
no more elements.
- concat(String, String) - Static method in class com.toolsverse.util.FilenameUtils
-
Concatenates a filename to a base path using normal command line style
rules.
- concat(String, String, String) - Static method in class com.toolsverse.util.Utils
-
Concatenates strings.
- concatArrays(T[], T[]...) - Static method in class com.toolsverse.util.Utils
-
Concatenates any number of the arrays of the same type.
- concatStrings(String, String...) - Static method in class com.toolsverse.util.Utils
-
Concatenate strings.
- concurrencyLevel - Variable in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap.Builder
-
- concurrencyLevel(int) - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap.Builder
-
Specifies the estimated number of concurrently updating threads.
- concurrencyLevel - Variable in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
-
- concurrencyLevel - Variable in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap.SerializationProxy
-
- ConcurrentAdapter - Class in com.toolsverse.util.concurrent
-
In the typical client program it is a good practice to separate UI thread and service execution thread.
- ConcurrentAdapter() - Constructor for class com.toolsverse.util.concurrent.ConcurrentAdapter
-
- ConcurrentAdapter.HeadlessConcurrentAdapter - Class in com.toolsverse.util.concurrent
-
- ConcurrentExecutor - Class in com.toolsverse.util.concurrent
-
ConcurrentExecutor is a service class which coordinates all work related to the service thread creation, execution and termination.
- ConcurrentExecutor(ConcurrentAdapter) - Constructor for class com.toolsverse.util.concurrent.ConcurrentExecutor
-
Instantiates a new ConcurrentExecutor using specific ConcurrentAdapter
- ConcurrentFeature - Class in com.toolsverse.util.concurrent
-
This class is used to configure ConcurrentAdapter behavior such as: show progress indicator or not, enabled cancel functionality or nor, etc.
- ConcurrentFeature() - Constructor for class com.toolsverse.util.concurrent.ConcurrentFeature
-
Instantiates a new default ConcurrentFeature.
- ConcurrentFeature(boolean) - Constructor for class com.toolsverse.util.concurrent.ConcurrentFeature
-
Instantiates a new ConcurrentFeature.
- ConcurrentFeature(boolean, String, ProgressDelegate, boolean) - Constructor for class com.toolsverse.util.concurrent.ConcurrentFeature
-
Instantiates a new ConcurrentFeature.
- ConcurrentFeature(ProgressDelegate) - Constructor for class com.toolsverse.util.concurrent.ConcurrentFeature
-
Instantiates a new ProgressDelegate
- ConcurrentHashMapV8<K,V> - Class in com.toolsverse.util.concurrentlinkedhashmap
-
A hash table supporting full concurrency of retrievals and
high expected concurrency for updates.
- ConcurrentHashMapV8() - Constructor for class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentHashMapV8
-
Creates a new, empty map with the default initial table size (16).
- ConcurrentHashMapV8(int) - Constructor for class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentHashMapV8
-
Creates a new, empty map with an initial table size
accommodating the specified number of elements without the need
to dynamically resize.
- ConcurrentHashMapV8(Map<? extends K, ? extends V>) - Constructor for class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentHashMapV8
-
Creates a new map with the same mappings as the given map.
- ConcurrentHashMapV8(int, float) - Constructor for class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentHashMapV8
-
Creates a new, empty map with an initial table size based on
the given number of elements (initialCapacity) and
initial table density (loadFactor).
- ConcurrentHashMapV8(int, float, int) - Constructor for class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentHashMapV8
-
Creates a new, empty map with an initial table size based on
the given number of elements (initialCapacity), table
density (loadFactor), and number of concurrently
updating threads (concurrencyLevel).
- ConcurrentHashMapV8.Action<A> - Interface in com.toolsverse.util.concurrentlinkedhashmap
-
Interface describing a void action of one argument
- ConcurrentHashMapV8.BaseIterator<K,V> - Class in com.toolsverse.util.concurrentlinkedhashmap
-
Base of key, value, and entry Iterators.
- ConcurrentHashMapV8.BiAction<A,B> - Interface in com.toolsverse.util.concurrentlinkedhashmap
-
Interface describing a void action of two arguments
- ConcurrentHashMapV8.BiFun<A,B,T> - Interface in com.toolsverse.util.concurrentlinkedhashmap
-
Interface describing a function of two arguments
- ConcurrentHashMapV8.CollectionView<K,V,E> - Class in com.toolsverse.util.concurrentlinkedhashmap
-
Base class for views.
- ConcurrentHashMapV8.ConcurrentHashMapSpliterator<T> - Interface in com.toolsverse.util.concurrentlinkedhashmap
-
An object for traversing and partitioning elements of a source.
- ConcurrentHashMapV8.CounterCell - Class in com.toolsverse.util.concurrentlinkedhashmap
-
- ConcurrentHashMapV8.CounterHashCode - Class in com.toolsverse.util.concurrentlinkedhashmap
-
Holder for the thread-local hash code determining which
CounterCell to use.
- ConcurrentHashMapV8.DoubleByDoubleToDouble - Interface in com.toolsverse.util.concurrentlinkedhashmap
-
Interface describing a function mapping two doubles to a double
- ConcurrentHashMapV8.EntryIterator<K,V> - Class in com.toolsverse.util.concurrentlinkedhashmap
-
- ConcurrentHashMapV8.EntrySetView<K,V> - Class in com.toolsverse.util.concurrentlinkedhashmap
-
A view of a ConcurrentHashMapV8 as a Set of (key, value)
entries.
- ConcurrentHashMapV8.EntrySpliterator<K,V> - Class in com.toolsverse.util.concurrentlinkedhashmap
-
- ConcurrentHashMapV8.ForwardingNode<K,V> - Class in com.toolsverse.util.concurrentlinkedhashmap
-
A node inserted at head of bins during transfer operations.
- ConcurrentHashMapV8.Fun<A,T> - Interface in com.toolsverse.util.concurrentlinkedhashmap
-
Interface describing a function of one argument
- ConcurrentHashMapV8.IntByIntToInt - Interface in com.toolsverse.util.concurrentlinkedhashmap
-
Interface describing a function mapping two ints to an int
- ConcurrentHashMapV8.KeyIterator<K,V> - Class in com.toolsverse.util.concurrentlinkedhashmap
-
- ConcurrentHashMapV8.KeySetView<K,V> - Class in com.toolsverse.util.concurrentlinkedhashmap
-
A view of a ConcurrentHashMapV8 as a Set of keys, in
which additions may optionally be enabled by mapping to a
common value.
- ConcurrentHashMapV8.KeySpliterator<K,V> - Class in com.toolsverse.util.concurrentlinkedhashmap
-
- ConcurrentHashMapV8.LongByLongToLong - Interface in com.toolsverse.util.concurrentlinkedhashmap
-
Interface describing a function mapping two longs to a long
- ConcurrentHashMapV8.MapEntry<K,V> - Class in com.toolsverse.util.concurrentlinkedhashmap
-
Exported Entry for EntryIterator
- ConcurrentHashMapV8.Node<K,V> - Class in com.toolsverse.util.concurrentlinkedhashmap
-
Key-value entry.
- ConcurrentHashMapV8.ObjectByObjectToDouble<A,B> - Interface in com.toolsverse.util.concurrentlinkedhashmap
-
Interface describing a function mapping two arguments to a double
- ConcurrentHashMapV8.ObjectByObjectToInt<A,B> - Interface in com.toolsverse.util.concurrentlinkedhashmap
-
Interface describing a function mapping two arguments to an int
- ConcurrentHashMapV8.ObjectByObjectToLong<A,B> - Interface in com.toolsverse.util.concurrentlinkedhashmap
-
Interface describing a function mapping two arguments to a long
- ConcurrentHashMapV8.ObjectToDouble<A> - Interface in com.toolsverse.util.concurrentlinkedhashmap
-
Interface describing a function mapping its argument to a double
- ConcurrentHashMapV8.ObjectToInt<A> - Interface in com.toolsverse.util.concurrentlinkedhashmap
-
Interface describing a function mapping its argument to an int
- ConcurrentHashMapV8.ObjectToLong<A> - Interface in com.toolsverse.util.concurrentlinkedhashmap
-
Interface describing a function mapping its argument to a long
- ConcurrentHashMapV8.ReservationNode<K,V> - Class in com.toolsverse.util.concurrentlinkedhashmap
-
A place-holder node used in computeIfAbsent and compute
- ConcurrentHashMapV8.Segment<K,V> - Class in com.toolsverse.util.concurrentlinkedhashmap
-
Stripped-down version of helper class used in previous version,
declared for the sake of serialization compatibility
- ConcurrentHashMapV8.Traverser<K,V> - Class in com.toolsverse.util.concurrentlinkedhashmap
-
Encapsulates traversal for methods such as containsValue; also
serves as a base class for other iterators and spliterators.
- ConcurrentHashMapV8.TreeBin<K,V> - Class in com.toolsverse.util.concurrentlinkedhashmap
-
TreeNodes used at the heads of bins.
- ConcurrentHashMapV8.TreeNode<K,V> - Class in com.toolsverse.util.concurrentlinkedhashmap
-
Nodes for use in TreeBins
- ConcurrentHashMapV8.ValueIterator<K,V> - Class in com.toolsverse.util.concurrentlinkedhashmap
-
- ConcurrentHashMapV8.ValueSpliterator<K,V> - Class in com.toolsverse.util.concurrentlinkedhashmap
-
- ConcurrentHashMapV8.ValuesView<K,V> - Class in com.toolsverse.util.concurrentlinkedhashmap
-
A view of a ConcurrentHashMapV8 as a Collection of
values, in which additions are disabled.
- ConcurrentLinkedHashMap<K,V> - Class in com.toolsverse.util.concurrentlinkedhashmap
-
A hash table supporting full concurrency of retrievals, adjustable expected
concurrency for updates, and a maximum capacity to bound the map by.
- ConcurrentLinkedHashMap.AddTask - Class in com.toolsverse.util.concurrentlinkedhashmap
-
Adds the node to the page replacement policy.
- ConcurrentLinkedHashMap.BoundedEntryWeigher<K,V> - Class in com.toolsverse.util.concurrentlinkedhashmap
-
A weigher that enforces that the weight falls within a valid range.
- ConcurrentLinkedHashMap.Builder<K,V> - Class in com.toolsverse.util.concurrentlinkedhashmap
-
- ConcurrentLinkedHashMap.DiscardingListener - Enum in com.toolsverse.util.concurrentlinkedhashmap
-
A listener that ignores all notifications.
- ConcurrentLinkedHashMap.DiscardingQueue - Class in com.toolsverse.util.concurrentlinkedhashmap
-
A queue that discards all additions and is always empty.
- ConcurrentLinkedHashMap.DrainStatus - Enum in com.toolsverse.util.concurrentlinkedhashmap
-
The draining status of the buffers.
- ConcurrentLinkedHashMap.EntryIterator - Class in com.toolsverse.util.concurrentlinkedhashmap
-
An adapter to safely externalize the entry iterator.
- ConcurrentLinkedHashMap.EntrySet - Class in com.toolsverse.util.concurrentlinkedhashmap
-
An adapter to safely externalize the entries.
- ConcurrentLinkedHashMap.KeyIterator - Class in com.toolsverse.util.concurrentlinkedhashmap
-
An adapter to safely externalize the key iterator.
- ConcurrentLinkedHashMap.KeySet - Class in com.toolsverse.util.concurrentlinkedhashmap
-
An adapter to safely externalize the keys.
- ConcurrentLinkedHashMap.Node<K,V> - Class in com.toolsverse.util.concurrentlinkedhashmap
-
A node contains the key, the weighted value, and the linkage pointers on
the page-replacement algorithm's data structures.
- ConcurrentLinkedHashMap.RemovalTask - Class in com.toolsverse.util.concurrentlinkedhashmap
-
Removes a node from the page replacement policy.
- ConcurrentLinkedHashMap.SerializationProxy<K,V> - Class in com.toolsverse.util.concurrentlinkedhashmap
-
A proxy that is serialized instead of the map.
- ConcurrentLinkedHashMap.UpdateTask - Class in com.toolsverse.util.concurrentlinkedhashmap
-
Updates the weighted size and evicts an entry on overflow.
- ConcurrentLinkedHashMap.ValueIterator - Class in com.toolsverse.util.concurrentlinkedhashmap
-
An adapter to safely externalize the value iterator.
- ConcurrentLinkedHashMap.Values - Class in com.toolsverse.util.concurrentlinkedhashmap
-
An adapter to safely externalize the values.
- ConcurrentLinkedHashMap.WeightedValue<V> - Class in com.toolsverse.util.concurrentlinkedhashmap
-
A value, its weight, and the entry's status.
- ConcurrentLinkedHashMap.WriteThroughEntry - Class in com.toolsverse.util.concurrentlinkedhashmap
-
An entry that allows updates to write through to the map.
- ConcurrentResource - Enum in com.toolsverse.util.concurrent
-
The default messages used by ConcurrentExecutor.
- COND_ATTR - Static variable in class com.toolsverse.etl.core.engine.Scenario
-
The Constant COND_ATTR.
- COND_CONNECTION_ATTR - Static variable in class com.toolsverse.etl.core.engine.Destination
-
The Constant COND_CONNECTION_ATTR.
- COND_CONNECTION_ATTR - Static variable in class com.toolsverse.etl.core.engine.Scenario
-
The Constant COND_CONNECTION_ATTR.
- COND_CONNECTION_ATTR - Static variable in class com.toolsverse.etl.core.engine.Source
-
COND_CONNECTION_ATTR.
- COND_CONNECTION_ATTR - Static variable in class com.toolsverse.etl.core.engine.Task
-
- COND_lANG_ATTR - Static variable in class com.toolsverse.etl.core.engine.Destination
-
The Constant COND_lANG_ATTR.
- COND_LANG_ATTR - Static variable in class com.toolsverse.etl.core.engine.Scenario
-
The Constant COND_LANG_ATTR.
- COND_lANG_ATTR - Static variable in class com.toolsverse.etl.core.engine.Source
-
COND_lANG_ATTR.
- COND_lANG_ATTR - Static variable in class com.toolsverse.etl.core.engine.Task
-
- CONDITION_ATTR - Static variable in class com.toolsverse.etl.core.engine.Destination
-
The Constant CONDITION_ATTR.
- CONDITION_ATTR - Static variable in class com.toolsverse.etl.core.engine.Source
-
CONDITION_ATTR.
- CONDITION_ATTR - Static variable in class com.toolsverse.etl.core.engine.Task
-
- CONDITION_CODE_ATTR - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
The CONDITION_CODE_ATTR.
- CONDITION_CONNECTION_ATTR - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
The CONDITION_CONNECTION_ATTR.
- CONDITION_LANG_ATTR - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
The CONDITION_LANG_ATTR.
- CONDITION_VAR - Static variable in class com.toolsverse.etl.core.task.common.Filter
-
- ConditionalExecution - Class in com.toolsverse.etl.common
-
This is a data structure to store conditions and related information.
- ConditionalExecution() - Constructor for class com.toolsverse.etl.common.ConditionalExecution
-
Instantiates a new conditional execution.
- CONFIG - Static variable in class com.toolsverse.etl.core.config.EtlConfig
-
The CONFIG.
- CONFIG - Static variable in class com.toolsverse.etl.sql.config.SqlConfig
-
The CONFIG.
- CONFIG_FILE_NAME - Static variable in class com.toolsverse.config.SystemConfig
-
The property which defines the name of the main properties file.
- configure(Alias, TypedKeyValue<String, String>, IoProcessor) - Method in class com.toolsverse.etl.common.IoProcessorCallable
-
Configure callable.
- configureSplit(Properties, String) - Method in class com.toolsverse.etl.connector.BaseSplitProcessor
-
- configureSplit(Properties, String) - Method in class com.toolsverse.etl.connector.json.JsonSplitProcessor
-
- configureSplit(Properties, String) - Method in class com.toolsverse.etl.connector.text.TextSplitProcessor
-
- configureSplit(Properties, String) - Method in class com.toolsverse.etl.connector.xml.XmlMerger
-
- configureSplit(Properties, String) - Method in class com.toolsverse.etl.connector.xml.XmlSplitProcessor
-
- configureSplit(Properties, String) - Method in interface com.toolsverse.io.SplitProcessor
-
Configure split.
- ConfluenceConnectionCallback - Class in com.toolsverse.etl.sql.connection.callback
-
- ConfluenceConnectionCallback() - Constructor for class com.toolsverse.etl.sql.connection.callback.ConfluenceConnectionCallback
-
- CONN_NAME - Static variable in class com.toolsverse.etl.core.config.EtlConfig
-
The CONN_NAME.
- CONNECOR_CLASS_NAME - Static variable in class com.toolsverse.etl.core.config.EtlConfig
-
The CONNECOR_CLASS_NAME.
- CONNECOR_CLASS_NAME - Static variable in class com.toolsverse.etl.sql.config.SqlConfig
-
The CONNECOR_CLASS_NAME.
- connect(String, String, String, boolean, String, Object) - Method in class com.toolsverse.io.DirectProcessor
-
- connect(String, String, String, boolean, String, Object) - Method in class com.toolsverse.io.FileProcessor
-
- connect(String, String, String, boolean, String, Object) - Method in class com.toolsverse.io.FtpProcessor
-
- connect(String, String, String, boolean) - Method in class com.toolsverse.io.FtpUtils
-
Connects to the FTP server.
- connect(String, String, String, boolean, Properties) - Method in class com.toolsverse.io.FtpUtils
-
Connects to the FTP server.
- connect(String, String, String, boolean, String, Object) - Method in class com.toolsverse.io.HttpProcessor
-
- connect(String, String, String, boolean, String, Object) - Method in interface com.toolsverse.io.IoProcessor
-
Connects to the remote resource.
- connect(String, String, String, boolean, String, Object) - Method in class com.toolsverse.io.MailProcessor
-
- connect(String, String, String, boolean, String, Object) - Method in class com.toolsverse.io.NullProcessor
-
- connect(String, String, String, boolean, String, Object) - Method in class com.toolsverse.io.SftpProcessor
-
- CONNECTION - Static variable in class com.toolsverse.etl.core.config.EtlConfig
-
The Constant CONNECTION.
- CONNECTION - Static variable in class com.toolsverse.etl.sql.config.SqlConfig
-
The CONNECTION.
- CONNECTION_ALIAS - Static variable in class com.toolsverse.etl.core.config.EtlConfig
-
The CONNECTION_ALIAS.
- CONNECTION_ALIAS - Static variable in class com.toolsverse.etl.sql.config.SqlConfig
-
The CONNECTION_ALIAS.
- CONNECTION_ATTR - Static variable in class com.toolsverse.etl.core.engine.Scenario
-
The Constant CONNECTION_ATTR.
- CONNECTION_ATTR - Static variable in class com.toolsverse.etl.core.engine.Source
-
CONNECTION_ATTR.
- CONNECTION_ATTR - Static variable in class com.toolsverse.etl.core.task.common.SqlTask
-
- CONNECTION_ATTR - Static variable in class com.toolsverse.etl.core.task.common.XslTransormTask
-
- CONNECTION_ATTR - Static variable in class com.toolsverse.etl.core.task.informix.InformixDbAccessTask
-
- CONNECTION_ATTR - Static variable in class com.toolsverse.etl.core.task.oracle.OracleCopyTask
-
- CONNECTION_ATTR - Static variable in class com.toolsverse.etl.core.task.oracle.OracleExtractTask
-
- CONNECTION_ATTR - Static variable in class com.toolsverse.etl.core.task.oracle.OracleLoadTask
-
- CONNECTION_ATTR - Static variable in class com.toolsverse.etl.core.task.sqlserver.BcpTask
-
- CONNECTION_CALLBACK_PROP - Static variable in class com.toolsverse.etl.sql.connection.BaseConnectionCallback
-
- CONNECTION_FACTORY - Static variable in class com.toolsverse.etl.core.config.EtlConfig
-
The CONNECTION_FACTORY.
- CONNECTION_PARALLEL_ATTR - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
The CONNECTION_PARALLEL_ATTR.
- CONNECTION_PREPROCESSOR_PROP - Static variable in class com.toolsverse.io.HttpProcessor
-
The CONNECTION_PREPROCESSOR PROPERTY.
- ConnectionCallback - Interface in com.toolsverse.etl.sql.connection
-
The class which implements this interface is used as callback to rebuild the
JDBC URL based on input parameters
- ConnectionFactory - Interface in com.toolsverse.etl.sql.connection
-
ConnectionFactory provides an interface for getting JDBC connection.
- ConnectionFactoryWrapper - Class in com.toolsverse.etl.sql.connection
-
The implementation of the ConnectionFactory which always returns the same
connection.
- ConnectionFactoryWrapper(Connection, boolean) - Constructor for class com.toolsverse.etl.sql.connection.ConnectionFactoryWrapper
-
Instantiates a new connection factory wrapper.
- connectionName - Variable in class com.toolsverse.etl.sql.util.SqlHistory.SqlHistoryValue
-
The connection name.
- ConnectionParams - Interface in com.toolsverse.etl.common
-
Basic interface for connection parameters.
- ConnectionParamsProvider<C extends ConnectionParams> - Interface in com.toolsverse.etl.common
-
- ConnectionProvider<C extends ConnectionParams> - Interface in com.toolsverse.etl.sql.connection
-
A strategy for obtaining JDBC connections.
- CONNECTIONS - Static variable in class com.toolsverse.etl.core.config.EtlConfig
-
The CONNECTIONS.
- CONNECTIONS - Static variable in class com.toolsverse.etl.sql.config.SqlConfig
-
The CONNECTIONS.
- CONNECTOR_VAR - Static variable in class com.toolsverse.etl.core.task.common.Populate
-
- ConnectorRequest - Class in com.toolsverse.etl.connector.service
-
- ConnectorRequest(Driver, int, DataSetConnector<DataSetConnectorParams, ?>, String, DataSetConnectorParams, String, String, int) - Constructor for class com.toolsverse.etl.connector.service.ConnectorRequest
-
Instantiates a new ConnectorRequest.
- ConnectorResource - Enum in com.toolsverse.etl.connector
-
Messages used by DataSetConnector
- ConnectorResult - Class in com.toolsverse.etl.connector
-
When DataSetConnector finishes populating or persisting data set
it returns an object of the type ConnectorResult.
- ConnectorResult() - Constructor for class com.toolsverse.etl.connector.ConnectorResult
-
Instantiates a new ConnectorResult.
- ConnectorService - Interface in com.toolsverse.etl.connector.service
-
The particular implementation of this interface should be called to persist and populate data sets.
- ConnectorServiceImpl - Class in com.toolsverse.etl.connector.service
-
- ConnectorServiceImpl() - Constructor for class com.toolsverse.etl.connector.service.ConnectorServiceImpl
-
- ConnectorUnit - Class in com.toolsverse.etl.connector
-
- ConnectorUnit() - Constructor for class com.toolsverse.etl.connector.ConnectorUnit
-
Instantiates a new ConnectorUnit.
- ConnectorUtils - Class in com.toolsverse.etl.connector
-
A collection of static methods which can be used together with
DataSetConnector.
- ConnectorUtils() - Constructor for class com.toolsverse.etl.connector.ConnectorUtils
-
- consume(DataProvider<?>) - Method in class com.toolsverse.etl.common.Alias
-
- consume(JsonStreamingPackage, Object, AtomicInteger) - Method in class com.toolsverse.etl.connector.json.JsonConnector
-
- consume(KeyValueStreamingPackage, Object, AtomicInteger) - Method in class com.toolsverse.etl.connector.text.KeyValueConnector
-
- consume(TextStreamingPackage, Object, AtomicInteger) - Method in class com.toolsverse.etl.connector.text.TextConnector
-
- consume(XmlStreamingPackage, Object, AtomicInteger) - Method in class com.toolsverse.etl.connector.xml.XmlObjectConnector
-
- consume(XmlStreamingPackage, Object, AtomicInteger) - Method in class com.toolsverse.etl.connector.xml.XmlObjectStreamingConnector
-
- consume(S, Object, AtomicInteger) - Method in interface com.toolsverse.io.StreamingConnector
-
Consume the next record.
- consume(StreamingConnector, StreamingPackage) - Method in interface com.toolsverse.io.StreamingProcessor
-
Consume data from stream.
- consume(DataProvider<?>) - Method in interface com.toolsverse.util.DataConsumer
-
Consumes data from the provider.
- contains(int, Object, boolean, boolean) - Method in class com.toolsverse.etl.common.DataSetRecord
-
Checks if any version of the cell contains given value.
- CONTAINS - Static variable in class com.toolsverse.etl.metadata.DatabaseFilter
-
The CONTAINS modifier.
- contains(Object) - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentHashMapV8.CollectionView
-
- contains(Object) - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentHashMapV8
-
Deprecated.
- contains(Object) - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentHashMapV8.EntrySetView
-
- contains(Object) - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentHashMapV8.KeySetView
- contains(Object) - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentHashMapV8.ValuesView
-
- contains(Object) - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap.EntrySet
-
- contains(Object) - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap.KeySet
-
- contains(Object) - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap.Values
-
- contains(Object) - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap.WeightedValue
-
- contains(Object) - Method in class com.toolsverse.util.concurrentlinkedhashmap.LinkedDeque
-
- contains(Linked<?>) - Method in class com.toolsverse.util.concurrentlinkedhashmap.LinkedDeque
-
- contains(V) - Method in interface com.toolsverse.util.history.History
-
Checks if history contains the elements.
- contains(V) - Method in class com.toolsverse.util.history.HistoryImpl
-
- containsAll(Collection<?>) - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentHashMapV8.CollectionView
-
- containsCaseInsensitive(String, List<String>) - Static method in class com.toolsverse.util.Utils
-
Contains case insensitive.
- containsKey(Object) - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentHashMapV8
-
Tests if the specified object is a key in this table.
- containsKey(Object) - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
-
- containsKey(Object) - Method in class com.toolsverse.util.LinkedCaseInsensitiveMap
-
- containsKey(Object) - Method in class com.toolsverse.util.ListHashMap
-
- containsValue(Object) - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentHashMapV8
-
Returns true if this map maps one or more keys to the
specified value.
- containsValue(Object) - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
-
- containsValue(Object) - Method in class com.toolsverse.util.LinkedCaseInsensitiveMap
-
- containsWord(String, boolean, String...) - Static method in class com.toolsverse.util.Utils
-
Checks if source string contains a whole word (not a substring).
- CONTENT_TYPE_ATTR - Static variable in class com.toolsverse.etl.core.task.common.MailTask
-
- CONTENT_TYPE_PROP - Static variable in class com.toolsverse.io.HttpProcessor
-
The CONTENT_TYPE property.
- CONTENT_TYPE_VAR - Static variable in class com.toolsverse.etl.core.task.common.MailTask
-
- contentEquals(InputStream, InputStream) - Static method in class com.toolsverse.util.IOUtils
-
Compares the contents of two Streams to determine if they are equal or
not.
- contentEquals(Reader, Reader) - Static method in class com.toolsverse.util.IOUtils
-
Compares the contents of two Readers to determine if they are equal or
not.
- contentEqualsIgnoreEOL(Reader, Reader) - Static method in class com.toolsverse.util.IOUtils
-
Compares the contents of two Readers to determine if they are equal or
not, ignoring EOL characters.
- CONTINUE - Static variable in class com.toolsverse.etl.core.engine.TaskResult
-
CONTINUE to the next task regardless of the exception.
- contrast(BufferedImage, Object[]) - Method in class com.toolsverse.imaging.ImageProcessor
-
Uses "contrast" algorithm to transform image.
- ContrastTransformation - Class in com.toolsverse.imaging
-
ImageTransformation which implements "contrast transformation" algorithm.
- ContrastTransformation() - Constructor for class com.toolsverse.imaging.ContrastTransformation
-
- Controller - Interface in com.toolsverse.mvc.controller
-
This interface defines the methods required of objects filling the role of Controller in the Toolseverse Model/View/Controller implementation.
- ControllerAdapter - Interface in com.toolsverse.mvc.controller
-
In the Toolseverse implementation of the MVC the ControllerAdapter is where you put all event handlers and model to view and view to model data conversion.
- ControllerAdapterImpl - Class in com.toolsverse.mvc.controller
-
The abstract implementation of the ControllerAdapter interface.
- ControllerAdapterImpl() - Constructor for class com.toolsverse.mvc.controller.ControllerAdapterImpl
-
Instantiates a new ControllerAdapterImpl.
- ControllerBundle - Class in com.toolsverse.mvc.controller
-
Creates a new Controller and binds it with a View and Model using given ControllerAdapter.
- ControllerBundle(ControllerAdapter, View, Model) - Constructor for class com.toolsverse.mvc.controller.ControllerBundle
-
Instantiates a new ControllerBundle.
- ControllerBundle(View, Model) - Constructor for class com.toolsverse.mvc.controller.ControllerBundle
-
Instantiates a new ControllerBundle.
- ControllerImpl - Class in com.toolsverse.mvc.controller
-
The default implementation of the Controller interface.
- ControllerImpl() - Constructor for class com.toolsverse.mvc.controller.ControllerImpl
-
Instantiates a new ControllerImpl.
- CONVERT_NULL_PROP - Static variable in class com.toolsverse.etl.connector.FileConnectorParams
-
The convert 'null' to null property.
- convertCase(String) - Method in class com.toolsverse.util.IOCase
-
Converts the case of the input String to a standard format.
- convertDataType(FieldDef, FieldDef) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Converts source data type into destination data type using given source
and dest field definitions.
- convertForDisplay(String, Object) - Method in interface com.toolsverse.mvc.controller.Controller
-
Converts value before sending it to the view.
- convertForDisplay(Controller, String, Object) - Method in interface com.toolsverse.mvc.controller.ControllerAdapter
-
Converts value before sending it to the view.
- convertForDisplay(Controller, String, Object) - Method in class com.toolsverse.mvc.controller.ControllerAdapterImpl
-
- convertForDisplay(String, Object) - Method in class com.toolsverse.mvc.controller.ControllerImpl
-
- ConvertForDisplay - Annotation Type in com.toolsverse.mvc.controller
-
The ConvertForDisplay annotation is used in the ControllerAdapter to define a method where convertForDisplay event is handled.
- convertForDisplay(Object) - Method in class com.toolsverse.mvc.view.ComponentAdapter
-
Converts value for display.
- convertForDisplayAnnotation(Controller, String, Object) - Method in interface com.toolsverse.mvc.controller.ControllerAdapter
-
Converts value before sending it to the view.
- convertForDisplayAnnotation(Controller, String, Object) - Method in class com.toolsverse.mvc.controller.ControllerAdapterImpl
-
- convertForStorage(String, Object) - Method in interface com.toolsverse.mvc.controller.Controller
-
Converts value before sending it to the model.
- convertForStorage(Controller, String, Object) - Method in interface com.toolsverse.mvc.controller.ControllerAdapter
-
Converts value before sending it to the model.
- convertForStorage(Controller, String, Object) - Method in class com.toolsverse.mvc.controller.ControllerAdapterImpl
-
- convertForStorage(String, Object) - Method in class com.toolsverse.mvc.controller.ControllerImpl
-
- ConvertForStorage - Annotation Type in com.toolsverse.mvc.controller
-
The ConvertForStorage annotation is used in the ControllerAdapter to define a method where convertForStorage event is handled.
- convertForStorage(Object) - Method in class com.toolsverse.mvc.view.ComponentAdapter
-
Convert value for storage.
- convertForStorageAnnotation(Controller, String, Object) - Method in interface com.toolsverse.mvc.controller.ControllerAdapter
-
Converts value before sending it to the model.
- convertForStorageAnnotation(Controller, String, Object) - Method in class com.toolsverse.mvc.controller.ControllerAdapterImpl
-
- convertKey(String) - Method in class com.toolsverse.util.LinkedCaseInsensitiveMap
-
Convert the given key to a case-insensitive key.
- convertRowIndexToModelIndex(int) - Method in interface com.toolsverse.util.DataSetRowSorter
-
Returns the location of index in terms of the
underlying model.
- convertRowIndexToViewIndex(int) - Method in interface com.toolsverse.util.DataSetRowSorter
-
Returns the location of index in terms of the
view.
- convertStringForStorage(String) - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- convertStringForStorage(String) - Method in interface com.toolsverse.etl.driver.Driver
-
Converts string so it can be used as s part of sql.
- convertStringForStorage(String) - Method in class com.toolsverse.etl.driver.GenericFileDriver
-
- convertStringForStorage(String) - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- convertStringForStorage(String) - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- convertStringForStorage(String) - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- convertStringForStorage(String) - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- convertStringForStorage(String) - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- convertStringForStorage(String) - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- convertValueForStorage(Object, int, boolean) - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- convertValueForStorage(Object, int, boolean) - Method in interface com.toolsverse.etl.driver.Driver
-
Converts value to string depending on fieldType so it can be
used as s part of sql.
- convertValueForStorage(Object, int, boolean) - Method in class com.toolsverse.etl.driver.GenericFileDriver
-
- convertValueForStorage(Object, int, boolean) - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- convertValueForStorage(Object, int, boolean) - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- convertValueForStorage(Object, int, boolean) - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- convertValueForStorage(Object, int, boolean) - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- convertValueForStorage(Object, int, boolean) - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- convertValueForStorage(Object, int, boolean) - Method in class com.toolsverse.etl.driver.snowflake.SnowflakeDriver
-
- convertValueForStorage(Object, int, boolean) - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- copy(String) - Method in class com.toolsverse.etl.common.Alias
-
- copy(String) - Method in interface com.toolsverse.etl.common.ConnectionParams
-
Copy.
- copy() - Method in class com.toolsverse.etl.common.DataSet
-
Copy this data set.
- copy() - Method in class com.toolsverse.etl.common.DataSetData
-
Create copy of the data.
- copy() - Method in class com.toolsverse.etl.common.DataSetFields
-
Create copy of the data set fields.
- copy() - Method in class com.toolsverse.etl.common.DataSetRecord
-
Copy.
- copy() - Method in class com.toolsverse.etl.common.FieldDef
-
Copy field.
- copy() - Method in class com.toolsverse.etl.connector.DataSetConnectorParams
-
Create a copy of this object.
- copy() - Method in class com.toolsverse.etl.connector.excel.ExcelConnectorParams
-
- copy() - Method in class com.toolsverse.etl.connector.html.HtmlConnectorParams
-
- copy() - Method in class com.toolsverse.etl.connector.json.JsonConnectorParams
-
- copy() - Method in class com.toolsverse.etl.connector.json.JsonDatasetConnectorParams
-
- copy() - Method in class com.toolsverse.etl.connector.pdf.PdfConnectorParams
-
- copy() - Method in class com.toolsverse.etl.connector.SourceConnectorParams
-
- copy() - Method in class com.toolsverse.etl.connector.sql.SqlConnectorParams
-
- copy() - Method in class com.toolsverse.etl.connector.text.ClobConnectorParams
-
- copy() - Method in class com.toolsverse.etl.connector.text.KeyValueConnectorParams
-
- copy() - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
- copy() - Method in class com.toolsverse.etl.connector.xml.XmlConnectorParams
-
- copy() - Method in class com.toolsverse.etl.connector.xml.XmlObjectConnectorParams
-
- copy(CodeGen) - Method in class com.toolsverse.etl.core.codegen.DefaultCodeGen
-
- copy(CodeGen) - Method in interface com.toolsverse.etl.core.engine.CodeGen
-
Copy parameters from other code generator.
- copy(IoProcessor, String, String, String, String) - Method in class com.toolsverse.io.DirectProcessor
-
- copy(IoProcessor, String, String, String, String) - Method in class com.toolsverse.io.FileProcessor
-
- copy(IoProcessor, String, String, String, String) - Method in class com.toolsverse.io.FtpProcessor
-
- copy(IoProcessor, String, String, String, String) - Method in class com.toolsverse.io.HttpProcessor
-
- copy(IoProcessor, String, String, String, String) - Method in interface com.toolsverse.io.IoProcessor
-
Copies fromFolder + filename file to the toFolder + toFilename using
provided destination processor.
- copy(IoProcessor, String, String, String, String) - Method in class com.toolsverse.io.MailProcessor
-
- copy(IoProcessor, String, String, String, String) - Method in class com.toolsverse.io.NullProcessor
-
- copy(IoProcessor, String, String, String, String) - Method in class com.toolsverse.io.SftpProcessor
-
- copy(InputStream, OutputStream) - Static method in class com.toolsverse.util.IOUtils
-
Copies bytes from an InputStream to an
OutputStream.
- copy(InputStream, OutputStream, int) - Static method in class com.toolsverse.util.IOUtils
-
Copies bytes from an InputStream to an OutputStream using an internal buffer of the
given size.
- copy(InputStream, Writer) - Static method in class com.toolsverse.util.IOUtils
-
- copy(InputStream, Writer, Charset) - Static method in class com.toolsverse.util.IOUtils
-
Copies bytes from an InputStream to chars on a
Writer using the specified character encoding.
- copy(InputStream, Writer, String) - Static method in class com.toolsverse.util.IOUtils
-
Copies bytes from an InputStream to chars on a
Writer using the specified character encoding.
- copy(Reader, Writer) - Static method in class com.toolsverse.util.IOUtils
-
Copies chars from a Reader to a Writer.
- copy(Reader, OutputStream) - Static method in class com.toolsverse.util.IOUtils
-
- copy(Reader, OutputStream, Charset) - Static method in class com.toolsverse.util.IOUtils
-
Copies chars from a Reader to bytes on an
OutputStream using the specified character encoding, and
calling flush.
- copy(Reader, OutputStream, String) - Static method in class com.toolsverse.util.IOUtils
-
Copies chars from a Reader to bytes on an
OutputStream using the specified character encoding, and
calling flush.
- copyAll(ListHashMap<K, V>) - Method in class com.toolsverse.util.ListHashMap
-
Copy all elements from the source map.
- copyDataType(FieldDef) - Method in class com.toolsverse.etl.common.FieldDef
-
Copy data type.
- copyEssential(FieldDef) - Method in class com.toolsverse.etl.common.FieldDef
-
Copy essential attributes.
- copyEssentials() - Method in class com.toolsverse.etl.common.DataSet
-
Copy essential fields.
- copyFile(File, File) - Static method in class com.toolsverse.util.FileUtils
-
Copies file.
- copyFile(InputStream, File) - Static method in class com.toolsverse.util.FileUtils
-
Copies input stream into the file.
- copyFilesFromFolderToFolder(String, String, String) - Static method in class com.toolsverse.util.FileUtils
-
Copies files from the source folder to the destination.
- copyFrom(Model) - Method in interface com.toolsverse.mvc.model.Model
-
Copies model from another model.
- copyFrom(Model) - Method in class com.toolsverse.mvc.model.ModelImpl
-
- CopyIntoDestinationTableTask - Class in com.toolsverse.etl.core.task.common
-
This is
Task.PRE and
Task.POST task which loads data into
database database from the file.
- CopyIntoDestinationTableTask() - Constructor for class com.toolsverse.etl.core.task.common.CopyIntoDestinationTableTask
-
- CopyIntoRedshiftTableTask - Class in com.toolsverse.etl.core.task.redshift
-
This is
Task.PRE and
Task.POST task which loads data into
Redshift database from the file.
- CopyIntoRedshiftTableTask() - Constructor for class com.toolsverse.etl.core.task.redshift.CopyIntoRedshiftTableTask
-
- CopyIntoTableTask - Class in com.toolsverse.etl.core.task.snowflake
-
This is
Task.PRE and
Task.POST task which loads data into
snowflake database from the file.
- CopyIntoTableTask() - Constructor for class com.toolsverse.etl.core.task.snowflake.CopyIntoTableTask
-
- copyLarge(InputStream, OutputStream) - Static method in class com.toolsverse.util.IOUtils
-
Copies bytes from a large (over 2GB) InputStream to an
OutputStream.
- copyLarge(InputStream, OutputStream, byte[]) - Static method in class com.toolsverse.util.IOUtils
-
Copies bytes from a large (over 2GB) InputStream to an
OutputStream.
- copyLarge(InputStream, OutputStream, long, long) - Static method in class com.toolsverse.util.IOUtils
-
Copies some or all bytes from a large (over 2GB) InputStream to an
OutputStream, optionally skipping input bytes.
- copyLarge(InputStream, OutputStream, long, long, byte[]) - Static method in class com.toolsverse.util.IOUtils
-
Copies some or all bytes from a large (over 2GB) InputStream to an
OutputStream, optionally skipping input bytes.
- copyLarge(Reader, Writer) - Static method in class com.toolsverse.util.IOUtils
-
Copies chars from a large (over 2GB) Reader to a Writer.
- copyLarge(Reader, Writer, char[]) - Static method in class com.toolsverse.util.IOUtils
-
Copies chars from a large (over 2GB) Reader to a Writer.
- copyLarge(Reader, Writer, long, long) - Static method in class com.toolsverse.util.IOUtils
-
Copies some or all chars from a large (over 2GB) InputStream to an
OutputStream, optionally skipping input chars.
- copyLarge(Reader, Writer, long, long, char[]) - Static method in class com.toolsverse.util.IOUtils
-
Copies some or all chars from a large (over 2GB) InputStream to an
OutputStream, optionally skipping input chars.
- copyProperties(Object, Object) - Static method in class com.toolsverse.util.TBeanUtils
-
Copy properties.
- copyPropertiesFrom(DataSet) - Method in class com.toolsverse.etl.common.DataSet
-
Copy properties from.
- COPYRIGHT - Static variable in class com.toolsverse.config.SystemConfig
-
COPYRIGHT property.
- count(Object, Integer) - Method in class com.toolsverse.etl.core.task.common.PivotFunctions
-
Calculates number of rows.
- COUNT_ATTR - Static variable in class com.toolsverse.etl.core.engine.Scenario
-
The COUNT_ATTR.
- CounterCell(long) - Constructor for class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentHashMapV8.CounterCell
-
- CounterHashCode() - Constructor for class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentHashMapV8.CounterHashCode
-
- counterHashCodeGenerator - Static variable in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentHashMapV8
-
Generates initial value for per-thread CounterHashCodes.
- CPLUS_LANG - Static variable in interface com.toolsverse.util.lang.ParserTypeFactory
-
C++.
- CREATE_SQL - Static variable in class com.toolsverse.etl.core.config.EtlConfig
-
The CREATE_SQL.
- CREATE_TABLE_TEMPLATE_ATTR - Static variable in class com.toolsverse.etl.core.engine.Destination
-
The Constant CREATE_TABLE_TEMPLATE_ATTR.
- CREATE_TABLE_VAR - Static variable in class com.toolsverse.etl.core.config.EtlConfig
-
The CREATE_TABLE variable name.
- createArrayOf(String, Object[]) - Method in class com.toolsverse.etl.sql.connection.SshConnection
-
- createArrayOf(String, Object[]) - Method in class com.toolsverse.etl.sql.connection.StreamingConnection
-
- createAsText(String, String, String, String, String) - Method in class com.toolsverse.etl.metadata.FileMetadata
-
- createAsText(String, String, String, String, String) - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
- createAsText(String, String, String, String, String) - Method in interface com.toolsverse.etl.metadata.Metadata
-
Shows object create DDL.
- createAsText(String, String, String, String, String) - Method in class com.toolsverse.etl.metadata.oracle.OracleMetadata
-
- createBlob() - Method in class com.toolsverse.etl.sql.connection.SshConnection
-
- createBlob() - Method in class com.toolsverse.etl.sql.connection.StreamingConnection
-
- createClob() - Method in class com.toolsverse.etl.sql.connection.SshConnection
-
- createClob() - Method in class com.toolsverse.etl.sql.connection.StreamingConnection
-
- createComment(String) - Method in class com.toolsverse.util.XmlUtils
-
Creates the xml comment.
- createConfig(String, String, Map<String, Alias>, Map<String, String>, int, boolean) - Method in class com.toolsverse.etl.core.config.EtlConfig
-
Create ETL configuration file.
- createConfig(String, String, Map<String, Alias>, Map<String, String>, int, boolean, String) - Method in class com.toolsverse.etl.core.config.EtlConfig
-
Create ETL configuration file.
- createConnection(Alias, Properties) - Method in class com.toolsverse.etl.sql.connection.AliasConnectionProvider
-
Creates the jdbc connection.
- createConnection(Alias) - Method in class com.toolsverse.etl.sql.connection.AliasConnectionProvider
-
Creates the jdbc connection.
- createConnection(Alias, Properties) - Method in class com.toolsverse.etl.sql.connection.PooledAliasConnectionProvider
-
- createConnection(Alias) - Method in class com.toolsverse.etl.sql.connection.PooledAliasConnectionProvider
-
- CREATED_STATUS - Static variable in interface com.toolsverse.etl.core.engine.CodeGen
-
The code generator created .
- createList() - Method in class com.toolsverse.util.CaseInsensitiveListTreeMap
-
Creates the list.
- createList(int) - Method in class com.toolsverse.util.CaseInsensitiveListTreeMap
-
Creates the list of the specific size.
- createList() - Method in class com.toolsverse.util.ListHashMap
-
Creates the list.
- createList(int) - Method in class com.toolsverse.util.ListHashMap
-
Creates the list.
- createLock(String, boolean) - Method in class com.toolsverse.util.concurrent.FileLocker
-
Creates a locks file with the given name.
- createLock(String, int, int, boolean) - Method in class com.toolsverse.util.concurrent.FileLocker
-
Creates a locks file with the given name.
- createNamedParameterPreparedStatement(Connection, String) - Static method in class com.toolsverse.etl.sql.NamedParameterPreparedStatement
-
- createNamedParameterPreparedStatement(Connection, String, int) - Static method in class com.toolsverse.etl.sql.NamedParameterPreparedStatement
-
- createNamedParameterPreparedStatement(Connection, String, int[]) - Static method in class com.toolsverse.etl.sql.NamedParameterPreparedStatement
-
- createNamedParameterPreparedStatement(Connection, String, String[]) - Static method in class com.toolsverse.etl.sql.NamedParameterPreparedStatement
-
- createNamedParameterPreparedStatement(Connection, String, int, int) - Static method in class com.toolsverse.etl.sql.NamedParameterPreparedStatement
-
- createNamedParameterPreparedStatement(Connection, String, int, int, int) - Static method in class com.toolsverse.etl.sql.NamedParameterPreparedStatement
-
- createNClob() - Method in class com.toolsverse.etl.sql.connection.SshConnection
-
- createNClob() - Method in class com.toolsverse.etl.sql.connection.StreamingConnection
-
- createNode(TreeNode) - Method in class com.toolsverse.util.TreeNode
-
Creates the node from the specified node
- createSocket(String, int) - Method in class com.toolsverse.io.ProxySocketFactory
-
- createSQLXML() - Method in class com.toolsverse.etl.sql.connection.SshConnection
-
- createSQLXML() - Method in class com.toolsverse.etl.sql.connection.StreamingConnection
-
- createStatement() - Method in class com.toolsverse.etl.sql.connection.SshConnection
-
- createStatement(int, int) - Method in class com.toolsverse.etl.sql.connection.SshConnection
-
- createStatement(int, int, int) - Method in class com.toolsverse.etl.sql.connection.SshConnection
-
- createStatement() - Method in class com.toolsverse.etl.sql.connection.StreamingConnection
-
- createStatement(int, int) - Method in class com.toolsverse.etl.sql.connection.StreamingConnection
-
- createStatement(int, int, int) - Method in class com.toolsverse.etl.sql.connection.StreamingConnection
-
- createStruct(String, Object[]) - Method in class com.toolsverse.etl.sql.connection.SshConnection
-
- createStruct(String, Object[]) - Method in class com.toolsverse.etl.sql.connection.StreamingConnection
-
- createTableAndIndexesOrChangeFieldDataTypeIfNeeded(Scenario, EtlConfig, Destination, DataSet, Alias, CodeGen) - Method in class com.toolsverse.etl.core.engine.MetadataTracker
-
Creates the table and indexes or change field data type if needed.
- createZipWithPassword(String, ArrayList<File>, String, String) - Static method in class com.toolsverse.util.FileUtils
-
Creates the zip with password.
- crop(BufferedImage, Object[]) - Method in class com.toolsverse.imaging.ImageProcessor
-
Crops the image.
- CropTransformation - Class in com.toolsverse.imaging
-
ImageTransformation which implements "crop transformation" algorithm.
- CropTransformation() - Constructor for class com.toolsverse.imaging.CropTransformation
-
- CSHARP_LANG - Static variable in interface com.toolsverse.util.lang.ParserTypeFactory
-
C#.
- CSS_LANG - Static variable in interface com.toolsverse.util.lang.ParserTypeFactory
-
CSS.
- current - Variable in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap.EntryIterator
-
- current - Variable in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap.KeyIterator
-
- current - Variable in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap.ValueIterator
-
- CURSOR - Static variable in class com.toolsverse.etl.driver.oracle.OracleDriver
-
The CURSOR sql.
- cursor - Variable in class com.toolsverse.util.concurrentlinkedhashmap.LinkedDeque.AbstractLinkedIterator
-
- CURSOR_NAME_ATTR - Static variable in class com.toolsverse.etl.core.engine.Destination
-
The Constant CURSOR_NAME_ATTR.
- CURSOR_ON_FINISH_ATTR - Static variable in class com.toolsverse.etl.core.engine.Destination
-
The Constant CURSOR_ON_FINISH_ATTR.
- CURSOR_SQL_ATTR - Static variable in class com.toolsverse.etl.core.engine.Destination
-
The Constant CURSOR_SQL_ATTR.
- CURSOR_TABLE_ATTR - Static variable in class com.toolsverse.etl.core.engine.Destination
-
The Constant CURSOR_TABLE_ATTR.
- CURSOR_TABLE_REGULAR_TYPE - Static variable in class com.toolsverse.etl.core.engine.Destination
-
The regular table is used to created cursor.
- CURSOR_TABLE_TEMP_TYPE - Static variable in class com.toolsverse.etl.core.engine.Destination
-
The temporary table is used to created cursor.
- CURSOR_TABLE_TEMPORARY_TYPE - Static variable in class com.toolsverse.etl.core.engine.Destination
-
types of the table which is used to create cursor.
- CURSOR_TABLE_TYPE_ATTR - Static variable in class com.toolsverse.etl.core.engine.Destination
-
The Constant CURSOR_TABLE_TYPE_ATTR.
- generateKeyPair(String, String, int, OutputStream, OutputStream) - Static method in class com.toolsverse.util.encryption.pgp.PgpKeyPairGenerator
-
- generateKeyPair(String, String, int) - Static method in class com.toolsverse.util.encryption.pgp.PgpKeyPairGenerator
-
Generate key pair.
- GenericConnectionFactory - Class in com.toolsverse.etl.sql.connection
-
The default implementation of the ConnectionFactory interface.
- GenericConnectionFactory() - Constructor for class com.toolsverse.etl.sql.connection.GenericConnectionFactory
-
- GenericFileDriver - Class in com.toolsverse.etl.driver
-
Default ETL driver for the file based data sources, such as text files, xml
files, Excel etc.
- GenericFileDriver() - Constructor for class com.toolsverse.etl.driver.GenericFileDriver
-
- GenericFileDriverNoMetadataOnWrite - Class in com.toolsverse.etl.driver
-
- GenericFileDriverNoMetadataOnWrite() - Constructor for class com.toolsverse.etl.driver.GenericFileDriverNoMetadataOnWrite
-
- GenericJdbcDriver - Class in com.toolsverse.etl.driver
-
Default ETL driver for the jdbc compliant databases which does not support
callable statements.
- GenericJdbcDriver() - Constructor for class com.toolsverse.etl.driver.GenericJdbcDriver
-
- GenericJdbcDriverNoErrorOnGetObject - Class in com.toolsverse.etl.driver
-
Default ETL driver for the jdbc compliant databases which does not throw an
exception on getObject .
- GenericJdbcDriverNoErrorOnGetObject() - Constructor for class com.toolsverse.etl.driver.GenericJdbcDriverNoErrorOnGetObject
-
- GenericJdbcDriverNoPreparedStatement - Class in com.toolsverse.etl.driver
-
Default ETL driver for the jdbc compliant databases which does not support
callable and prepared statements.
- GenericJdbcDriverNoPreparedStatement() - Constructor for class com.toolsverse.etl.driver.GenericJdbcDriverNoPreparedStatement
-
- GenericMetadataExtractor - Class in com.toolsverse.etl.metadata
-
The default implementation of the MetadataExtractor for the jdbc compliant
databases.
- GenericMetadataExtractor() - Constructor for class com.toolsverse.etl.metadata.GenericMetadataExtractor
-
- GenericSqlParser - Class in com.toolsverse.etl.parser
-
The default implementation of the SqlParser interface.
- GenericSqlParser() - Constructor for class com.toolsverse.etl.parser.GenericSqlParser
-
- GenericSqlParser.ParamsParser - Class in com.toolsverse.etl.parser
-
The Class ParamsParser.
- GenericSqlParser.SplitParser - Class in com.toolsverse.etl.parser
-
The Class SplitParser.
- GenericSqlParser.SqlTypeParser - Class in com.toolsverse.etl.parser
-
The Class SqlTypeParser.
- GenericSqlParser.StripParser - Class in com.toolsverse.etl.parser
-
The Class StripParser.
- GenericUrlParser - Class in com.toolsverse.etl.sql.connection
-
This class parsers any URL.
- GenericUrlParser(Integer) - Constructor for class com.toolsverse.etl.sql.connection.GenericUrlParser
-
Instantiates a new generic url parser.
- GenericUrlParser(Integer, boolean) - Constructor for class com.toolsverse.etl.sql.connection.GenericUrlParser
-
Instantiates a new generic url parser.
- get(K) - Method in interface com.toolsverse.cache.Cache
-
Gets the object stored in the cache by key.
- get(String) - Method in class com.toolsverse.cache.CacheManager
-
Gets the cache associated with the topic.
- get(Number) - Method in class com.toolsverse.cache.ListMemoryCache
-
- get(K) - Method in class com.toolsverse.cache.MemoryCache
-
- get(String) - Method in class com.toolsverse.config.SystemConfig
-
- get(String, String) - Method in class com.toolsverse.config.SystemConfig
-
Gets the value of the property.
- get(String, String, Map<String, String>) - Method in class com.toolsverse.config.SystemConfig
-
Gets the value of the property.
- get(int) - Method in class com.toolsverse.etl.common.DataSetData
-
Gets the record for the index.
- get(int) - Method in class com.toolsverse.etl.common.DataSetRecord
-
Gets the value at the index.
- get(IoProcessor, String, String, String) - Method in class com.toolsverse.io.DirectProcessor
-
- get(String, String) - Method in class com.toolsverse.io.DirectProcessor
-
- get(String, String, String) - Method in class com.toolsverse.io.DirectProcessor
-
- get(Object) - Method in class com.toolsverse.io.DirectProcessor
-
- get(IoProcessor, String, String, String) - Method in class com.toolsverse.io.FileProcessor
-
- get(String, String) - Method in class com.toolsverse.io.FileProcessor
-
- get(String, String, String) - Method in class com.toolsverse.io.FileProcessor
-
- get(Object) - Method in class com.toolsverse.io.FileProcessor
-
- get(IoProcessor, String, String, String) - Method in class com.toolsverse.io.FtpProcessor
-
- get(String, String) - Method in class com.toolsverse.io.FtpProcessor
-
- get(String, String, String) - Method in class com.toolsverse.io.FtpProcessor
-
- get(Object) - Method in class com.toolsverse.io.FtpProcessor
-
- get(IoProcessor, String, String, String) - Method in class com.toolsverse.io.HttpProcessor
-
- get(String, String) - Method in class com.toolsverse.io.HttpProcessor
-
- get(String, String, String) - Method in class com.toolsverse.io.HttpProcessor
-
- get(Object) - Method in class com.toolsverse.io.HttpProcessor
-
- get(IoProcessor, String, String, String) - Method in interface com.toolsverse.io.IoProcessor
-
Copies a file fromFolder + filename to the toFolder + filename using
client as a source IoProcessor.
- get(String, String) - Method in interface com.toolsverse.io.IoProcessor
-
Copies file fromFolder + filename to the InputStream.
- get(String, String, String) - Method in interface com.toolsverse.io.IoProcessor
-
Copies file fromFolder + filename to the toFolder + filename using itself
as a source IoProcessor.
- get(Object) - Method in interface com.toolsverse.io.IoProcessor
-
Gets the InputStream from the cData.
- get(IoProcessor, String, String, String) - Method in class com.toolsverse.io.MailProcessor
-
- get(String, String) - Method in class com.toolsverse.io.MailProcessor
-
- get(String, String, String) - Method in class com.toolsverse.io.MailProcessor
-
- get(Object) - Method in class com.toolsverse.io.MailProcessor
-
- get(IoProcessor, String, String, String) - Method in class com.toolsverse.io.NullProcessor
-
- get(String, String) - Method in class com.toolsverse.io.NullProcessor
-
- get(String, String, String) - Method in class com.toolsverse.io.NullProcessor
-
- get(Object) - Method in class com.toolsverse.io.NullProcessor
-
- get(String) - Method in interface com.toolsverse.io.RedisService
-
Gets the value by key.
- get(IoProcessor, String, String, String) - Method in class com.toolsverse.io.SftpProcessor
-
- get(String, String) - Method in class com.toolsverse.io.SftpProcessor
-
- get(String, String, String) - Method in class com.toolsverse.io.SftpProcessor
-
- get(Object) - Method in class com.toolsverse.io.SftpProcessor
-
- get(int) - Method in class com.toolsverse.util.CaseInsensitiveListTreeMap
-
Returns the element at the specified position in the list.
- get(Object) - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentHashMapV8
-
Returns the value to which the specified key is mapped,
or null if this map contains no mapping for the key.
- get(Object) - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
-
- get(String) - Method in class com.toolsverse.util.factory.ObjectFactory
-
Creates an object which either implements name interface or is an instance of the name class.
- get(String, boolean) - Method in class com.toolsverse.util.factory.ObjectFactory
-
If singleton == true creates a "singleton" instance of the object which either implements name interface
or is an instance of the name class.
- get(String, Class<?>) - Method in class com.toolsverse.util.factory.ObjectFactory
-
Creates an object which either implements name interface or is an instance of the name class.
- get(String, Class<?>, boolean) - Method in class com.toolsverse.util.factory.ObjectFactory
-
If singleton== true creates a "singleton" instance of the object which either implements name interface
or is an instance of the name class.
- get(String, String) - Method in class com.toolsverse.util.factory.ObjectFactory
-
First tries to create an object which either implements name interface or is an instance of the name class.
- get(String, String, boolean) - Method in class com.toolsverse.util.factory.ObjectFactory
-
If singleton == true first tries to create a "singleton" instance of the object which either implements name
interface or is an instance of the name class.
- get(String, String, Class<?>, boolean) - Method in class com.toolsverse.util.factory.ObjectFactory
-
If singleton == true first tries to create a "singleton" instance of the object which either implements name
interface or is an instance of the name class.
- get(String, String, String) - Method in class com.toolsverse.util.factory.ObjectFactory
-
First tries to create an object which either implements name interface or is an instance of the name class.
- get(String, String, String, Class<?>) - Method in class com.toolsverse.util.factory.ObjectFactory
-
First tries to create an object which either implements name interface or is an instance of the name class.
- get(String, String, String, Class<?>, boolean, boolean) - Method in class com.toolsverse.util.factory.ObjectFactory
-
First tries to create an object which either implements name interface or is an instance of the name class.
- get(String) - Method in interface com.toolsverse.util.factory.ObjectFactoryModule
-
Gets the binded name by the original name.
- get(Object) - Method in class com.toolsverse.util.LinkedCaseInsensitiveMap
-
- get(int) - Method in class com.toolsverse.util.ListHashMap
-
Returns the element at the specified position in the list.
- get(Object) - Method in class com.toolsverse.util.ListHashMap
-
- GET_METHOD - Static variable in class com.toolsverse.io.HttpProcessor
-
HTTP GET.
- getAccessToken(String, String, String, String) - Method in class com.toolsverse.etl.sql.connection.BaseConnectionCallback
-
Gets the access token.
- getAction() - Method in class com.toolsverse.etl.connector.BaseSplitProcessor
-
- getAction() - Method in class com.toolsverse.etl.connector.xml.XmlMerger
-
- getAction(String) - Method in class com.toolsverse.etl.core.config.EtlConfig
-
Gets the action from the code.
- getAction() - Method in class com.toolsverse.etl.core.engine.FileMetrics
-
Gets the action.
- getAction() - Method in class com.toolsverse.etl.core.engine.Scenario
-
Gets the action.
- getAction() - Method in interface com.toolsverse.io.SplitProcessor
-
Gets the action.
- getActionByDesc(String) - Method in class com.toolsverse.etl.core.config.EtlConfig
-
Gets the action by description.
- getActions(String) - Method in class com.toolsverse.etl.core.config.EtlConfig
-
Gets the actions allowed for the scenario.
- getActualBatchWindow() - Method in class com.toolsverse.etl.core.engine.Destination
-
Gets the actual batch window.
- getActualConnection() - Method in interface com.toolsverse.etl.sql.connection.JdbcConnectionWrapper
-
Gets the actual connection.
- getActualConnection() - Method in class com.toolsverse.etl.sql.connection.SshConnection
-
- getActualConnection() - Method in class com.toolsverse.etl.sql.connection.StreamingConnection
-
- getActualConnectionName() - Method in class com.toolsverse.etl.core.engine.Destination
-
Gets the actual connection name.
- getActualData() - Method in class com.toolsverse.etl.common.DataSet
-
Gets the additional data associated with data set.
- getActualFolderName(String) - Static method in class com.toolsverse.util.FileUtils
-
Gets the actual folder name.
- getActualIndex() - Method in class com.toolsverse.etl.connector.text.TextFilter
-
Gets the actual index.
- getActualLoadAction() - Method in class com.toolsverse.etl.core.engine.Destination
-
Gets the actual load action.
- getActualName(String) - Method in class com.toolsverse.io.DirectProcessor
-
- getActualName(String) - Method in class com.toolsverse.io.FileProcessor
-
- getActualName(String) - Method in class com.toolsverse.io.FtpProcessor
-
- getActualName(String) - Method in class com.toolsverse.io.HttpProcessor
-
- getActualName(String) - Method in interface com.toolsverse.io.IoProcessor
-
Gets the actual file name from the passed name.
- getActualName(String) - Method in class com.toolsverse.io.MailProcessor
-
- getActualName(String) - Method in class com.toolsverse.io.NullProcessor
-
- getActualName(String) - Method in class com.toolsverse.io.SftpProcessor
-
- getActualPort() - Method in class com.toolsverse.etl.sql.connection.GenericUrlParser
-
Gets the actual port.
- getAddColumnSql() - Method in class com.toolsverse.etl.driver.AbstractDriver
-
- getAddColumnSql() - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the ADD COLUMN SQL.
- getAddColumnSql() - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- getAddColumnSql() - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- getAddColumnSql() - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- getAddColumnSql() - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- getAddedJars() - Method in class com.toolsverse.ext.loader.UnitLoader
-
Gets the map of the added jars.
- getAddedRecords() - Method in class com.toolsverse.etl.common.DataSet
-
Gets the added records.
- getAddFieldValueCallback() - Method in class com.toolsverse.etl.connector.DataSetConnectorParams
-
Gets the AddFieldValueCallback object.
- getAdditionalInfo() - Method in class com.toolsverse.etl.common.DataSet
-
Gets the additional info such as transformation type.
- getAddRecordCallback() - Method in class com.toolsverse.etl.connector.DataSetConnectorParams
-
Gets the AddRecordCallback object.
- getAfter() - Method in class com.toolsverse.etl.core.engine.Destination
-
Gets the block of code which is executed after all auto generated and
conditional blocks of the destination.
- getAfterCallback() - Method in class com.toolsverse.etl.connector.DataSetConnectorParams
-
Gets the AfterCallback object.
- getAfterFromFromSelect(String) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Gets part of the sql statement after "from" clause.
- getAfterFunctions() - Method in interface com.toolsverse.etl.common.Function
-
Gets the array of functions which will be executed after main etl action (insert, update, delete, merge, etc).
- getAfterFunctions() - Method in class com.toolsverse.etl.core.function.db2.Db2Functions
-
- getAfterFunctions() - Method in class com.toolsverse.etl.core.function.DefFunctions
-
- getAfterFunctions() - Method in class com.toolsverse.etl.core.function.informix.InformixFunctions
-
- getAfterFunctions() - Method in class com.toolsverse.etl.core.function.mysql.MySqlFunctions
-
- getAfterFunctions() - Method in class com.toolsverse.etl.core.function.oracle.OracleFunctions
-
- getAfterFunctions() - Method in class com.toolsverse.etl.core.function.postgres.PostgresFunctions
-
- getAfterFunctions() - Method in class com.toolsverse.etl.core.function.sqlserver.MsSqlFunctions
-
- getAfterFunctions() - Method in class com.toolsverse.etl.core.function.sqlserver.SybaseFunctions
-
- getAfterWhereFromSelect(String) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Gets part of the sql statement after "where" clause.
- getAge(Date, Date, boolean) - Static method in class com.toolsverse.util.Utils
-
Gets the age.
- getAlias() - Method in class com.toolsverse.etl.common.IoProcessorCallable
-
Gets the alias.
- getAlias() - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Gets the alias.
- getAlias(EtlConfig, String) - Static method in class com.toolsverse.etl.core.task.common.FileManagerTask
-
Gets the alias by connection name.
- getAlias(ConnectionParams, String) - Method in class com.toolsverse.etl.metadata.informix.InformixMetadata
-
Gets the alias.
- getAlias(ConnectionParams, String) - Method in class com.toolsverse.etl.metadata.sqlserver.MsSqlMetadata
-
Gets the alias.
- getAlias(String) - Method in class com.toolsverse.etl.sql.config.SqlConfig
-
Gets the alias by name.
- getAliases() - Method in interface com.toolsverse.etl.aliasreader.AliasReader
-
Gets the aliases.
- getAliases() - Method in class com.toolsverse.etl.aliasreader.oracle.OracleTnsNamesReader
-
- getAliases() - Method in interface com.toolsverse.etl.aliasreader.oracle.service.TnsReaderService
-
Gets the aliases.
- getAliases() - Method in class com.toolsverse.etl.aliasreader.oracle.service.TnsReaderServiceImpl
-
- getAliasesMap() - Method in class com.toolsverse.etl.core.config.EtlConfig
-
Gets the map of the aliases.
- getAllAttributes() - Method in interface com.toolsverse.mvc.model.Model
-
Gets the map of all attributes, including sub-models.
- getAllAttributes() - Method in class com.toolsverse.mvc.model.ModelImpl
-
- getAllowedActions() - Method in class com.toolsverse.etl.core.engine.Scenario
-
Gets the allowed actions.
- getAllowedIdentifierChars() - Method in class com.toolsverse.etl.driver.AbstractDriver
-
- getAllowedIdentifierChars() - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the allowed identifier chars.
- getAllowedSchema() - Method in class com.toolsverse.etl.metadata.FileMetadata
-
- getAllowedSchema() - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
- getAllowedSchema() - Method in interface com.toolsverse.etl.metadata.Metadata
-
Gets the allowed schema when in restricted mode.
- getAllowedSchema() - Method in class com.toolsverse.etl.metadata.postgres.PostgresMetadata
-
- getAllowedSchema() - Method in class com.toolsverse.etl.metadata.sqlserver.MsSqlMetadata
-
- getAllowedSchema() - Method in class com.toolsverse.etl.metadata.sqlserver.SybaseMetadata
-
- getAllRefs(String, String, String, String) - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Get the all references including inner tables.
- getAlterTableAddColumns(String, DataSet, List<String>, Driver) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Gets the SQL for "alter table add column".
- getAlterTableAddColumns(String, DataSet, List<String>, Driver, boolean) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Gets the SQL for "alter table add column".
- getAlterTableAddColumnSql(String, FieldDef, FieldsRepository) - Method in class com.toolsverse.etl.driver.AbstractDriver
-
- getAlterTableAddColumnSql(String, FieldDef, FieldsRepository, boolean) - Method in class com.toolsverse.etl.driver.AbstractDriver
-
- getAlterTableAddColumnSql(String, FieldDef, FieldsRepository) - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the alter table add column sql.
- getAlterTableAddColumnSql(String, FieldDef, FieldsRepository, boolean) - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the alter table add column sql.
- getAlterTableAddColumnSql(String, FieldDef, FieldsRepository) - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- getAltLibsPath() - Method in class com.toolsverse.config.SystemConfig
-
Gets the lib path for the test mode.
- getAppHome() - Method in class com.toolsverse.util.collector.AppInfo
-
Gets the app home folder.
- getAppInfo() - Method in class com.toolsverse.config.SystemConfig
-
Gets the application root path.
- getAppInfo() - Method in interface com.toolsverse.util.collector.AppInfoCollector
-
Collects information about application's execution environment, such as host name, ip address, "home" folder, etc.
- getAppInfo() - Method in class com.toolsverse.util.collector.AppInfoCollectorDefault
-
- getAppName() - Method in class com.toolsverse.config.SystemConfig
-
Gets the application name.
- getAppRoot() - Method in class com.toolsverse.util.collector.AppInfo
-
Gets the app root folder.
- getArgs() - Method in class com.toolsverse.service.ServiceRequest
-
Gets the arguments.
- getAspect() - Method in class com.toolsverse.util.aspect.Aspect
-
Returns the new class which extends A but intercept all its methods.
- getAssemblies(String, String, String, String) - Method in class com.toolsverse.etl.metadata.sqlserver.MsSqlMetadata
-
Gets the assemblies.
- getAsynchronous() - Method in class com.toolsverse.etl.core.engine.Task
-
Checks if task is asynchronous.
- getAtomicLong() - Method in class com.toolsverse.etl.core.config.EtlConfig
-
Gets the atomic long.
- getAttribute(String) - Method in class com.toolsverse.mvc.model.ModelImpl
-
Gets the Attribute by name
- getAttribute(Node, String) - Method in class com.toolsverse.util.XmlUtils
-
Gets the attribute.
- getAttributeClass() - Method in class com.toolsverse.mvc.model.Model.Attribute
-
Gets the attribute class.
- getAttributes() - Method in interface com.toolsverse.mvc.controller.ControllerAdapter
-
Gets the attributes.
- getAttributes() - Method in class com.toolsverse.mvc.controller.ControllerAdapterImpl
-
- getAttributes() - Method in interface com.toolsverse.mvc.model.Model
-
Gets the map of attributes for this model only, excluding sub-models.
- getAttributes() - Method in class com.toolsverse.mvc.model.ModelImpl
-
- getAttributes(Node) - Method in class com.toolsverse.util.XmlUtils
-
Gets the attributes.
- getAttributes(Node, String) - Method in class com.toolsverse.util.XmlUtils
-
Gets the attributes.
- getAttributeValue(String) - Method in class com.toolsverse.mvc.model.ModelImpl
-
Gets the attribute value by attributeName
- getAttrParams(Class<?>) - Method in class com.toolsverse.mvc.model.ModelImpl
-
Creates the attribute parameter object.
- getAttrs() - Method in class com.toolsverse.etl.common.Variable
-
Gets the attributes.
- getAttrs() - Method in class com.toolsverse.etl.core.engine.Scenario
-
Gets the attributes.
- getAttrValue(String) - Method in class com.toolsverse.etl.common.Variable
-
Gets the attribute value by name.
- getAttrValue(String) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Gets the attribute value by name.
- getAutoCommit() - Method in class com.toolsverse.etl.sql.connection.SshConnection
-
- getAutoCommit() - Method in class com.toolsverse.etl.sql.connection.StreamingConnection
-
- getAutoInc(LoadFunctionContext) - Method in class com.toolsverse.etl.core.function.db2.Db2Functions
-
Gets the auto increment value.
- getAutoInc(LoadFunctionContext) - Method in class com.toolsverse.etl.core.function.sqlserver.MsSqlFunctions
-
Gets the auto increment value.
- getAutoInc(LoadFunctionContext) - Method in class com.toolsverse.etl.core.function.sqlserver.SybaseFunctions
-
Gets the field value using auto increment.
- getAutotrace(ObjectStorage, Connection, Alias, String) - Method in class com.toolsverse.etl.driver.AbstractDriver
-
- getAutotrace(ObjectStorage, Connection, Alias, String) - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- getAutotrace(ObjectStorage, Connection, Alias, String) - Method in interface com.toolsverse.etl.driver.Driver
-
Executes sql and produces real execution plan.
- getAutotrace(ObjectStorage, Connection, Alias, String) - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- getAutotrace(ObjectStorage, Connection, Alias, String) - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- getAutotrace(ObjectStorage, Connection, Alias, String) - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- getBaseName(String) - Static method in class com.toolsverse.util.FilenameUtils
-
Gets the base name, minus the full path and extension, from a full
filename.
- getBatchCounter() - Method in class com.toolsverse.etl.core.engine.Destination
-
Gets the batch counter.
- getBatchNumber() - Method in class com.toolsverse.etl.connector.text.KeyValueConnectorParams
-
Gets the batch number.
- getBatchNumber() - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Gets the batch number.
- getBatchWindow() - Method in class com.toolsverse.etl.core.engine.Destination
-
Gets the number of statements to add to the batch.
- getBcc() - Method in class com.toolsverse.io.MailParams
-
Gets the bcc.
- getBeforeCallback() - Method in class com.toolsverse.etl.connector.DataSetConnectorParams
-
Gets the BeforeCallback object.
- getBeforeEtlTasks() - Method in interface com.toolsverse.etl.core.engine.Block
-
Gets the tasks which are executed before etl framework starts processing
the DataSet object associated with the particular scenario
block but after initializing is done.
- getBeforeEtlTasks() - Method in class com.toolsverse.etl.core.engine.Destination
-
- getBeforeEtlTasks() - Method in class com.toolsverse.etl.core.engine.Source
-
- getBeforeFunctions() - Method in interface com.toolsverse.etl.common.Function
-
Gets the array of functions which will be executed before main etl action (insert, update, delete, merge, etc).
- getBeforeFunctions() - Method in class com.toolsverse.etl.core.function.db2.Db2Functions
-
- getBeforeFunctions() - Method in class com.toolsverse.etl.core.function.DefFunctions
-
- getBeforeFunctions() - Method in class com.toolsverse.etl.core.function.informix.InformixFunctions
-
- getBeforeFunctions() - Method in class com.toolsverse.etl.core.function.postgres.PostgresFunctions
-
- getBeforeFunctions() - Method in class com.toolsverse.etl.core.function.sqlserver.MsSqlFunctions
-
- getBeforeFunctions() - Method in class com.toolsverse.etl.core.function.sqlserver.SybaseFunctions
-
- getBeforePrepareSourceQuery() - Method in class com.toolsverse.etl.core.engine.Source
-
Gets the JavaScript code to execute before prepare source query.
- getBegin() - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- getBegin() - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the "begin" sql statement.
- getBegin() - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- getBegin() - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- getBegin() - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- getBegin() - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- getBegin() - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- getBegin() - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- getBegin() - Method in class com.toolsverse.etl.driver.sqlserver.SybaseDriver
-
- getBeginSplited() - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- getBeginSplited() - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the "begin" token for splited sql.
- getBeginSplited() - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- getBeginSplited() - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- getBeginSplited() - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- getBeginSplited() - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- getBeginSplited() - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- getBeginSplited() - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- getBeginSplited() - Method in class com.toolsverse.etl.driver.sqlserver.SybaseDriver
-
- getBehavior() - Method in interface com.toolsverse.mvc.controller.Behavior
-
Gets the behavior.
- getBestMatch() - Method in class com.toolsverse.etl.common.FieldDef
-
Gets the best match.
- getBindings(ObjectStorage, String) - Method in class com.toolsverse.util.Script
-
Returns an uninitialized Bindings for the script engine
defined by lang.
- getBindings(ObjectStorage, String, String) - Method in class com.toolsverse.util.Script
-
Gets the bindings.
- getBindParameterName(String, Driver) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Gets the bind parameter name from field name.
- getBindVarName() - Method in class com.toolsverse.etl.core.engine.LoadFunctionContext
-
Gets the bind variable name.
- getBlob(ResultSet, int) - Method in class com.toolsverse.etl.driver.CallableDriver
-
- getBlob(ResultSet, int) - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the blob from the result set.
- getBlob(ResultSet, int) - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- getBlob(ResultSet, int) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Reads the blob field from the result set.
- getBlobInputStreamFromResultSet(ResultSet, int) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Gets the blob as an input stream from the result set.
- getBlobOutputStream(Blob) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Getter an output stream to write data into the passed Blob.
- getBlobOutputStreamFromResultSet(ResultSet, int) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Gets the blob output stream from the result set.
- getBlockByName(Scenario, String, EtlUtils.HowToSearch) - Static method in class com.toolsverse.etl.core.util.EtlUtils
-
Find block by name.
- getBlockName() - Method in interface com.toolsverse.etl.common.EtlContext
-
Gets the block name.
- getBlockName() - Method in class com.toolsverse.etl.core.config.EtlContextImpl
-
- getBlockName() - Method in exception com.toolsverse.etl.exception.EtlException
-
Gets the block name.
- getBlockType() - Method in interface com.toolsverse.etl.core.engine.Block
-
Gets the {#link BlockType}.
- getBlockType() - Method in class com.toolsverse.etl.core.engine.Destination
-
- getBlockType() - Method in class com.toolsverse.etl.core.engine.Source
-
- getBom(String) - Static method in class com.toolsverse.util.UnicodeBomInputStream
-
- getBOM() - Method in class com.toolsverse.util.UnicodeBomInputStream
-
- getBooleanAttribute(Node, String) - Method in class com.toolsverse.util.XmlUtils
-
Gets the boolean attribute.
- getBooleanAttribute(Node, String, boolean) - Method in class com.toolsverse.util.XmlUtils
-
Gets the boolean attribute.
- getBooleanProperty(String) - Method in class com.toolsverse.storage.StorageManager
-
Gets the boolean property.
- getBooleanProperty(String, boolean) - Method in class com.toolsverse.storage.StorageManager
-
Gets the boolean property.
- getBufferedStream(InputStream) - Method in class com.toolsverse.imaging.handler.JaiImageHandler
-
Gets the buffered ByteArrayInputStream from the inputStream.
- getBuildDate() - Method in class com.toolsverse.config.SystemConfig
-
Gets the build date in the MM/dd/yyyy HH:mm:ss format.
- getBuilder() - Method in class com.toolsverse.util.StringBuilderWriter
-
Returns the underlying builder.
- getBytes() - Method in class com.toolsverse.util.UnicodeBomInputStream.BOM
-
- getBytesFromFile(File) - Static method in class com.toolsverse.util.FileUtils
-
Reads the binary file and returns array of bytes.
- getByWildcard(String) - Method in interface com.toolsverse.io.RedisService
-
Gets the objects stored in Redis as a list of strings.
- getCache() - Method in interface com.toolsverse.cache.CacheProvider
-
Gets the cache.
- getCache() - Method in class com.toolsverse.cache.ListMemoryCache
-
- getCache() - Method in class com.toolsverse.cache.MemoryCache
-
- getCache() - Method in class com.toolsverse.etl.core.config.EtlConfig
-
- getCache() - Method in class com.toolsverse.etl.core.engine.Destination
-
Gets the cache associated with the destination.
- getCacheProvider() - Method in class com.toolsverse.etl.connector.DataSetConnectorParams
-
Gets the cache provider.
- getCalculatedTableName() - Method in class com.toolsverse.etl.core.engine.Destination
-
Gets the calculated table name.
- getCallback(Properties) - Method in class com.toolsverse.etl.sql.connection.AliasConnectionProvider
-
Gets the callback.
- getCallSql(String) - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- getCallSql(String) - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the "call" sql.
- getCallSql(String) - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- getCallSql(String) - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- getCallSql(String) - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- getCallSql(String) - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- getCallSql(String) - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- getCallSql(String) - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- getCallSql(String) - Method in class com.toolsverse.etl.driver.sqlserver.SybaseDriver
-
- getCaseInsensitiveKeys(String) - Static method in class com.toolsverse.etl.common.CommonEtlUtils
-
Gets the case insensitive keys.
- getCaseSensitive() - Method in class com.toolsverse.etl.driver.AbstractDriver
-
- getCaseSensitive() - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the "case sensitive" flag.
- getCatalog() - Method in class com.toolsverse.etl.common.Alias
-
Gets the catalog.
- getCatalog() - Method in class com.toolsverse.etl.metadata.DatabaseFilter
-
Gets the catalog.
- getCatalog() - Method in class com.toolsverse.etl.sql.connection.SshConnection
-
- getCatalog() - Method in class com.toolsverse.etl.sql.connection.StreamingConnection
-
- getCatalogs(boolean) - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the catalogs.
- getCatalogSchemaAndPattern(String) - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the catalog schema and pattern from the value.
- getCatalogSchemaMetadataAllowed() - Method in class com.toolsverse.etl.metadata.FileMetadata
-
- getCatalogSchemaMetadataAllowed() - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
- getCatalogSchemaMetadataAllowed() - Method in interface com.toolsverse.etl.metadata.Metadata
-
Gets the set of allowed database objects for catalogs and schemas when in restricted mode.
- getCause(Throwable) - Static method in class com.toolsverse.util.ExceptionUtils
-
- getCause(Throwable, String[]) - Static method in class com.toolsverse.util.ExceptionUtils
-
- getCc() - Method in class com.toolsverse.io.MailParams
-
Gets the cc.
- getCData() - Method in class com.toolsverse.etl.common.Alias
-
Gets the cdata.
- getCdata() - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Gets the cdata.
- getCellRef(String) - Static method in class com.toolsverse.util.Utils
-
Gets the spreadsheet cell reference.
- getCharSeparator() - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Gets the char separator.
- getCharUsedForColumnsWithSpaces() - Method in class com.toolsverse.etl.driver.CallableDriver
-
- getCharUsedForColumnsWithSpaces() - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the open and close char used for columns with spaces.
- getCharUsedForColumnsWithSpaces() - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- getCharUsedForColumnsWithSpaces() - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- getChildNodes(Node) - Method in class com.toolsverse.util.XmlUtils
-
Gets a Vector of Nodes of all the children of a particular Node.
- getChildren() - Method in class com.toolsverse.util.TreeNode
-
Gets the list of the children nodes.
- getChildValues(Node) - Method in class com.toolsverse.util.XmlUtils
-
Gets a Vector of Strings of all the values contained by the children of a
particular Node.
- getClasses(String, Class<?>, boolean) - Static method in class com.toolsverse.util.ClassUtils
-
Gets the list of the classes in the package.
- getClasses(String, String, String, Class<?>, Map<String, String>) - Static method in class com.toolsverse.util.ClassUtils
-
Gets the list of classes in the package first, then adds classes in the
plugin path and finally adds classes in the lib path.
- getClassesInPackage(String, String, Class<?>, Map<String, String>) - Static method in class com.toolsverse.util.ClassUtils
-
Gets the list of the classes in the package.
- getClassesInPackageInFolder(String, String, Class<?>, Map<String, String>) - Static method in class com.toolsverse.util.ClassUtils
-
Gets the list of the classes in the package located in the jar files in
the folder.
- getClassesInPackageInFolder(String, String, String, Class<?>, Map<String, String>) - Static method in class com.toolsverse.util.ClassUtils
-
Gets the list of the classes in the package located in the jar files in
the folder.
- getClassesInPackageInFolder(String, String, String, Class<?>, Map<String, String>, String) - Static method in class com.toolsverse.util.ClassUtils
-
Gets the list of the classes in the package located in the jar files in
the folder.
- getClassName() - Method in class com.toolsverse.etl.core.engine.Task
-
Gets the task class name.
- getClassPath() - Method in class com.toolsverse.ext.loader.Unit
-
Gets the root class path to the modules.
- getClientAddr() - Method in class com.toolsverse.util.collector.AppInfo
-
Gets the client address.
- getClientHost() - Method in class com.toolsverse.util.collector.AppInfo
-
Gets the client host name.
- getClientInfo(String) - Method in class com.toolsverse.etl.sql.connection.SshConnection
-
- getClientInfo() - Method in class com.toolsverse.etl.sql.connection.SshConnection
-
- getClientInfo(String) - Method in class com.toolsverse.etl.sql.connection.StreamingConnection
-
- getClientInfo() - Method in class com.toolsverse.etl.sql.connection.StreamingConnection
-
- getClob(ResultSet, int) - Method in class com.toolsverse.etl.driver.CallableDriver
-
- getClob(ResultSet, int) - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the CLOB from the result set.
- getClob(ResultSet, int) - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- getClob(ResultSet, int) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Reads the clob from the result set.
- getClobTypeName() - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
Gets the clob type name.
- getCmdForExternalTool(ObjectStorage, Alias, String) - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- getCmdForExternalTool(ObjectStorage, Alias, String) - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the command line for the external tool.
- getCmdForExternalTool(ObjectStorage, Alias, String) - Method in class com.toolsverse.etl.driver.GenericFileDriver
-
- getCmdForExternalTool(ObjectStorage, Alias, String) - Method in class com.toolsverse.etl.driver.GenericJdbcDriver
-
- getCmdForExternalTool(ObjectStorage, Alias, String) - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- getCmdForExternalTool(ObjectStorage, Alias, String) - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- getCmdForExternalTool(ObjectStorage, Alias, String) - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- getCmdForExternalTool(ObjectStorage, Alias, String) - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- getCmdForExternalTool(ObjectStorage, Alias, String) - Method in class com.toolsverse.etl.driver.snowflake.SnowflakeDriver
-
- getCmdForExternalTool(ObjectStorage, Alias, String) - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- getCmdForExternalTool(ObjectStorage, Alias, String) - Method in class com.toolsverse.etl.driver.sqlserver.SybaseDriver
-
- getCmdOptions(Alias) - Static method in class com.toolsverse.etl.driver.AbstractDriver
-
Gets the command line options.
- getCode() - Method in class com.toolsverse.etl.common.Variable
-
Gets the code.
- getCode() - Method in class com.toolsverse.etl.connector.text.TextFilter
-
Gets the code.
- getCode() - Method in class com.toolsverse.etl.core.engine.EtlResponse
-
Gets the last executed code (sql).
- getCode() - Method in class com.toolsverse.etl.core.engine.RunningEtlTask
-
Gets the code.
- getCode() - Method in class com.toolsverse.etl.core.engine.Task
-
Gets the code.
- getCode() - Method in class com.toolsverse.etl.core.function.BindVarReturnValue
-
Gets the code which will be used in the automatically generated SQL
- getCodeGenClass() - Method in class com.toolsverse.etl.core.engine.Scenario
-
Gets the code generator class name.
- getCodeLanguage(Task) - Method in interface com.toolsverse.etl.core.engine.OnTask
-
Gets the code language.
- getCodeLanguage(Task) - Method in class com.toolsverse.etl.core.task.common.AddDimension
-
- getCodeLanguage(Task) - Method in class com.toolsverse.etl.core.task.common.CmdTask
-
- getCodeLanguage(Task) - Method in class com.toolsverse.etl.core.task.common.EvalTransformator
-
- getCodeLanguage(Task) - Method in class com.toolsverse.etl.core.task.common.ExtractDimension
-
- getCodeLanguage(Task) - Method in class com.toolsverse.etl.core.task.common.FileManagerTask
-
- getCodeLanguage(Task) - Method in class com.toolsverse.etl.core.task.common.FileMerge
-
- getCodeLanguage(Task) - Method in class com.toolsverse.etl.core.task.common.Filter
-
- getCodeLanguage(Task) - Method in class com.toolsverse.etl.core.task.common.FilterDataSet
-
- getCodeLanguage(Task) - Method in class com.toolsverse.etl.core.task.common.Intersect
-
- getCodeLanguage(Task) - Method in class com.toolsverse.etl.core.task.common.Join
-
- getCodeLanguage(Task) - Method in class com.toolsverse.etl.core.task.common.KeyValueNormTransformator
-
- getCodeLanguage(Task) - Method in class com.toolsverse.etl.core.task.common.KeyValueTransformator
-
- getCodeLanguage(Task) - Method in class com.toolsverse.etl.core.task.common.MailTask
-
- getCodeLanguage(Task) - Method in class com.toolsverse.etl.core.task.common.Matrix
-
- getCodeLanguage(Task) - Method in class com.toolsverse.etl.core.task.common.Minus
-
- getCodeLanguage(Task) - Method in class com.toolsverse.etl.core.task.common.NormalizeNestedDataSet
-
- getCodeLanguage(Task) - Method in class com.toolsverse.etl.core.task.common.Order
-
- getCodeLanguage(Task) - Method in class com.toolsverse.etl.core.task.common.Pivot
-
- getCodeLanguage(Task) - Method in class com.toolsverse.etl.core.task.common.Populate
-
- getCodeLanguage(Task) - Method in class com.toolsverse.etl.core.task.common.RegexpTransformator
-
- getCodeLanguage(Task) - Method in class com.toolsverse.etl.core.task.common.RemoveDuplicates
-
- getCodeLanguage(Task) - Method in class com.toolsverse.etl.core.task.common.ScriptTask
-
- getCodeLanguage(Task) - Method in class com.toolsverse.etl.core.task.common.SplitDataSet
-
- getCodeLanguage(Task) - Method in class com.toolsverse.etl.core.task.common.SqlTask
-
- getCodeLanguage(Task) - Method in class com.toolsverse.etl.core.task.common.Transpose
-
- getCodeLanguage(Task) - Method in class com.toolsverse.etl.core.task.common.Union
-
- getCodeLanguage(Task) - Method in class com.toolsverse.etl.core.task.common.Validator
-
- getCodeLanguage(Task) - Method in class com.toolsverse.etl.core.task.common.XslTransormTask
-
- getCodeLanguage(Task) - Method in class com.toolsverse.etl.core.task.oracle.OracleCopyTask
-
- getCodeLanguage(Task) - Method in class com.toolsverse.etl.core.task.oracle.OracleExtractTask
-
- getCodeLanguage(Task) - Method in class com.toolsverse.etl.core.task.oracle.OracleLoadTask
-
- getColName(Map<String, Integer>, String) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Calculates column name using given name.
- getColumnName() - Method in class com.toolsverse.etl.connector.text.ClobConnectorParams
-
Gets the column name.
- getColumns(String, DataSet, String, FieldsRepository) - Method in class com.toolsverse.etl.driver.AbstractDriver
-
- getColumns(String, DataSet, String, FieldsRepository) - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the columns for "create table" sql.
- getColumns(Alias, DataSet, DataSetConnectorParams, DataSetConnector) - Method in class com.toolsverse.etl.metadata.BaseMetadata
-
Gets the columns.
- getColumns(DataSet) - Method in class com.toolsverse.etl.metadata.FileMetadata
-
Gets the columns.
- getCommitPolicy() - Method in class com.toolsverse.etl.connector.BaseDataSetConnector
-
Gets the commit policy.
- getCommitPolicy() - Method in class com.toolsverse.etl.core.engine.Source
-
Gets the commit policy.
- getCommitPolicy() - Method in interface com.toolsverse.io.StreamingConnector
-
Gets the commit policy.
- getComponent() - Method in class com.toolsverse.mvc.view.ComponentAdapter
-
Gets the component.
- getComponent(String) - Method in interface com.toolsverse.mvc.view.View
-
Gets the ComponentAdapter by name.
- getComponent(String) - Method in class com.toolsverse.mvc.view.ViewImpl
-
- getComponentAdapter(View) - Method in interface com.toolsverse.mvc.view.ComponentAdapterProvider
-
Gets the component adapter.
- getComponents() - Method in interface com.toolsverse.mvc.view.View
-
Gets the map where name is a name of the attribute and value is a ComponentAdapter.
- getComponents() - Method in class com.toolsverse.mvc.view.ViewImpl
-
- getConcurrentFeature() - Method in class com.toolsverse.util.concurrent.ConcurrentAdapter
-
Gets the concurrent feature.
- getCondition() - Method in class com.toolsverse.etl.core.engine.Destination
-
Gets the condition string, usually sql, executed before the code for the
destination.
- getConditionCode() - Method in class com.toolsverse.etl.common.ConditionalExecution
-
Gets the condition code.
- getConditionConnectionName() - Method in class com.toolsverse.etl.common.ConditionalExecution
-
Gets the condition connection name.
- getConditionLang() - Method in class com.toolsverse.etl.common.ConditionalExecution
-
Gets the condition language.
- getConditions(List<TypedKeyValue<String, Object>>, Driver, boolean) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Gets the where clause conditions for the list of fields.
- getConfig() - Method in class com.toolsverse.etl.core.engine.LoadFunctionContext
-
Gets the etl config associated with the current etl process.
- getConfigFileName() - Method in class com.toolsverse.etl.aliasreader.oracle.OracleTnsNamesReader
-
- getConfigFileName() - Method in class com.toolsverse.etl.driver.AbstractDriver
-
- getConfigFileName() - Method in class com.toolsverse.etl.metadata.BaseMetadata
-
- getConfigFileName(String) - Method in class com.toolsverse.etl.sql.connection.BaseConnectionCallback
-
Gets the config file name.
- getConfigFileName() - Method in class com.toolsverse.ext.BaseExtension
-
- getConfigFileName() - Method in interface com.toolsverse.ext.ExtensionModule
-
Gets the path to the configuration file for the module.
- getConfigFileName() - Method in class com.toolsverse.imaging.handler.JaiImageHandler
-
- getConfigFileName() - Method in class com.toolsverse.imaging.ImageProcessor
-
- getConfigFolderName() - Method in class com.toolsverse.config.SystemConfig
-
Gets the configuration folder path.
- getConfigStr() - Method in class com.toolsverse.util.lang.ParserType
-
Gets the configuration string.
- getConnection() - Method in class com.toolsverse.etl.common.DataSet
-
Gets the connection.
- getConnection(ConnectionParams, boolean) - Method in interface com.toolsverse.etl.core.connection.EtlConnectionFactory
-
Create and return new connection using given ConnectionParams.
- getConnection(String, boolean) - Method in interface com.toolsverse.etl.core.connection.EtlConnectionFactory
-
Creates and returns a new connection by name.
- getConnection(ConnectionParams, boolean) - Method in class com.toolsverse.etl.core.connection.EtlConnectionFactoryImpl
-
- getConnection(ConnectionParams) - Method in class com.toolsverse.etl.core.connection.EtlConnectionFactoryImpl
-
- getConnection(String) - Method in class com.toolsverse.etl.core.connection.EtlConnectionFactoryImpl
-
- getConnection(String, boolean) - Method in class com.toolsverse.etl.core.connection.EtlConnectionFactoryImpl
-
- getConnection() - Method in interface com.toolsverse.etl.core.engine.Block
-
Gets the actual JDBC connection associated with the scenario block.
- getConnection() - Method in class com.toolsverse.etl.core.engine.Destination
-
- getConnection() - Method in class com.toolsverse.etl.core.engine.Source
-
- getConnection() - Method in class com.toolsverse.etl.core.engine.Task
-
Gets the connection.
- getConnection() - Method in class com.toolsverse.etl.metadata.JdbcMetadata.DbMetadata
-
Gets the connection.
- getConnection(Alias) - Method in class com.toolsverse.etl.sql.connection.AliasConnectionProvider
-
- getConnection(Alias) - Method in class com.toolsverse.etl.sql.connection.AliasSessionConnectionProvider
-
- getConnection(Alias, boolean) - Method in class com.toolsverse.etl.sql.connection.AliasSessionConnectionProvider
-
- getConnection(ConnectionParams) - Method in interface com.toolsverse.etl.sql.connection.ConnectionFactory
-
Gets the connection by ConnectionParams.
- getConnection(String) - Method in interface com.toolsverse.etl.sql.connection.ConnectionFactory
-
Gets the connection by name.
- getConnection(ConnectionParams) - Method in class com.toolsverse.etl.sql.connection.ConnectionFactoryWrapper
-
- getConnection(String) - Method in class com.toolsverse.etl.sql.connection.ConnectionFactoryWrapper
-
- getConnection(C) - Method in interface com.toolsverse.etl.sql.connection.ConnectionProvider
-
Gets the connection.
- getConnection(ConnectionParams) - Method in class com.toolsverse.etl.sql.connection.DummyConnectionFactory
-
- getConnection(String) - Method in class com.toolsverse.etl.sql.connection.DummyConnectionFactory
-
- getConnection(ConnectionParams) - Method in class com.toolsverse.etl.sql.connection.GenericConnectionFactory
-
- getConnection(String) - Method in class com.toolsverse.etl.sql.connection.GenericConnectionFactory
-
- getConnection(C, boolean) - Method in interface com.toolsverse.etl.sql.connection.SessionConnectionProvider
-
Gets the connection.
- getConnection() - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- getConnectionFactory() - Method in class com.toolsverse.etl.core.config.EtlConfig
-
Gets the connection factory.
- getConnectionFactory() - Method in class com.toolsverse.etl.metadata.BaseMetadata
-
Gets the connection factory.
- getConnectionFile(Alias) - Method in class com.toolsverse.etl.driver.AbstractDriver
-
- getConnectionFile(Alias) - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the connection aliases file for the database, for example
tnsnames.ora.
- getConnectionFile(Alias) - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- getConnectionName() - Method in interface com.toolsverse.etl.core.engine.Block
-
Gets the name of the connection associated with the scenario block.
- getConnectionName() - Method in class com.toolsverse.etl.core.engine.Destination
-
- getConnectionName() - Method in class com.toolsverse.etl.core.engine.EtlUnit
-
Gets the connection name.
- getConnectionName() - Method in class com.toolsverse.etl.core.engine.Source
-
- getConnectionName() - Method in class com.toolsverse.etl.core.engine.Task
-
Gets the connection name.
- getConnectionNameForHighWatermark() - Method in class com.toolsverse.etl.core.engine.Destination
-
Gets the connection name to calculate the high-watermark field value.
- getConnectionParams() - Method in class com.toolsverse.etl.common.Alias
-
- getConnectionParams() - Method in interface com.toolsverse.etl.common.ConnectionParamsProvider
-
Gets the connection parameters.
- getConnectionParams(Connection) - Method in interface com.toolsverse.etl.core.connection.EtlConnectionFactory
-
Gets the connection params for the given connection.
- getConnectionParams(String) - Method in interface com.toolsverse.etl.core.connection.EtlConnectionFactory
-
Gets the connection params by the given name.
- getConnectionParams(Connection) - Method in class com.toolsverse.etl.core.connection.EtlConnectionFactoryImpl
-
- getConnectionParams(String) - Method in class com.toolsverse.etl.core.connection.EtlConnectionFactoryImpl
-
- getConnectionParams() - Method in class com.toolsverse.etl.sql.connection.DummyConnectionFactory
-
- getConnectionParamsProvider() - Method in class com.toolsverse.etl.metadata.BaseMetadata
-
- getConnectionParamsProvider() - Method in interface com.toolsverse.etl.metadata.Metadata
-
Gets the connection params provider.
- getConnectionParamsProvider() - Method in class com.toolsverse.etl.sql.service.SqlRequest
-
Gets the connection params provider.
- getConnector() - Method in class com.toolsverse.etl.connector.service.ConnectorRequest
-
Gets the connector.
- getConnectorClassName() - Method in class com.toolsverse.etl.common.Alias
-
Gets the connector class name.
- getConnectorClassName() - Method in class com.toolsverse.etl.connector.service.ConnectorRequest
-
Gets the connector class name.
- getConnectors() - Method in class com.toolsverse.etl.core.engine.EtlProcess
-
Gets connectors.
- getConstraints(String, String, String, String) - Method in class com.toolsverse.etl.metadata.db2.Db2Metadata
-
Gets table constraints.
- getConstraints(String, String, String, String) - Method in class com.toolsverse.etl.metadata.informix.InformixMetadata
-
Gets table constraints.
- getConstraints(String, String, String, String) - Method in class com.toolsverse.etl.metadata.mysql.MySqlMetadata
-
Gets table constraints.
- getConstraints(String, String, String, String) - Method in class com.toolsverse.etl.metadata.oracle.OracleMetadata
-
Gets table or view constraints.
- getConstraints(String, String, String, String) - Method in class com.toolsverse.etl.metadata.postgres.PostgresMetadata
-
Gets table constraints.
- getConstraints(String, String, String, String) - Method in class com.toolsverse.etl.metadata.sqlserver.MsSqlMetadata
-
Gets table constraints.
- getConstraints(String, String, String, String) - Method in class com.toolsverse.etl.metadata.sqlserver.SybaseMetadata
-
Gets table constraints.
- getConstraintType(Object) - Static method in class com.toolsverse.etl.metadata.db2.Db2Metadata
-
Gets the constraint type.
- getConstraintType(Object) - Static method in class com.toolsverse.etl.metadata.informix.InformixMetadata
-
Gets the constraint type.
- getConstraintType(Object) - Static method in class com.toolsverse.etl.metadata.oracle.OracleMetadata
-
Gets the constraint type.
- getConsumer() - Method in class com.toolsverse.io.HttpProcessor
-
Gets the OAuth consumer.
- getContentProducer(ServiceRequest) - Method in class com.toolsverse.service.web.ServiceProxyWeb
-
Gets the content producer.
- getContentProducer(ServiceRequest) - Method in class com.toolsverse.service.web.ServiceProxyWebJson
-
- getContentType() - Method in class com.toolsverse.io.MailParams
-
Gets the content type.
- getContext() - Method in interface com.toolsverse.etl.common.EtlContext
-
Gets the context.
- getContext() - Method in class com.toolsverse.etl.core.config.EtlContextImpl
-
- getContextProperties() - Method in class com.toolsverse.config.SystemConfig
-
Gets either system properties or tenant properties or local thread
properties.
- getController() - Method in class com.toolsverse.mvc.controller.ControllerBundle
-
Gets the controller.
- getController() - Method in interface com.toolsverse.mvc.view.View
-
Gets the controller.
- getController() - Method in class com.toolsverse.mvc.view.ViewImpl
-
- getControllerAdapters() - Method in interface com.toolsverse.mvc.view.View
-
Gets the list of the registered controller adapters.
- getControllerAdapters() - Method in class com.toolsverse.mvc.view.ViewImpl
-
- getCorrectFolder(String) - Static method in class com.toolsverse.util.FileUtils
-
Cleanup the folder.
- getCount() - Method in class com.toolsverse.util.AvgNumber
-
Gets the count.
- getCounter() - Method in class com.toolsverse.util.Repeater
-
Gets the counter.
- getCountOfTheParallelScenarious() - Method in class com.toolsverse.etl.core.config.EtlConfig
-
Gets the count of the scenarios which will be executed in parallel.
- getCreateTableSql(String, DataSet, boolean, String, FieldsRepository) - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- getCreateTableSql(String, DataSet, boolean, String, FieldsRepository) - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the "create table" sql.
- getCreateTableSql(String, DataSet, boolean, String, FieldsRepository) - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- getCreateTableSql(String, DataSet, boolean, String, FieldsRepository) - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- getCreateTableSql(String, DataSet, boolean, String, FieldsRepository) - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- getCreateTableSql(String, DataSet, boolean, String, FieldsRepository) - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- getCreateTableSql(String, DataSet, boolean, String, FieldsRepository) - Method in class com.toolsverse.etl.driver.postgres.RedshiftDriver
-
- getCreateTableSql(String, DataSet, boolean, String, FieldsRepository) - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- getCreateTableSql(String, DataSet, boolean, String, FieldsRepository) - Method in class com.toolsverse.etl.driver.snowflake.SnowflakeDriver
-
- getCreateTableSql(String, DataSet, boolean, String, FieldsRepository) - Method in class com.toolsverse.etl.driver.sqlserver.AzureSynapseAnalyticsDriver
-
- getCreateTableSql(String, DataSet, boolean, String, FieldsRepository) - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- getCreateTableSql(String, DataSet, boolean, String, FieldsRepository) - Method in class com.toolsverse.etl.driver.sqlserver.SybaseDriver
-
- getCreateTableTemplate() - Method in class com.toolsverse.etl.core.engine.Destination
-
Gets the creates the table template.
- getCrudAction() - Method in class com.toolsverse.etl.common.DataSetRecord
-
Gets the crud action.
- getCrudAction() - Method in class com.toolsverse.etl.connector.DataSetConnectorParams
-
Gets the crud action.
- getCurrentBatchRow() - Method in class com.toolsverse.etl.connector.text.KeyValueConnectorParams
-
Gets the current batch row.
- getCurrentBatchRow() - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Gets the current batch row.
- getCurrentDatabase() - Method in class com.toolsverse.etl.metadata.BaseMetadata
-
Gets the current database.
- getCurrentNumberOfExtractedRecords(String) - Method in class com.toolsverse.etl.core.engine.EtlMetricsTracker
-
Gets the current number of extracted records.
- getCurrentNumberOfLoadedRecords(String) - Method in class com.toolsverse.etl.core.engine.EtlMetricsTracker
-
Gets the current number of loaded records.
- getCurrentRecord() - Method in class com.toolsverse.etl.common.DataSet
-
Gets the current record.
- getCurrentRecord() - Method in class com.toolsverse.etl.common.FunctionContext
-
Gets the current record of the data set.
- getCurrentRow() - Method in class com.toolsverse.etl.connector.excel.ExcelConnectorParams
-
Gets the current row index.
- getCurrentValue() - Method in class com.toolsverse.etl.common.FunctionContext
-
Gets the value of the current field of the current record of the data set.
- getCursorLoopEndSql(String, DataSet) - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- getCursorLoopEndSql(String, DataSet) - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the "loop end" sql for the cursor.
- getCursorLoopEndSql(String, DataSet) - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- getCursorLoopEndSql(String, DataSet) - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- getCursorLoopEndSql(String, DataSet) - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- getCursorLoopEndSql(String, DataSet) - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- getCursorLoopEndSql(String, DataSet) - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- getCursorLoopEndSql(String, DataSet) - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- getCursorLoopEndSql(String, DataSet) - Method in class com.toolsverse.etl.driver.sqlserver.SybaseDriver
-
- getCursorLoopStartSql(String, String, DataSet) - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- getCursorLoopStartSql(String, String, DataSet) - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the "loop start" sql for the cursor.
- getCursorLoopStartSql(String, String, DataSet) - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- getCursorLoopStartSql(String, String, DataSet) - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- getCursorLoopStartSql(String, String, DataSet) - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- getCursorLoopStartSql(String, String, DataSet) - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- getCursorLoopStartSql(String, String, DataSet) - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- getCursorLoopStartSql(String, String, DataSet) - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- getCursorLoopStartSql(String, String, DataSet) - Method in class com.toolsverse.etl.driver.sqlserver.SybaseDriver
-
- getCursorRecAccessSql(String) - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- getCursorRecAccessSql(String) - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the record access sql for the cursor.
- getCursorRecAccessSql(String) - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- getCursorRecAccessSql(String) - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- getCursorRecAccessSql(String) - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- getCursorRecAccessSql(String) - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- getCursorRecAccessSql(String) - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- getCursorRecAccessSql(String) - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- getCursorRecord(Driver) - Method in class com.toolsverse.etl.common.DataSet
-
Gets the current record as a "cursor" using given driver.
- getCursorSql() - Method in class com.toolsverse.etl.core.engine.Destination
-
Gets the cursor sql.
- getCursorTableName() - Method in class com.toolsverse.etl.core.engine.Destination
-
Gets the name of source table for the cursor.
- getCursorTableName(Driver) - Method in class com.toolsverse.etl.core.engine.Destination
-
Gets the name of the source table for the cursor using database specific
semantic implemented in the Driver.
- getCursorTableType() - Method in class com.toolsverse.etl.core.engine.Destination
-
Gets the type of the source table for the cursor.
- getCursorVarName(String) - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
Gets the cursor variable name.
- getCursorVarName(String) - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
Gets the cursor var name.
- getCursorVarName(String) - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
Gets the cursor var name.
- getCursorVarName(String) - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
Gets the cursor variable name.
- getCursorVarName(String) - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
Gets the cursor variable name.
- getCursorVarName(String) - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
Gets the cursor variable name.
- getData() - Method in class com.toolsverse.config.EtlThreadContext
-
Gets the data.
- getData() - Method in class com.toolsverse.etl.common.Alias
-
- getData() - Method in class com.toolsverse.etl.common.DataSet
-
Gets the data.
- getData() - Method in class com.toolsverse.etl.common.DataSetData
-
Gets the data.
- getData() - Method in class com.toolsverse.etl.common.DataSetRecord
-
Gets the data associated with a record.
- getData() - Method in class com.toolsverse.etl.common.FieldDef
-
Gets the data associated with a field.
- getData() - Method in class com.toolsverse.etl.common.IoProcessorCallable
-
Get any data.
- getData() - Method in class com.toolsverse.io.IoStatus
-
Gets the data.
- getData() - Method in interface com.toolsverse.util.DataProvider
-
Gets the data.
- getDatabase() - Method in class com.toolsverse.etl.common.Alias
-
Gets the database.
- getDatabaseMetaData() - Method in class com.toolsverse.etl.metadata.JdbcMetadata.DbMetadata
-
Gets the database meta data.
- getDatabaseObjectName() - Method in interface com.toolsverse.etl.metadata.MetadataProvider
-
Gets the database object name.
- getDataConfigFolder() - Method in class com.toolsverse.config.SystemConfig
-
Gets the temp folder path.
- getDataFolderName() - Method in class com.toolsverse.config.SystemConfig
-
Gets the data folder path.
- getDataObjectToRead() - Method in class com.toolsverse.etl.common.DataSet
-
Gets the name of the data object to read.
- getDataReaderClassName() - Method in class com.toolsverse.etl.core.engine.Destination
-
Gets the class name of the data reader.
- getDataReaderClassName() - Method in class com.toolsverse.etl.core.engine.Source
-
Gets the data reader class name.
- getDataReaderParams() - Method in class com.toolsverse.etl.core.engine.Destination
-
Gets the data reader params.
- getDataReaderParams() - Method in class com.toolsverse.etl.core.engine.Source
-
Gets the data reader params.
- getDataSet() - Method in class com.toolsverse.etl.common.DataSet
-
- getDataSet() - Method in interface com.toolsverse.etl.common.DataSetProvider
-
Gets the data set.
- getDataSet() - Method in class com.toolsverse.etl.connector.BaseStreamingPackage
-
Gets the data set.
- getDataSet() - Method in class com.toolsverse.etl.connector.SourceConnectorParams
-
Gets data set.
- getDataSet() - Method in interface com.toolsverse.etl.core.engine.Block
-
Gets the DataSet object associated with the scenario block.
- getDataSet() - Method in class com.toolsverse.etl.core.engine.Destination
-
- getDataSet() - Method in class com.toolsverse.etl.core.engine.Source
-
- getDataSet() - Method in class com.toolsverse.etl.core.engine.Task
-
Gets the data set.
- getDataSet() - Method in class com.toolsverse.etl.core.engine.TaskResult
-
Gets the data set.
- getDataSetChangeListeners() - Method in class com.toolsverse.etl.common.DataSet
-
Gets the list of data set change listeners.
- getDataSetChangeListeners() - Method in class com.toolsverse.etl.core.engine.Destination
-
Gets the list of data set change listeners.
- getDataSetConnectorParams() - Method in interface com.toolsverse.etl.connector.DataSetConnector
-
Gets the DataSetConnectorParams.
- getDataSetConnectorParams() - Method in interface com.toolsverse.etl.connector.DataSetConnectorParamsProvider
-
- getDataSetConnectorParams() - Method in class com.toolsverse.etl.connector.excel.ExcelConnector
-
- getDataSetConnectorParams() - Method in class com.toolsverse.etl.connector.excel.ExcelXlsxConnector
-
- getDataSetConnectorParams() - Method in class com.toolsverse.etl.connector.html.HtmlConnector
-
- getDataSetConnectorParams() - Method in class com.toolsverse.etl.connector.json.JsonConnector
-
- getDataSetConnectorParams() - Method in class com.toolsverse.etl.connector.json.JsonDatasetConnector
-
- getDataSetConnectorParams() - Method in class com.toolsverse.etl.connector.pdf.PdfConnector
-
- getDataSetConnectorParams() - Method in class com.toolsverse.etl.connector.service.ConnectorRequest
-
Gets the DataSetConnectorParams.
- getDataSetConnectorParams() - Method in class com.toolsverse.etl.connector.SourceConnector
-
- getDataSetConnectorParams() - Method in class com.toolsverse.etl.connector.sql.SqlConnector
-
- getDataSetConnectorParams() - Method in class com.toolsverse.etl.connector.text.ClobConnector
-
- getDataSetConnectorParams() - Method in class com.toolsverse.etl.connector.text.KeyValueConnector
-
- getDataSetConnectorParams() - Method in class com.toolsverse.etl.connector.text.TextConnector
-
- getDataSetConnectorParams() - Method in class com.toolsverse.etl.connector.xml.XmlConnector
-
- getDataSetConnectorParams() - Method in class com.toolsverse.etl.connector.xml.XmlObjectStreamingConnector
-
- getDataSetIndex() - Method in class com.toolsverse.etl.common.DataSet
-
Gets the index.
- getDataSetName(String) - Method in class com.toolsverse.etl.metadata.FileMetadata
-
Gets the data set name.
- getDataSetName(String) - Static method in class com.toolsverse.util.UrlUtils
-
Gets the data set name.
- getDataSets() - Method in class com.toolsverse.etl.sql.service.SqlResult
-
Gets the map of named data sets.
- getDataSize() - Method in class com.toolsverse.etl.common.FieldDef
-
Gets the data size.
- getDataTypeInArray() - Method in class com.toolsverse.etl.common.FieldDef
-
Gets the data type in array.
- getDataWriterClassName() - Method in class com.toolsverse.etl.core.engine.Destination
-
Gets the data writer class name.
- getDataWriterClassName() - Method in class com.toolsverse.etl.core.engine.Source
-
Gets the data writer class name.
- getDataWriterParams() - Method in class com.toolsverse.etl.core.engine.Destination
-
Gets the data writer params.
- getDataWriterParams() - Method in class com.toolsverse.etl.core.engine.Source
-
Gets the data writer params.
- getDate(Object) - Method in class com.toolsverse.etl.core.engine.BaseMetrics
-
Gets the date.
- getDate(Date, int, TimeZone) - Static method in class com.toolsverse.util.Utils
-
Returns the value of the given calendar field using given TimeZone
- getDateCellStyle() - Method in class com.toolsverse.etl.connector.excel.ExcelConnectorParams
-
Gets the date cell style.
- getDateDiff(Date, Date, int) - Static method in class com.toolsverse.util.Utils
-
Calculates the difference between two dates using given calendar field.
- getDateFormat() - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Gets the date format.
- getDateFromEpochDays(long) - Static method in class com.toolsverse.util.Utils
-
Gets the date either as milliseconds or days from epoch.
- getDateFromEpochMicros(long) - Static method in class com.toolsverse.util.Utils
-
Gets the date using given number of microseconds from epoch.
- getDateProperty(String, Date, String) - Method in class com.toolsverse.storage.StorageManager
-
Gets the date property.
- getDateProperty(String, String) - Method in class com.toolsverse.storage.StorageManager
-
Gets the date property.
- getDateTimeCellStyle() - Method in class com.toolsverse.etl.connector.excel.ExcelConnectorParams
-
Gets the date time cell style.
- getDateTimeFormat() - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Gets the date time format.
- getDateTimeStyle() - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
Gets the date+time style.
- getDateTimeStyle() - Method in class com.toolsverse.etl.driver.sqlserver.SybaseDriver
-
- getDbFunctions(String, String, String, String) - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the database functions.
- getDbId(Alias, String) - Static method in class com.toolsverse.etl.core.util.EtlUtils
-
Gets the database id by parsing url.
- getDbInfoObjects() - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the database info objects.
- getDbLinks(String, String, String, String) - Method in class com.toolsverse.etl.metadata.oracle.OracleMetadata
-
Gets the database links.
- getDbMetadata() - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the database metadata.
- getDbName(Alias) - Static method in class com.toolsverse.etl.driver.db2.Db2Driver
-
Gets the database name.
- getDbName(Alias) - Static method in class com.toolsverse.etl.driver.informix.InformixDriver
-
Gets the database name.
- getDbName(Alias) - Static method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
Gets the database name.
- getDbName(Alias) - Static method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
Gets the database name.
- getDbName(Alias) - Static method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
Gets the database name.
- getDbName(Alias) - Static method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
Gets the database name.
- getDbName(Alias) - Static method in class com.toolsverse.etl.driver.sqlserver.SybaseDriver
-
Gets the database name.
- getDbObjectsByWildcard(String, Alias, Driver, Set<String>, Set<String>, boolean, boolean) - Static method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the database objects by a wildcard.
- getDbObjectTypes() - Method in class com.toolsverse.etl.metadata.db2.Db2Metadata
-
- getDbObjectTypes() - Method in class com.toolsverse.etl.metadata.excel.ExcelOdbcMetadata
-
- getDbObjectTypes() - Method in class com.toolsverse.etl.metadata.informix.InformixMetadata
-
- getDbObjectTypes() - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the database object types.
- getDbObjectTypes() - Method in class com.toolsverse.etl.metadata.mysql.MySqlMetadata
-
- getDbObjectTypes() - Method in class com.toolsverse.etl.metadata.oracle.OracleMetadata
-
- getDbObjectTypes() - Method in class com.toolsverse.etl.metadata.postgres.PostgresMetadata
-
- getDbObjectTypes() - Method in class com.toolsverse.etl.metadata.sqlserver.MsSqlMetadata
-
- getDbObjectTypes() - Method in class com.toolsverse.etl.metadata.sqlserver.SybaseMetadata
-
- getDbProps(String, String, String, String) - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the database properties.
- getDdl(String, String, String) - Method in class com.toolsverse.etl.metadata.oracle.OracleMetadata
-
Gets the ddl for the object.
- getDdl(String, String, String) - Method in class com.toolsverse.etl.metadata.sqlserver.MsSqlMetadata
-
Gets the ddl for the object.
- getDdl(String, String, String, String) - Method in class com.toolsverse.etl.metadata.sqlserver.SybaseMetadata
-
Gets the ddl for the object.
- getDebugInfo() - Method in class com.toolsverse.etl.core.config.EtlConfig
-
Gets the debug information, recorded during executing of the ETL
scenario.
- getDebugInfo() - Method in class com.toolsverse.etl.core.engine.EtlResponse
-
Gets the debug information.
- getDeclare() - Method in class com.toolsverse.etl.common.Variable
-
Gets the declare code.
- getDeclare() - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- getDeclare() - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the "declare" sql.
- getDeclare() - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- getDeclare() - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- getDeclare() - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- getDeclare() - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- getDeclare() - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- getDeclare() - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- getDeclare() - Method in class com.toolsverse.etl.driver.sqlserver.SybaseDriver
-
- getDeclareCursorEndSql() - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- getDeclareCursorEndSql() - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the "declare cursor end" sql.
- getDeclareCursorEndSql() - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- getDeclareCursorEndSql() - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- getDeclareCursorEndSql() - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- getDeclareCursorEndSql() - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- getDeclareCursorEndSql() - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- getDeclareCursorEndSql() - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- getDeclareCursorSql(String, String, String, DataSet) - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- getDeclareCursorSql(String, String, String, DataSet) - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the "declare cursor" sql.
- getDeclareCursorSql(String, String, String, DataSet) - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- getDeclareCursorSql(String, String, String, DataSet) - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- getDeclareCursorSql(String, String, String, DataSet) - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- getDeclareCursorSql(String, String, String, DataSet) - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- getDeclareCursorSql(String, String, String, DataSet) - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- getDeclareCursorSql(String, String, String, DataSet) - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- getDeclareCursorSql(String, String, String, DataSet) - Method in class com.toolsverse.etl.driver.sqlserver.SybaseDriver
-
- getDeclareCursorVarSql(String, DataSet, String, FieldsRepository, Set<String>) - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- getDeclareCursorVarSql(String, DataSet, String, FieldsRepository, Set<String>) - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the "declare cursor variable" sql.
- getDeclareCursorVarSql(String, DataSet, String, FieldsRepository, Set<String>) - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- getDeclareCursorVarSql(String, DataSet, String, FieldsRepository, Set<String>) - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- getDeclareCursorVarSql(String, DataSet, String, FieldsRepository, Set<String>) - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- getDeclareCursorVarSql(String, DataSet, String, FieldsRepository, Set<String>) - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- getDeclareCursorVarSql(String, DataSet, String, FieldsRepository, Set<String>) - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- getDeclareCursorVarSql(String, DataSet, String, FieldsRepository, Set<String>) - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- getDefaultAppender(OutputStream) - Method in class com.toolsverse.util.log.Log4jWriter
-
- getDefaultAppender(OutputStream) - Static method in class com.toolsverse.util.log.Logger
-
Creates the default appender which outputs to the stream.
- getDefaultAppender(OutputStream) - Method in interface com.toolsverse.util.log.LogWriter
-
Creates the default appender which outputs to the stream.
- getDefaultColumns(Alias, DataSet) - Method in class com.toolsverse.etl.metadata.BaseMetadata
-
Gets the default columns.
- getDefaultConnectionName() - Method in class com.toolsverse.etl.common.ConditionalExecution
-
Gets the default connection name.
- getDefaultConnectionName() - Method in class com.toolsverse.etl.core.engine.Destination
-
- getDefaultConnectionName() - Method in class com.toolsverse.etl.core.engine.Scenario
-
- getDefaultConnectionName() - Method in class com.toolsverse.etl.core.engine.Source
-
- getDefaultConnectionName() - Method in class com.toolsverse.etl.core.engine.Task
-
- getDefaultFields() - Method in class com.toolsverse.etl.common.Alias
-
Gets the template.
- getDefaultFunctionClass() - Method in class com.toolsverse.etl.core.engine.Scenario
-
Gets the default function class name.
- getDefaultFunctionClass() - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- getDefaultFunctionClass() - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the default function class name.
- getDefaultFunctionClass() - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- getDefaultFunctionClass() - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- getDefaultFunctionClass() - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- getDefaultFunctionClass() - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- getDefaultFunctionClass() - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- getDefaultFunctionClass() - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- getDefaultFunctionClass() - Method in class com.toolsverse.etl.driver.sqlserver.SybaseDriver
-
- getDefaultLockFileName(String) - Static method in class com.toolsverse.util.concurrent.FileLocker
-
Gets the default lock file name using given file name.
- getDefaultNull() - Method in class com.toolsverse.etl.driver.AbstractDriver
-
- getDefaultNull() - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the "default null" value.
- getDefaultNull() - Method in class com.toolsverse.etl.driver.sqlserver.SybaseDriver
-
- getDefaultTimeZone() - Static method in class com.toolsverse.util.Utils
-
Gets the default time zone.
- getDefaultType() - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- getDefaultType() - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the default database type.
- getDefaultType() - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- getDefaultType() - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- getDefaultType() - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- getDefaultType() - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- getDefaultType() - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- getDefaultType() - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- getDefaultValues(boolean) - Method in class com.toolsverse.etl.common.Variable
-
Gets the default values for the model used to edit variable.
- getDefaultValues(Scenario) - Method in class com.toolsverse.etl.core.engine.Destination
-
Gets the default values for the model used to edit the destination.
- getDefaultValues(Task) - Method in interface com.toolsverse.etl.core.engine.OnTask
-
Gets the default values for the model used to edit task.
- getDefaultValues() - Method in class com.toolsverse.etl.core.engine.Scenario
-
Gets the default values for the model used to edit scenario.
- getDefaultValues(Scenario) - Method in class com.toolsverse.etl.core.engine.Source
-
Gets the default values for the model used to edit the source.
- getDefaultValues(Task) - Method in class com.toolsverse.etl.core.task.common.AddDimension
-
- getDefaultValues(Task) - Method in class com.toolsverse.etl.core.task.common.CmdTask
-
- getDefaultValues(Task) - Method in class com.toolsverse.etl.core.task.common.CopyIntoDestinationTableTask
-
- getDefaultValues(Task) - Method in class com.toolsverse.etl.core.task.common.EvalTransformator
-
- getDefaultValues(Task) - Method in class com.toolsverse.etl.core.task.common.ExtractDimension
-
- getDefaultValues(Task) - Method in class com.toolsverse.etl.core.task.common.FileManagerTask
-
- getDefaultValues(Task) - Method in class com.toolsverse.etl.core.task.common.FileMerge
-
- getDefaultValues(Task) - Method in class com.toolsverse.etl.core.task.common.Filter
-
- getDefaultValues(Task) - Method in class com.toolsverse.etl.core.task.common.FilterDataSet
-
- getDefaultValues(Task) - Method in class com.toolsverse.etl.core.task.common.Intersect
-
- getDefaultValues(Task) - Method in class com.toolsverse.etl.core.task.common.Join
-
- getDefaultValues(Task) - Method in class com.toolsverse.etl.core.task.common.KeyValueNormTransformator
-
- getDefaultValues(Task) - Method in class com.toolsverse.etl.core.task.common.KeyValueTransformator
-
- getDefaultValues(Task) - Method in class com.toolsverse.etl.core.task.common.MailTask
-
- getDefaultValues(Task) - Method in class com.toolsverse.etl.core.task.common.Matrix
-
- getDefaultValues(Task) - Method in class com.toolsverse.etl.core.task.common.Minus
-
- getDefaultValues(Task) - Method in class com.toolsverse.etl.core.task.common.NormalizeNestedDataSet
-
- getDefaultValues(Task) - Method in class com.toolsverse.etl.core.task.common.Order
-
- getDefaultValues(Task) - Method in class com.toolsverse.etl.core.task.common.Pivot
-
- getDefaultValues(Task) - Method in class com.toolsverse.etl.core.task.common.Populate
-
- getDefaultValues(Task) - Method in class com.toolsverse.etl.core.task.common.RegexpTransformator
-
- getDefaultValues(Task) - Method in class com.toolsverse.etl.core.task.common.RemoveDuplicates
-
- getDefaultValues(Task) - Method in class com.toolsverse.etl.core.task.common.ScriptTask
-
- getDefaultValues(Task) - Method in class com.toolsverse.etl.core.task.common.SplitDataSet
-
- getDefaultValues(Task) - Method in class com.toolsverse.etl.core.task.common.SqlTask
-
- getDefaultValues(Task) - Method in class com.toolsverse.etl.core.task.common.Transpose
-
- getDefaultValues(Task) - Method in class com.toolsverse.etl.core.task.common.Union
-
- getDefaultValues(Task) - Method in class com.toolsverse.etl.core.task.common.Validator
-
- getDefaultValues(Task) - Method in class com.toolsverse.etl.core.task.common.XslTransormTask
-
- getDefaultValues(Task) - Method in class com.toolsverse.etl.core.task.informix.InformixDbAccessTask
-
- getDefaultValues(Task) - Method in class com.toolsverse.etl.core.task.oracle.OracleCopyTask
-
- getDefaultValues(Task) - Method in class com.toolsverse.etl.core.task.oracle.OracleExtractTask
-
- getDefaultValues(Task) - Method in class com.toolsverse.etl.core.task.oracle.OracleLoadTask
-
- getDefaultValues(Task) - Method in class com.toolsverse.etl.core.task.redshift.CopyIntoRedshiftTableTask
-
- getDefaultValues(Task) - Method in class com.toolsverse.etl.core.task.snowflake.CopyIntoTableTask
-
- getDefaultValues(Task) - Method in class com.toolsverse.etl.core.task.sqlserver.MsSqlExtractTask
-
- getDefaultValues(Task) - Method in class com.toolsverse.etl.core.task.sqlserver.MsSqlLoadTask
-
- getDefaultValues(Task) - Method in class com.toolsverse.etl.core.task.sqlserver.SybaseExtractTask
-
- getDefaultValues(Task) - Method in class com.toolsverse.etl.core.task.sqlserver.SybaseLoadTask
-
- getDelegate() - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- getDeleteRule(Object) - Static method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the delete rule.
- getDeletes() - Method in class com.toolsverse.util.UpdateArrayList
-
- getDeletes() - Method in interface com.toolsverse.util.UpdateList
-
Gets the list of the deleted elements
- getDeleteStatement(TypedKeyValue<List<String>, List<Object>>, String, String) - Method in class com.toolsverse.etl.driver.AbstractDriver
-
- getDeleteStatement(TypedKeyValue<List<String>, List<Object>>, String, String) - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the delete statement.
- getDelimiter() - Method in class com.toolsverse.etl.connector.text.KeyValueConnectorParams
-
Gets the delimiter.
- getDelimiter() - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Gets the delimiter.
- getDelimiter() - Method in class com.toolsverse.etl.driver.AbstractDriver
-
- getDelimiter() - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the default delimiter.
- getDelimiter() - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- getDelimiter() - Method in class com.toolsverse.etl.driver.sqlserver.SybaseDriver
-
- getDeNormalizedName(String) - Method in class com.toolsverse.etl.common.Variable
-
Gets the de-normailized name.Replaces " " on "_space_".
- getDeploymentType() - Method in class com.toolsverse.config.SystemConfig
-
Gets the deployment type.
- getDescByAction(String) - Method in class com.toolsverse.etl.core.config.EtlConfig
-
Gets the action description by action.
- getDescription() - Method in class com.toolsverse.etl.core.engine.Scenario
-
Gets the description.
- getDestConnectionName() - Method in class com.toolsverse.etl.core.engine.Scenario
-
Gets the default destination connection name.
- getDestination() - Method in class com.toolsverse.etl.common.FieldMapping
-
Get the destination name
- getDestination() - Method in class com.toolsverse.etl.core.engine.Destination
-
Gets the linked destination.
- getDestination() - Method in class com.toolsverse.etl.core.engine.FileMetrics
-
Gets the destination.
- getDestination() - Method in class com.toolsverse.etl.core.engine.LoadFunctionContext
-
Gets the current Destination.
- getDestinationBySource(Source) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Gets the destination by source.
- getDestinationInfo(String) - Method in class com.toolsverse.etl.driver.CallableDriver
-
- getDestinationInfo(String) - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the destination name and exception handler type from the sql.
- getDestinationInfo(String) - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- getDestinations() - Method in class com.toolsverse.etl.core.engine.Scenario
-
Gets the destinations.
- getDestLevel() - Method in class com.toolsverse.etl.common.FieldMapping
-
Gets the destination nest level.
- getDirectories(String, String, String, String) - Method in class com.toolsverse.etl.metadata.oracle.OracleMetadata
-
Gets the directories.
- getDisplayFieldValue(Object, FieldDef, int) - Method in class com.toolsverse.etl.common.DataSet
-
Gets the display value of the field for the field.
- getDisplayFieldValue(Object, int, int) - Method in class com.toolsverse.etl.common.DataSet
-
Gets the display value of the field from the record by the index of the
field.
- getDisplayFieldValue(Object, String, int) - Method in class com.toolsverse.etl.common.DataSet
-
Gets the display value of the field from the record by the name of the
field.
- getDisplayFunctions() - Method in class com.toolsverse.etl.common.DataSet
-
Gets the display functions.
- getDisplayKeyField() - Method in class com.toolsverse.etl.common.DataSet
-
Gets the "display name" of the key field.
- getDisplayName() - Method in class com.toolsverse.etl.aliasreader.oracle.OracleTnsNamesReader
-
- getDisplayName() - Method in class com.toolsverse.etl.common.FieldDef
-
Gets the column name to display in the table header.
- getDisplayName() - Method in class com.toolsverse.etl.connector.excel.ExcelConnector
-
- getDisplayName() - Method in class com.toolsverse.etl.connector.excel.ExcelXlsxConnector
-
- getDisplayName() - Method in class com.toolsverse.etl.connector.html.HtmlConnector
-
- getDisplayName() - Method in class com.toolsverse.etl.connector.json.JsonConnector
-
- getDisplayName() - Method in class com.toolsverse.etl.connector.json.JsonDatasetConnector
-
- getDisplayName() - Method in class com.toolsverse.etl.connector.pdf.PdfConnector
-
- getDisplayName() - Method in class com.toolsverse.etl.connector.sql.SqlConnector
-
- getDisplayName() - Method in class com.toolsverse.etl.connector.text.ClobConnector
-
- getDisplayName() - Method in class com.toolsverse.etl.connector.text.KeyValueConnector
-
- getDisplayName() - Method in class com.toolsverse.etl.connector.text.TextConnector
-
- getDisplayName() - Method in class com.toolsverse.etl.connector.xml.XmlConnector
-
- getDisplayName() - Method in class com.toolsverse.etl.connector.xml.XmlObjectStreamingConnector
-
- getDisplayName() - Method in class com.toolsverse.etl.driver.AbstractDriver
-
- getDisplayName() - Method in class com.toolsverse.etl.metadata.BaseMetadata
-
- getDisplayName() - Method in interface com.toolsverse.ext.ExtensionModule
-
Gets the display name.
- getDisplayName() - Method in class com.toolsverse.ext.loader.UnitLoader.StoredExtension
-
- getDisplayName() - Method in class com.toolsverse.imaging.handler.bmp.BmpImageHandler
-
- getDisplayName() - Method in class com.toolsverse.imaging.handler.tiff.TiffImageHandler
-
- getDisplayName() - Method in class com.toolsverse.imaging.ImageProcessor
-
- getDisplayValue() - Method in class com.toolsverse.util.TreeNode
-
Gets the display value of the node.
- getDoc() - Method in class com.toolsverse.util.XmlUtils
-
Gets the doc.
- getDocument() - Method in class com.toolsverse.etl.connector.pdf.PdfConnectorParams
-
Gets the document.
- getDocument(String, String) - Static method in class com.toolsverse.etl.parser.DocumentParser
-
Creates the document.
- getDoubleProperty(String) - Method in class com.toolsverse.storage.StorageManager
-
Gets the double property.
- getDoubleProperty(String, double) - Method in class com.toolsverse.storage.StorageManager
-
Gets the double property.
- getDriver() - Method in class com.toolsverse.etl.common.DataSet
-
Gets the driver.
- getDriver() - Method in class com.toolsverse.etl.connector.BaseStreamingPackage
-
Gets the driver.
- getDriver() - Method in class com.toolsverse.etl.connector.service.ConnectorRequest
-
Gets the driver.
- getDriver() - Method in class com.toolsverse.etl.core.engine.Destination
-
Gets the ETL driver.
- getDriver(String, DriverDiscovery, String) - Method in class com.toolsverse.etl.core.engine.EtlFactory
-
Gets the driver using given string.
- getDriver() - Method in class com.toolsverse.etl.core.engine.Task
-
Gets the driver.
- getDriver() - Method in class com.toolsverse.etl.metadata.BaseMetadata
-
- getDriver() - Method in interface com.toolsverse.etl.metadata.Metadata
-
Gets the driver.
- getDriver() - Method in interface com.toolsverse.etl.metadata.MetadataProvider
-
Gets the driver.
- getDriver() - Method in class com.toolsverse.etl.sql.service.SqlRequest
-
Gets the driver.
- getDriverByJdbcClassName(String) - Method in interface com.toolsverse.etl.driver.DriverDiscovery
-
Gets the driver by jdbc class name.
- getDriverByJdbcClassName(String) - Method in class com.toolsverse.etl.driver.DriverUnit
-
- getDriverCase(String) - Method in class com.toolsverse.etl.core.engine.EtlFactory
-
Gets the driver case.
- getDriverClassName() - Method in interface com.toolsverse.etl.core.engine.Block
-
Gets the driver class name.
- getDriverClassName() - Method in class com.toolsverse.etl.core.engine.Destination
-
Gets the class name of the driver.
- getDriverClassName(String) - Method in class com.toolsverse.etl.core.engine.EtlFactory
-
Gets the driver class name from the given string.
- getDriverClassName() - Method in class com.toolsverse.etl.core.engine.EtlUnit
-
Gets the driver class name.
- getDriverClassName() - Method in class com.toolsverse.etl.core.engine.Scenario
-
Gets the default destination driver class name.
- getDriverClassName() - Method in class com.toolsverse.etl.core.engine.Source
-
- getDriverClassName() - Method in class com.toolsverse.etl.core.engine.Task
-
Gets the driver class name.
- getDriverName() - Method in class com.toolsverse.etl.sql.connection.JdbcUrlParser
-
Gets the driver name.
- getDrivers() - Method in class com.toolsverse.etl.core.config.EtlConfig
-
Gets the drivers.
- getDrivers() - Method in class com.toolsverse.etl.core.engine.EtlProcess
-
Gets drivers.
- getDropAliasAsText(String, String, String, String) - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the drop alias SQL.
- getDropAssemblyAsText(String, String, String, String) - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the drop assembly SQL.
- getDropClassAsText(String, String, String, String) - Method in class com.toolsverse.etl.metadata.oracle.OracleMetadata
-
Gets the drop java class SQL.
- getDropDbLinkAsText(String, String, String, String) - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the drop alias SQL.
- getDropFunctionAsText(String, String, String, String) - Method in class com.toolsverse.etl.metadata.db2.Db2Metadata
-
- getDropFunctionAsText(String, String, String, String) - Method in class com.toolsverse.etl.metadata.informix.InformixMetadata
-
- getDropFunctionAsText(String, String, String, String) - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the drop function SQL.
- getDropIndexAsText(String, String, String, String) - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the drop index SQL.
- getDropPackageAsText(String, String, String, String) - Method in class com.toolsverse.etl.metadata.db2.Db2Metadata
-
- getDropPackageAsText(String, String, String, String) - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the drop package SQL.
- getDropProcAsText(String, String, String, String) - Method in class com.toolsverse.etl.metadata.db2.Db2Metadata
-
- getDropProcAsText(String, String, String, String) - Method in class com.toolsverse.etl.metadata.informix.InformixMetadata
-
- getDropProcAsText(String, String, String, String) - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the drop procedure SQL.
- getDropSequenceAsText(String, String, String, String) - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the drop sequence SQL.
- getDropSql(String, String) - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- getDropSql(String, String) - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the "drop" sql.
- getDropSql(String, String) - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- getDropSql(String, String) - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- getDropSql(String, String) - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- getDropSql(String, String) - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- getDropSql(String, String) - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- getDropSql(String, String) - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- getDropSynonymAsText(String, String, String, String) - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the drop db link SQL.
- getDropTableAsText(String, String, String, String) - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the drop table SQL.
- getDropTriggerAsText(String, String, String, String) - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the drop trigger SQL.
- getDropTypeAsText(String, String, String, String) - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the drop type SQL.
- getDropViewAsText(String, String, String, String) - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the drop view SQL.
- getEasyConnect(Alias) - Static method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
Gets the easy connect string.
- getEKColumns(String, String, String, String) - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the external key columns.
- getEKMetadataTypes() - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the external key metadata types.
- getElse() - Method in class com.toolsverse.etl.core.engine.Destination
-
Gets the block of code which is executed after "else" in the
if something then then_code else else_code end if;.
- getEmptyRecord() - Method in class com.toolsverse.etl.common.DataSet
-
Gets the empty record.
- getEncodedFileName(String) - Static method in class com.toolsverse.util.collector.AppInfo
-
Gets the encoded file name.
- getEncodedName(String) - Static method in class com.toolsverse.util.collector.AppInfo
-
Gets the encoded name.
- getEncoding() - Method in class com.toolsverse.etl.common.Alias
-
- getEncoding() - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Gets the char encoding.
- getEncoding() - Method in class com.toolsverse.etl.connector.sql.SqlConnectorParams
-
Gets the char encoding.
- getEncoding() - Method in interface com.toolsverse.util.DataConsumer
-
Gets the encoding.
- getEnd() - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- getEnd() - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the "end" sql.
- getEnd() - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- getEnd() - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- getEnd() - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- getEnd() - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- getEnd() - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- getEnd() - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- getEnd() - Method in class com.toolsverse.etl.driver.sqlserver.SybaseDriver
-
- getEndGroupingRow() - Method in class com.toolsverse.etl.connector.excel.ExcelConnectorParams
-
Gets the end grouping row.
- getEndLocation() - Method in class com.toolsverse.etl.common.Variable
-
- getEndLocation() - Method in class com.toolsverse.etl.core.engine.Destination
-
- getEndLocation() - Method in class com.toolsverse.etl.core.engine.Scenario
-
- getEndLocation() - Method in class com.toolsverse.etl.core.engine.Source
-
- getEndLocation() - Method in class com.toolsverse.etl.core.engine.Task
-
- getEndLocation() - Method in interface com.toolsverse.util.LocationProvider
-
Gets the end location.
- getEndRow() - Method in class com.toolsverse.etl.connector.excel.ExcelConnectorParams
-
Gets the end row.
- getEndRow() - Method in class com.toolsverse.etl.connector.text.KeyValueConnectorParams
-
Gets the end row.
- getEndRow() - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Gets the end row.
- getEndSplited() - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- getEndSplited() - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the "end" token for the splited sql statement.
- getEndSplited() - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- getEndSplited() - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- getEndSplited() - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- getEndSplited() - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- getEndSplited() - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- getEndSplited() - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- getEndSplited() - Method in class com.toolsverse.etl.driver.sqlserver.SybaseDriver
-
- getEndTime() - Method in class com.toolsverse.etl.core.engine.EtlResponse
-
Gets the end time.
- getError() - Method in class com.toolsverse.etl.core.engine.TaskResult
-
Gets the error.
- getErrorLinePattern() - Method in class com.toolsverse.etl.driver.AbstractDriver
-
- getErrorLinePattern() - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the "error line" pattern".
- getErrorLinePattern() - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- getErrorLinePattern() - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- getErrorLocationInSql() - Method in class com.toolsverse.etl.core.config.EtlConfig
-
Gets the location of the error in SQL.
- getErrorLocationInSql() - Method in class com.toolsverse.etl.core.engine.EtlResponse
-
Gets the location of the error in the last executed SQL.
- getErrorMessage() - Method in interface com.toolsverse.etl.aliasreader.AliasReader
-
Gets the error message if no aliases were found.
- getErrorMessage() - Method in class com.toolsverse.etl.aliasreader.oracle.OracleTnsNamesReader
-
- getErrorsFolder() - Method in class com.toolsverse.config.SystemConfig
-
Gets the errors folder path.
- getEtlConfig() - Method in class com.toolsverse.etl.core.engine.EtlRequest
-
Gets the etl config.
- getEtlDriver() - Method in interface com.toolsverse.etl.connector.AddRecordCallback
-
Gets the driver.
- getEtlDriverClassname() - Method in class com.toolsverse.etl.common.Alias
-
Gets the etl driver classname.
- getEtlException(Throwable) - Static method in exception com.toolsverse.etl.exception.EtlException
-
Gets the etl exception from the stack trace.
- getEtlException(Throwable, String, String, String, String, boolean) - Static method in exception com.toolsverse.etl.exception.EtlException
-
Gets the etl exception.
- getEtlMetricsTracker() - Method in class com.toolsverse.etl.core.engine.Scenario
-
Gets the etl metrics tracker.
- getEtlProcess() - Method in class com.toolsverse.etl.core.engine.EtlEngine
-
Gets the etl process.
- getEtlThreadCache() - Method in class com.toolsverse.config.EtlThreadContext
-
Gets the etl thread cache.
- getEtlThreadContext() - Method in class com.toolsverse.config.SystemConfig
-
Gets the etl thread context.
- getEvalName() - Method in class com.toolsverse.etl.common.Variable
-
Gets the name used by function.
- getEvent() - Method in class com.toolsverse.service.LogNode
-
Gets the event.
- getException() - Method in class com.toolsverse.etl.core.engine.EtlResponse
-
Gets the exception.
- getException() - Method in class com.toolsverse.etl.core.engine.FileMetrics
-
Gets the exception.
- getException() - Method in class com.toolsverse.etl.core.engine.Scenario
-
Gets the exception.
- getException() - Method in class com.toolsverse.etl.sql.service.SqlResult
-
Gets the exception.
- getExceptionActions() - Method in class com.toolsverse.etl.common.OnException
-
Gets the list "on exception" actions.
- getExceptionDuringExtract() - Method in class com.toolsverse.etl.core.engine.EtlMetrics
-
Gets the exception during extract.
- getExceptionDuringLoad() - Method in class com.toolsverse.etl.core.engine.EtlMetrics
-
Gets the exception during load.
- getExceptionMask() - Method in class com.toolsverse.etl.common.OnException
-
Gets the exception mask.
- getExceptionMessage(Throwable) - Static method in class com.toolsverse.util.Utils
-
Gets the exception message.
- getExclude() - Method in class com.toolsverse.etl.common.FieldMapping
-
Check if should be exclude from the destination
- getExclude() - Method in class com.toolsverse.etl.core.engine.Source
-
Gets the comma separated list of the excluded table for the wildcard
matching.
- getExcludeFunctions() - Method in interface com.toolsverse.etl.common.Function
-
Gets the array of functions which will be executed to calculate visibility of the field.
- getExcludeFunctions() - Method in class com.toolsverse.etl.core.function.db2.Db2Functions
-
- getExcludeFunctions() - Method in class com.toolsverse.etl.core.function.DefFunctions
-
- getExcludeFunctions() - Method in class com.toolsverse.etl.core.function.informix.InformixFunctions
-
- getExcludeFunctions() - Method in class com.toolsverse.etl.core.function.mysql.MySqlFunctions
-
- getExcludeFunctions() - Method in class com.toolsverse.etl.core.function.oracle.OracleFunctions
-
- getExcludeFunctions() - Method in class com.toolsverse.etl.core.function.postgres.PostgresFunctions
-
- getExcludeFunctions() - Method in class com.toolsverse.etl.core.function.sqlserver.MsSqlFunctions
-
- getExcludeFunctions() - Method in class com.toolsverse.etl.core.function.sqlserver.SybaseFunctions
-
- getExecute() - Method in class com.toolsverse.etl.core.config.EtlConfig
-
Gets the List of the etl scenarios to execute.
- getExecute() - Method in class com.toolsverse.etl.core.engine.Scenario
-
Gets the list of inner scenarios.
- getExecutedBlocks() - Method in class com.toolsverse.etl.core.engine.Scenario
-
Gets the number of executed blocks (tasks, scenarios, sources and
destinations).
- getExecutorService(String, int) - Method in class com.toolsverse.etl.core.config.EtlConfig
-
- getExecutorService(String, int) - Method in interface com.toolsverse.util.concurrent.ExecutorProvider
-
Gets the executor service.
- getExplainPlan(ObjectStorage, Connection, Alias, String) - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- getExplainPlan(ObjectStorage, Connection, Alias, String) - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the explain plan for the sql.
- getExplainPlan(ObjectStorage, Connection, Alias, String) - Method in class com.toolsverse.etl.driver.GenericFileDriver
-
- getExplainPlan(ObjectStorage, Connection, Alias, String) - Method in class com.toolsverse.etl.driver.GenericJdbcDriver
-
- getExplainPlan(ObjectStorage, Connection, Alias, String) - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- getExplainPlan(ObjectStorage, Connection, Alias, String) - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- getExplainPlan(ObjectStorage, Connection, Alias, String) - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- getExplainPlan(ObjectStorage, Connection, Alias, String) - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- getExplainPlan(ObjectStorage, Connection, Alias, String) - Method in class com.toolsverse.etl.driver.snowflake.SnowflakeDriver
-
- getExplainPlan(ObjectStorage, Connection, Alias, String) - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- getExplainPlan(ObjectStorage, Connection, Alias, String) - Method in class com.toolsverse.etl.driver.sqlserver.SybaseDriver
-
- getExt() - Method in class com.toolsverse.etl.connector.BaseDataSetConnector
-
Gets the file ext.
- getExt() - Method in interface com.toolsverse.etl.connector.DataSetConnector
-
Gets the file ext.
- getExt() - Method in class com.toolsverse.etl.connector.excel.ExcelConnector
-
- getExt() - Method in class com.toolsverse.etl.connector.excel.ExcelXlsxConnector
-
- getExt() - Method in class com.toolsverse.etl.connector.html.HtmlConnectorParams
-
Gets the file extension.
- getExt() - Method in class com.toolsverse.etl.connector.json.JsonConnector
-
- getExt() - Method in class com.toolsverse.etl.connector.json.JsonConnectorParams
-
Gets the file extension.
- getExt() - Method in class com.toolsverse.etl.connector.json.JsonDatasetConnector
-
- getExt() - Method in class com.toolsverse.etl.connector.json.JsonDatasetConnectorParams
-
Gets the file extension.
- getExt() - Method in class com.toolsverse.etl.connector.pdf.PdfConnectorParams
-
Gets the file extension.
- getExt() - Method in class com.toolsverse.etl.connector.SourceConnector
-
- getExt() - Method in class com.toolsverse.etl.connector.text.ClobConnectorParams
-
Gets the file extension.
- getExt() - Method in class com.toolsverse.etl.connector.text.KeyValueConnectorParams
-
Gets the file extension.
- getExt() - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Gets the file extension.
- getExt() - Method in class com.toolsverse.etl.connector.xml.XmlConnector
-
- getExt() - Method in class com.toolsverse.etl.connector.xml.XmlObjectConnectorParams
-
Gets the file extension.
- getExt() - Method in class com.toolsverse.etl.connector.xml.XmlObjectStreamingConnector
-
- getExtension(String) - Static method in class com.toolsverse.util.FilenameUtils
-
Gets the extension of a filename.
- getExtensionRank() - Method in class com.toolsverse.etl.aliasreader.oracle.OracleTnsNamesReader
-
- getExtensionRank() - Method in class com.toolsverse.etl.driver.AbstractDriver
-
- getExtensionRank() - Method in class com.toolsverse.etl.metadata.BaseMetadata
-
- getExtensionRank() - Method in class com.toolsverse.ext.BaseExtension
-
- getExtensionRank() - Method in interface com.toolsverse.ext.ExtensionModule
-
Gets the extension rank.
- getExtensionRank() - Method in class com.toolsverse.imaging.handler.JaiImageHandler
-
- getExtensionRank() - Method in class com.toolsverse.imaging.ImageProcessor
-
- getExtensions() - Method in class com.toolsverse.ext.loader.UnitLoader
-
Gets the list of extensions.
- getExternalToolName() - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- getExternalToolName() - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the external tool name.
- getExternalToolName() - Method in class com.toolsverse.etl.driver.GenericFileDriver
-
- getExternalToolName() - Method in class com.toolsverse.etl.driver.GenericJdbcDriver
-
- getExternalToolName() - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- getExternalToolName() - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- getExternalToolName() - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- getExternalToolName() - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- getExternalToolName() - Method in class com.toolsverse.etl.driver.snowflake.SnowflakeDriver
-
- getExternalToolName() - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- getExternalToolName() - Method in class com.toolsverse.etl.driver.sqlserver.SybaseDriver
-
- getExtractFinished() - Method in class com.toolsverse.etl.core.engine.EtlMetrics
-
Gets the extract finished.
- getExtractStarted() - Method in class com.toolsverse.etl.core.engine.EtlMetrics
-
Gets the extract started.
- getFetchDirection() - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- getFetchNextSql(String, DataSet) - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
Gets the "fetch next" sql.
- getFetchSize() - Method in class com.toolsverse.etl.common.Alias
-
Gets the fetch size.
- getFetchSize() - Method in class com.toolsverse.etl.core.engine.Source
-
Gets the fetch size.
- getFetchSize() - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- getFieldAsText(Driver, String, String, Object, Object, Object, int) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Gets the field definition.
- getFieldAttr(FieldDef, String) - Method in class com.toolsverse.etl.common.DataSet
-
Gets the field's attribute by given name.
- getFieldCount() - Method in class com.toolsverse.etl.common.DataSet
-
Gets the number of fields.
- getFieldDef(int) - Method in class com.toolsverse.etl.common.DataSet
-
Gets the field by index.
- getFieldDef(String) - Method in class com.toolsverse.etl.common.DataSet
-
Gets the field by name.
- getFieldDef(String, int) - Method in interface com.toolsverse.etl.common.FieldsRepository
-
Gets the list of field definitions by given key and type.
- getFieldDef(String, int) - Method in class com.toolsverse.etl.core.config.EtlConfig
-
- getFieldIndex(FieldDef) - Method in class com.toolsverse.etl.common.DataSet
-
Gets the field index.
- getFieldIndex(String) - Method in class com.toolsverse.etl.common.DataSet
-
Gets the index of the field by name of the field.
- getFieldMappingPerDataSet(List<FieldMapping>) - Static method in class com.toolsverse.etl.common.CommonEtlUtils
-
Gets the field mapping per data set.
- getFieldName(List<FieldMapping>, int, boolean) - Static method in class com.toolsverse.etl.common.CommonEtlUtils
-
Gets the fully qualified field name.
- getFieldName() - Method in class com.toolsverse.etl.common.Variable
-
Gets the field name.
- getFieldNamesWithSpaces(String[], char, Driver) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Gets the field names with spaces.
- getFieldNameWithoutQuotes(String, char) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Gets the field name without quotes.
- getFieldNameWithSpaces(String, char, Driver) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Gets the field name with spaces.
- getFieldNameWithSpacesForced(String, char, Driver) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Gets the field name with spaces forced.
- getFields() - Method in class com.toolsverse.etl.common.DataSet
-
Gets the fields.
- getFields() - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Gets the comma delimited string of field names.
- getFields() - Method in class com.toolsverse.etl.core.engine.BaseMetrics
-
Gets the fields.
- getFields() - Method in class com.toolsverse.etl.core.engine.EtlMetrics
-
- getFields() - Method in class com.toolsverse.etl.core.engine.FileMetrics
-
- getFieldsAfterIncludeExclude(DataSet, Set<String>, Set<String>) - Static method in class com.toolsverse.etl.common.CommonEtlUtils
-
Gets the map of fields after include and exclude.
- getFieldsAsString(DataSetFields) - Static method in class com.toolsverse.etl.common.CommonEtlUtils
-
Gets the fields as a comma delimited string.
- getFieldsExceptExcluded(String, Map<String, FieldDef>) - Static method in class com.toolsverse.etl.common.CommonEtlUtils
-
Returns the map of the fields except given excluded fields.
- getFieldsFromSelect(String) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Gets the fields from "select" sql statement.
- getFieldSize() - Method in class com.toolsverse.etl.common.FieldDef
-
Gets the field size.
- getFieldsMapping() - Method in class com.toolsverse.etl.connector.sql.SqlConnectorParams
-
Gets the fields mapping.
- getFieldsSql(DataSet, Driver, String, FieldsRepository, boolean) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Gets the fields definitions for all fields in the data set.
- getFieldsSql(DataSet, Driver, String, FieldsRepository) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Gets the fields definitions for all fields in the data set.
- getFieldType(int, int, boolean) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Gets the field type.
- getFieldValue(DataSet, String, String, TypedKeyValue<String, Object>...) - Static method in class com.toolsverse.etl.common.CommonEtlUtils
-
Execute sql on any data set and return value of the given field.
- getFieldValue(DataSet, String, String) - Static method in class com.toolsverse.etl.common.CommonEtlUtils
-
Execute sql on any data set and return value of the given field.
- getFieldValue(DataSetRecord, FieldDef) - Method in class com.toolsverse.etl.common.DataSet
-
Gets the value of the field from the record by the field.
- getFieldValue(DataSetRecord, int) - Method in class com.toolsverse.etl.common.DataSet
-
Gets the value of the field from the record by the index of the field.
- getFieldValue(DataSetRecord, String) - Method in class com.toolsverse.etl.common.DataSet
-
Gets the value of the field from the record by the name of the field.
- getFieldValue(int, int) - Method in class com.toolsverse.etl.common.DataSet
-
Gets the value of the field from the record row by the index
of the col.
- getFieldValue(DataSetRecord, String, String, Integer...) - Method in class com.toolsverse.etl.common.DataSet
-
Gets the field value from the nested dataset.
- getFieldValue(int, String, String, Integer...) - Method in class com.toolsverse.etl.common.DataSet
-
Gets the field value from the nested dataset.
- getFieldValue(String) - Method in class com.toolsverse.etl.core.engine.BaseMetrics
-
Gets the field value.
- getFieldValueWithNested(DataSetRecord, String) - Method in class com.toolsverse.etl.common.DataSet
-
Gets the field value from the nested dataset.
- getFieldValueWithNested(int, String) - Method in class com.toolsverse.etl.common.DataSet
-
Gets the field value from the nested dataset.
- getFile() - Method in class com.toolsverse.io.MailParams
-
Gets the file name to attach.
- getFileAndObjectName(String) - Method in class com.toolsverse.etl.connector.excel.ExcelConnectorParams
-
Gets the file and object name.
- getFileList(String, String, boolean, int, String) - Method in class com.toolsverse.io.FtpUtils
-
Gets the list of FileResource objects from the folder + filename.
- getFileMetrics() - Method in class com.toolsverse.etl.core.engine.EtlMetricsTracker
-
Gets the file metrics.
- getFileMetrics() - Method in class com.toolsverse.etl.core.engine.EtlResponse
-
Gets the file metrics.
- getFileMetricsFileName() - Method in class com.toolsverse.etl.core.engine.EtlMetricsTracker
-
Gets the file metrics file name.
- getFileName(String, String) - Method in class com.toolsverse.config.SystemConfig
-
Gets the file name.
- getFileName(String, String) - Method in class com.toolsverse.etl.common.DataSet
-
Gets the data set file name using given folder and extension.
- getFileName(String, String, ReadTracker) - Method in class com.toolsverse.etl.common.IoProcessorCallable
-
- getFileName() - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Gets the file name.
- getFileName(String, String, boolean, boolean, String, Integer...) - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Gets the file name.
- getFileName() - Method in class com.toolsverse.etl.connector.sql.SqlConnectorParams
-
Gets the file name.
- getFileName(String) - Method in class com.toolsverse.etl.connector.sql.SqlConnectorParams
-
Gets the file name.
- getFileName() - Method in class com.toolsverse.etl.core.engine.EtlMetricsTracker
-
Gets the file name.
- getFileName() - Method in class com.toolsverse.etl.core.engine.EtlResponse
-
Gets the file name.
- getFileName(EtlConfig, String, String, boolean) - Static method in class com.toolsverse.etl.core.task.common.FileManagerTask
-
Get the fully qualified file name from the given connection and base file
name.
- getFileName(Alias, String, boolean) - Static method in class com.toolsverse.etl.core.task.common.FileManagerTask
-
Get the fully qualified file name from the given connection and base file
name.
- getFileName(String) - Static method in class com.toolsverse.etl.core.util.EtlUtils
-
Gets the file name.
- getFilename(String, String, String, boolean) - Static method in class com.toolsverse.util.FileUtils
-
Creates the full name of the file.
- getFileName(String, String, String, String, String, String) - Static method in class com.toolsverse.util.FileUtils
-
Gets the file name.
- getFileName(String, String) - Static method in class com.toolsverse.util.UrlUtils
-
Gets the file name from the string containing url and file name using
token as a delimiter.
Example:
input: http://localhost:8080/something/{file:test}
token: file:
return: test
- getFileNameByWildcard(String, String, String, Set<String>) - Static method in class com.toolsverse.util.FileUtils
-
Gets the file name by wildcard.
- getFileNameIfFileSystem(String, String, Alias, IoProcessor) - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Gets the file name if IO processor is a file system.
- getFileNameToRead() - Method in class com.toolsverse.etl.common.DataSet
-
Gets the file name to read.
- getFileNameToWrite() - Method in class com.toolsverse.etl.common.DataSet
-
Gets the file name to write.
- getFileNameUsingAlgoForSuffix(String, String) - Static method in class com.toolsverse.util.FileUtils
-
Gets the file name with suffix using given suffix algorithm.
- getFileNameWithExtFromOtherFilename(String, String) - Static method in class com.toolsverse.util.FileUtils
-
Gets the file name with extension from other filename.
- getFilenameWithPath(String, String, String, boolean) - Static method in class com.toolsverse.util.FileUtils
-
Creates the full name of the file.
- getFileNameWithSuffix(String, String) - Static method in class com.toolsverse.util.FileUtils
-
Gets the file name with suffix.
- getFileOutputStream() - Method in class com.toolsverse.etl.connector.xml.XmlConnectorParams
-
Gets the file output stream.
- getFileOutputStream() - Method in class com.toolsverse.etl.connector.xml.XmlObjectConnectorParams
-
Gets the file output stream.
- getFiles() - Method in interface com.toolsverse.etl.common.ReadTracker
-
Gets the names of the extracted files.
- getFiles() - Method in class com.toolsverse.etl.core.engine.Source
-
- getFilesByPattern(String, Comparator<File>) - Static method in class com.toolsverse.util.FileUtils
-
Gets the files by pattern and order the list using given comparator.
- getFilesByPatterns(String...) - Static method in class com.toolsverse.util.FileUtils
-
Gets the files by patterns.
- getFilesInFolder(String, String) - Static method in class com.toolsverse.util.FileUtils
-
Gets the files in the folder.
- getFilesInPackage(String, Class<?>) - Static method in class com.toolsverse.util.ClassUtils
-
Gets the files in the package using given pattern.
- getFilter() - Method in class com.toolsverse.etl.connector.BaseProducerPackage
-
- getFilter() - Method in class com.toolsverse.etl.connector.BaseStreamingPackage
-
- getFilter() - Method in class com.toolsverse.etl.connector.json.JsonConnectorParams
-
Gets the javascript filter.
- getFilter() - Method in class com.toolsverse.etl.connector.service.ConnectorRequest
-
Gets the filter.
- getFilter() - Method in class com.toolsverse.etl.connector.text.KeyValueConnectorParams
-
Gets the javascript filter.
- getFilter() - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Gets the javascript filter.
- getFilter() - Method in interface com.toolsverse.io.ProducerPackage
-
Gets the filter.
- getFilter() - Method in interface com.toolsverse.io.StreamingPackage
-
Gets the filter.
- getFilterByField() - Method in class com.toolsverse.etl.connector.sql.SqlConnectorParams
-
Gets the field name to filter by.
- getFilterByFieldValue() - Method in class com.toolsverse.etl.connector.sql.SqlConnectorParams
-
Gets the field value to filter by.
- getFinished() - Method in class com.toolsverse.etl.core.engine.FileMetrics
-
Gets the finished.
- getFirst() - Method in class com.toolsverse.util.concurrentlinkedhashmap.LinkedDeque
-
- getFirstDigits(Number, int) - Static method in class com.toolsverse.util.Utils
-
Gets the first numDigits digits from the number.
- getFirstFolderName(String) - Static method in class com.toolsverse.util.FileUtils
-
Gets the first folder name.
- getFirstNodeContaining(String) - Method in class com.toolsverse.util.XmlUtils
-
Searches the XML tree for a field that contains searchString and returns
the address of that Node.
- getFirstNodeNamed(Node, String) - Method in class com.toolsverse.util.XmlUtils
-
Searches ONLY THE FIRST LEVEL CHILDREN of specified rootNode and returns
the first instance of a Node named nodeName.
- getFirstNodeNamed(String) - Method in class com.toolsverse.util.XmlUtils
-
Searches the entire XML tree for a Node of specified String searchString
and returns the address of that Node.
- getFirstWord(String, String) - Static method in class com.toolsverse.util.Utils
-
Get first word in the input string.
- getFk(LoadFunctionContext) - Method in class com.toolsverse.etl.core.function.db2.Db2Functions
-
- getFk(LoadFunctionContext) - Method in class com.toolsverse.etl.core.function.DefFunctions
-
Gets the new value for the field from the corresponding "primary key"
field.
- getFk(LoadFunctionContext) - Method in class com.toolsverse.etl.core.function.informix.InformixFunctions
-
- getFk(LoadFunctionContext) - Method in class com.toolsverse.etl.core.function.mysql.MySqlFunctions
-
- getFk(LoadFunctionContext) - Method in class com.toolsverse.etl.core.function.oracle.OracleFunctions
-
- getFk(LoadFunctionContext) - Method in class com.toolsverse.etl.core.function.postgres.PostgresFunctions
-
- getFk(LoadFunctionContext) - Method in class com.toolsverse.etl.core.function.sqlserver.MsSqlFunctions
-
- getFk(LoadFunctionContext) - Method in class com.toolsverse.etl.core.function.sqlserver.SybaseFunctions
-
- getFKColumns(String, String, String, String) - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the foreign key columns.
- getFkDefinitionAsText(String, String, String, String, String) - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the foreign key definition as text.
- getFKMetadataTypes() - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the foreign key metadata types.
- getFksAsText(String, String, String, String) - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the foreign key as text.
- getFloatProperty(String) - Method in class com.toolsverse.storage.StorageManager
-
Gets the float property.
- getFloatProperty(String, float) - Method in class com.toolsverse.storage.StorageManager
-
Gets the float property.
- getFlow() - Method in class com.toolsverse.etl.core.engine.EtlMetrics
-
Gets the flow name.
- getFlow() - Method in class com.toolsverse.etl.core.engine.FileMetrics
-
Gets the flow name.
- getFlow() - Method in class com.toolsverse.etl.core.engine.Task
-
Gets the flow name.
- getFlowId() - Method in class com.toolsverse.config.EtlThreadContext
-
Gets the flow id.
- getFlowId() - Method in class com.toolsverse.etl.core.engine.EtlRequest
-
Gets the flow id.
- getFolder() - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Gets the folder.
- getFolder() - Method in class com.toolsverse.io.MailParams
-
Gets the name of folder in which to record mail.
- getFolderName(String, String) - Static method in class com.toolsverse.util.FileUtils
-
Gets the folder name by replacing original separators on the separator
argument.
- getFooter() - Method in class com.toolsverse.io.MailParams
-
Gets the footer.
- getFormat() - Method in class com.toolsverse.etl.connector.text.TextStreamingPackage
-
- getFormat() - Method in class com.toolsverse.etl.core.engine.EtlMetricsTracker
-
Gets the format.
- getFormula() - Method in class com.toolsverse.etl.common.FieldMapping
-
Get the custom formula
- getFormulaType() - Method in class com.toolsverse.etl.common.FieldMapping
-
Get the formula type
- getFrom(String) - Static method in class com.toolsverse.etl.common.CommonEtlUtils
-
Gets the from and modified SQL statement without from.
- getFrom() - Method in class com.toolsverse.io.MailParams
-
Gets the from.
- getFTPClient() - Method in class com.toolsverse.io.FtpsUtils
-
Gets the FTP client.
- getFTPClient() - Method in class com.toolsverse.io.FtpUtils
-
Gets the FTP client.
- getFtpUtils() - Method in class com.toolsverse.io.FtpProcessor
-
Gets the FtpUtils.
- getFtpUtils(String, int) - Method in class com.toolsverse.io.FtpProcessor
-
Gets the FtpUtils with a socket proxy.
- getFtpUtils() - Method in class com.toolsverse.io.FtpsProcessor
-
- getFtpUtils(String, int) - Method in class com.toolsverse.io.FtpsProcessor
-
- getFullFileName(String, String, String, boolean) - Static method in class com.toolsverse.util.FileUtils
-
Gets the full file name.
- getFullName(String, String, String) - Static method in class com.toolsverse.util.FileUtils
-
Gets the full name from url, path and file.
- getFullNativeType(FieldDef) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Gets the native data type.
- getFullObjectName(String, String, String) - Method in class com.toolsverse.etl.metadata.BaseMetadata
-
- getFullObjectName(String, String, String) - Method in class com.toolsverse.etl.metadata.excel.ExcelOdbcMetadata
-
- getFullObjectName(String, String, String) - Method in interface com.toolsverse.etl.metadata.Metadata
-
Gets the full object name.
- getFullPath(String) - Static method in class com.toolsverse.util.FilenameUtils
-
Gets the full path from a full filename, which is the prefix + path.
- getFullPathNoEndSeparator(String) - Static method in class com.toolsverse.util.FilenameUtils
-
Gets the full path from a full filename, which is the prefix + path, and
also excluding the final directory separator.
- getFullyQualifiedDestination() - Method in class com.toolsverse.etl.common.FieldMapping
-
Gets the fully qualified destination name.
- getFullyQualifiedSource() - Method in class com.toolsverse.etl.common.FieldMapping
-
Gets the fully qualified source name.
- getFuncAsText(String, String, String, String) - Method in class com.toolsverse.etl.metadata.mysql.MySqlMetadata
-
Gets the procedure as text.
- getFuncParamNameForNull(Object) - Static method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the function parameter name when it is null.
- getFuncParamType(Object) - Static method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the function parameter type.
- getFuncRetType(Object) - Static method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the function return type.
- getFunction() - Method in class com.toolsverse.etl.common.Variable
-
Gets the function name.
- getFunctionClassName() - Method in class com.toolsverse.etl.common.Variable
-
Gets the function class name.
- getFunctionParams(String, String) - Static method in class com.toolsverse.util.Utils
-
Gets the array of parameters passed to the function from the string
representing function's call.
- getFunctMetadataTypes() - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the function metadata types.
- getFunctMetadataTypes() - Method in class com.toolsverse.etl.metadata.oracle.OracleMetadata
-
- getFunctParameters(String, String, String, String) - Method in class com.toolsverse.etl.metadata.db2.Db2Metadata
-
- getFunctParameters(String, String, String, String) - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the function parameters.
- getFuncts(String, String, String, String) - Method in class com.toolsverse.etl.metadata.db2.Db2Metadata
-
- getFuncts(String, String, String, String) - Method in class com.toolsverse.etl.metadata.informix.InformixMetadata
-
- getFuncts(String, String, String, String) - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the functions.
- getFuncts(String, String, String, String) - Method in class com.toolsverse.etl.metadata.mysql.MySqlMetadata
-
- getFuncts(String, String, String, String) - Method in class com.toolsverse.etl.metadata.oracle.OracleMetadata
-
- getFuncts(String, String, String, String) - Method in class com.toolsverse.etl.metadata.sqlserver.MsSqlMetadata
-
- getFuncts(String, String, String, String) - Method in class com.toolsverse.etl.metadata.sqlserver.SybaseMetadata
-
- getGeneratedKeys() - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- getGenerator() - Method in class com.toolsverse.etl.connector.json.JsonConnectorParams
-
Gets the json generator.
- getGenerator() - Method in class com.toolsverse.etl.connector.json.JsonDatasetConnectorParams
-
Gets the json generator.
- getGetter() - Method in class com.toolsverse.mvc.model.Model.Attribute
-
Gets the name of the getter method.
- getGlobalRowLimit() - Method in class com.toolsverse.etl.core.config.EtlConfig
-
Gets the global row limit.
- getGlobalVarValue(LoadFunctionContext) - Method in class com.toolsverse.etl.core.function.DefFunctions
-
Gets the global variable value.
- getGroupName() - Method in interface com.toolsverse.util.concurrent.SequentialCallable
-
Gets the group name.
- getHasDecimal() - Method in class com.toolsverse.etl.common.FieldDef
-
Gets the checks for decimal.
- getHeader() - Method in class com.toolsverse.io.MailParams
-
Gets the header.
- getHelpUrl() - Method in interface com.toolsverse.util.HelpProvider
-
Gets the url for the online help resource.
- getHighWatermark(String, Boolean...) - Method in class com.toolsverse.etl.core.engine.EtlMetricsTracker
-
Gets the high watermark value.
- getHighWatermark(EtlConfig, Scenario, Source, Destination, Boolean...) - Method in class com.toolsverse.etl.core.engine.EtlMetricsTracker
-
Gets the high watermark value.
- getHighWatermark() - Method in class com.toolsverse.etl.core.engine.OnAddDataSetChangeListener
-
Gets the high watermark.
- getHighWatermarkCode() - Method in class com.toolsverse.etl.core.engine.Destination
-
Gets the high watermark code.
- getHighWatermarkField() - Method in interface com.toolsverse.etl.core.engine.Block
-
Gets the high watermark field.
- getHighWatermarkField() - Method in class com.toolsverse.etl.core.engine.Destination
-
- getHighWatermarkField() - Method in class com.toolsverse.etl.core.engine.Source
-
- getHighWatermarkFieldValue() - Method in class com.toolsverse.etl.core.engine.Destination
-
Gets the high watermark field value.
- getHighWatermarkFieldValueOnStart() - Method in class com.toolsverse.etl.core.engine.Destination
-
Gets the high watermark field value on start.
- getHighWatermarkOnExtract() - Method in class com.toolsverse.etl.core.engine.EtlMetrics
-
Gets the high watermark on extract.
- getHighWatermarkOnLoad() - Method in class com.toolsverse.etl.core.engine.EtlMetrics
-
Gets the high watermark on load.
- getHint() - Method in interface com.toolsverse.etl.aliasreader.AliasReader
-
Gets the hint in case aliases were found.
- getHint() - Method in class com.toolsverse.etl.aliasreader.oracle.OracleTnsNamesReader
-
- getHistoryFolder() - Method in class com.toolsverse.config.SystemConfig
-
Gets the history folder.
- getHoldability() - Method in class com.toolsverse.etl.sql.connection.SshConnection
-
- getHoldability() - Method in class com.toolsverse.etl.sql.connection.StreamingConnection
-
- getHome() - Method in class com.toolsverse.config.SystemConfig
-
Gets the home folder path.
- getHome(ObjectStorage) - Method in class com.toolsverse.etl.driver.AbstractDriver
-
- getHome(ObjectStorage) - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- getHome(ObjectStorage) - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the home folder for the native database client.
- getHome(ObjectStorage) - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- getHome(ObjectStorage) - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- getHome(ObjectStorage) - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- getHome(ObjectStorage) - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- getHome(ObjectStorage) - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- getHome(ObjectStorage) - Method in class com.toolsverse.etl.driver.sqlserver.SybaseDriver
-
- getHost() - Method in class com.toolsverse.etl.sql.connection.GenericUrlParser
-
- getHost() - Method in class com.toolsverse.etl.sql.connection.JdbcUrlParser
-
- getHost() - Method in class com.toolsverse.etl.sql.connection.SshTunnel
-
Gets the host.
- getHost() - Method in interface com.toolsverse.etl.sql.connection.UrlParser
-
Gets the host.
- getHostPortAndFile(String) - Static method in class com.toolsverse.util.UrlUtils
-
Gets the host port and file.
- getHosts() - Method in class com.toolsverse.etl.sql.connection.GenericUrlParser
-
- getHosts() - Method in class com.toolsverse.etl.sql.connection.JdbcUrlParser
-
- getHosts() - Method in interface com.toolsverse.etl.sql.connection.UrlParser
-
Gets the hosts.
- getHostsAndPorts() - Method in class com.toolsverse.etl.sql.connection.GenericUrlParser
-
- getHttpClient(String) - Method in class com.toolsverse.service.web.HttpClientFactory
-
Gets the http client.
- getHttpClient(String, String, int, String, String, String, String, String, String, Properties) - Method in class com.toolsverse.service.web.HttpClientFactory
-
Gets the http client.
- getHttpClient(String, String, String, String, Properties) - Method in class com.toolsverse.service.web.HttpClientFactory
-
Gets the http client.
- getHttpClientBuilder(HttpClientBuilder, Properties) - Method in class com.toolsverse.service.web.HttpClientFactory
-
Gets the http client builder for the HTTP connection which requires a
client side SSL certificate.
- getHwmSqlExceptionToIgnore() - Method in class com.toolsverse.etl.core.engine.Destination
-
Gets the hwm sql Exception to ignore.
- getIconPath() - Method in class com.toolsverse.etl.aliasreader.oracle.OracleTnsNamesReader
-
- getIconPath() - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- getIconPath() - Method in class com.toolsverse.etl.driver.GenericFileDriver
-
- getIconPath() - Method in class com.toolsverse.etl.driver.GenericJdbcDriver
-
- getIconPath() - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- getIconPath() - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- getIconPath() - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- getIconPath() - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- getIconPath() - Method in class com.toolsverse.etl.driver.snowflake.SnowflakeDriver
-
- getIconPath() - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- getIconPath() - Method in class com.toolsverse.etl.driver.sqlserver.SybaseDriver
-
- getIconPath() - Method in class com.toolsverse.etl.metadata.BaseMetadata
-
- getIconPath() - Method in class com.toolsverse.etl.metadata.excel.ExcelFileMetadata
-
- getIconPath() - Method in class com.toolsverse.etl.metadata.excel.ExcelXlsxFileMetadata
-
- getIconPath() - Method in class com.toolsverse.etl.metadata.json.JsonDatasetMetadata
-
- getIconPath() - Method in class com.toolsverse.etl.metadata.json.JsonMetadata
-
- getIconPath() - Method in class com.toolsverse.etl.metadata.text.ClobFileMetadata
-
- getIconPath() - Method in class com.toolsverse.etl.metadata.text.KeyValueFileMetadata
-
- getIconPath() - Method in class com.toolsverse.etl.metadata.text.TextFileMetadata
-
- getIconPath() - Method in class com.toolsverse.etl.metadata.xml.XmlFileMetadata
-
- getIconPath() - Method in class com.toolsverse.etl.metadata.xml.XmlObjectFileMetadata
-
- getIconPath() - Method in class com.toolsverse.ext.BaseExtension
-
- getIconPath() - Method in interface com.toolsverse.ext.ExtensionModule
-
Gets the full path to the icon file.
- getIconPath() - Method in class com.toolsverse.imaging.handler.JaiImageHandler
-
- getIconPath() - Method in class com.toolsverse.imaging.ImageProcessor
-
- getIconPath() - Method in class com.toolsverse.util.TreeNode
-
Gets the icon path.
- getId() - Method in class com.toolsverse.etl.core.engine.Scenario
-
Gets the unique id.
- getId() - Method in class com.toolsverse.io.FileResource
-
Gets the file id.
- getIdentifierName(String, int) - Method in class com.toolsverse.etl.driver.AbstractDriver
-
Gets the identifier name.
- getIdentifierName(String, String) - Method in class com.toolsverse.etl.driver.AbstractDriver
-
- getIdentifierName(String, String) - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the identifier name.
- getIdentifierName(String, String) - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- getIdentifierName(String, String) - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- getIdForException() - Method in class com.toolsverse.etl.common.ConditionalExecution
-
Gets the id for exception.
- getIdForException() - Method in class com.toolsverse.etl.core.engine.Destination
-
- getIdForException() - Method in class com.toolsverse.etl.core.engine.Scenario
-
- getIdForException() - Method in class com.toolsverse.etl.core.engine.Source
-
- getIdForException() - Method in class com.toolsverse.etl.core.engine.Task
-
- getIdFromPattern(String, String, String) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Gets the id from pattern.
- getIf() - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- getIf() - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the "if" token.
- getIf() - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- getIf() - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- getIf() - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- getIf() - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- getIf() - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- getIf() - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- getIfBegin() - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- getIfBegin() - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the "if begin" token.
- getIfBegin() - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- getIfBegin() - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- getIfBegin() - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- getIfBegin() - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- getIfBegin() - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- getIfBegin() - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- getIfElse() - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- getIfElse() - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the "if else" token.
- getIfElse() - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- getIfElse() - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- getIfElse() - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- getIfElse() - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- getIfElse() - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- getIfElse() - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- getIfEnd() - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- getIfEnd() - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the "if end" token.
- getIfEnd() - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- getIfEnd() - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- getIfEnd() - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- getIfEnd() - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- getIfEnd() - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- getIfEnd() - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- getImageReader(String) - Method in class com.toolsverse.imaging.handler.JaiImageHandler
-
Gets the image reader bases on the image type.
- getInclude() - Method in class com.toolsverse.etl.common.FieldMapping
-
Check if should be added to the destination
- getInclude() - Method in class com.toolsverse.etl.core.engine.Source
-
Gets the comma separated list of the included table for the wildcard
matching.
- getIndex() - Method in class com.toolsverse.etl.common.FieldDef
-
Gets the index of the field.
- getIndex() - Method in class com.toolsverse.etl.connector.text.TextFilter
-
Gets the index.
- getIndexAsText(String, String, String, String) - Method in class com.toolsverse.etl.metadata.oracle.OracleMetadata
-
Gets the index as text.
- getIndexColumns(String, String, String, String) - Method in class com.toolsverse.etl.metadata.db2.Db2Metadata
-
- getIndexColumns(String, String, String, String) - Method in class com.toolsverse.etl.metadata.informix.InformixMetadata
-
- getIndexColumns(String, String, String, String) - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the index columns.
- getIndexColumns(String, String, String, String) - Method in class com.toolsverse.etl.metadata.oracle.OracleMetadata
-
- getIndexDefinitionAsText(String, String, String, String, String, String, boolean, String, boolean, boolean) - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the index definition as text.
- getIndexesAsText(String, String, String, String, String, String, boolean, boolean) - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the indexes as text.
- getIndexInRecord() - Method in class com.toolsverse.etl.common.FieldDef
-
Gets the index in record.
- getIndexMetadataTypes() - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the index metadata types.
- getIndexOfVersion(int, Object, boolean, boolean) - Method in class com.toolsverse.etl.common.DataSetRecord
-
Calculates the index of the version using given value.
- getIndexSuffix() - Method in class com.toolsverse.etl.core.engine.Destination
-
Gets the index suffix.
- getInitSql() - Method in class com.toolsverse.etl.common.Alias
-
Gets the sql which will be executed right after JDBC connection is
established.
- getInitSql() - Method in class com.toolsverse.etl.driver.CallableDriver
-
- getInitSql() - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the initialization sql.
- getInitSql() - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- getInitStr(String, Alias) - Method in class com.toolsverse.etl.connector.DataSetConnectorParams
-
Gets the initialization string using given alias.
- getInitStr(String, Alias) - Method in class com.toolsverse.etl.connector.excel.ExcelConnectorParams
-
- getInitStr(String, Alias) - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
- getInitStr(String, Alias) - Method in class com.toolsverse.etl.connector.SourceConnectorParams
-
- getInitStr(String, Alias) - Method in class com.toolsverse.etl.connector.sql.SqlConnectorParams
-
- getInlineTasks() - Method in interface com.toolsverse.etl.core.engine.Block
-
Gets the tasks which are executed for each row of the
DataSet object associated with the scenario block.
- getInlineTasks() - Method in class com.toolsverse.etl.core.engine.Destination
-
- getInlineTasks() - Method in class com.toolsverse.etl.core.engine.Source
-
- getInnerDefaultValues() - Method in class com.toolsverse.etl.core.engine.Scenario
-
Gets the default values for the model used to edit inner scenario.
- getInputStream(File, InputStream, String) - Method in class com.toolsverse.etl.connector.BaseDataSetConnector
-
Gets the input stream.
- getInputStream() - Method in class com.toolsverse.etl.connector.DataSetConnectorParams
-
Gets the input stream.
- getInputStreamFromObject(Object) - Static method in class com.toolsverse.util.Utils
-
Converts object to the InputStream.
- getInputStreamFromString(String) - Static method in class com.toolsverse.util.Utils
-
Converts string to the InputStream.
- getInputStreamFromString(String, String) - Static method in class com.toolsverse.util.Utils
-
Converts string to the InputStream.
- getInserts() - Method in class com.toolsverse.util.UpdateArrayList
-
- getInserts() - Method in interface com.toolsverse.util.UpdateList
-
Gets the list of the inserted elements
- getInsertSelectSql(DataSet, Driver, String, String, boolean) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
- getInsertStatement(TypedKeyValue<List<String>, List<Object>>, String) - Method in class com.toolsverse.etl.driver.AbstractDriver
-
- getInsertStatement(TypedKeyValue<List<String>, List<Object>>, String) - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the insert statement.
- getIntProperty(String) - Method in class com.toolsverse.storage.StorageManager
-
Gets the int property.
- getIntProperty(String, int) - Method in class com.toolsverse.storage.StorageManager
-
Gets the int property.
- getIoProcessor() - Method in class com.toolsverse.etl.common.Alias
-
Gets the io processor.
- getIoProcessor() - Method in class com.toolsverse.etl.common.IoProcessorCallable
-
Gets the io processor.
- getIoProcessor(Alias, Driver) - Method in class com.toolsverse.etl.connector.BaseDataSetConnector
-
Gets the io processor.
- getIoProcessor() - Method in class com.toolsverse.etl.connector.DataSetConnectorParams
-
Gets the io processor.
- getIoProcessor() - Method in class com.toolsverse.io.IoProcessorFactory
-
Returns FileProcessor.
- getIoProcessor(String) - Method in class com.toolsverse.io.IoProcessorFactory
-
Gets the IoProcessor by name.
- getIoProcessor(String, String, int) - Method in class com.toolsverse.io.IoProcessorFactory
-
Gets the IoProcessor by name.
- getIoProcessorClassName() - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the default io processor class name.
- getIoProcessorClassName() - Method in class com.toolsverse.etl.driver.ReadOnlyFileDriver
-
- getJarPath() - Method in class com.toolsverse.ext.loader.Unit
-
Gets the jar path.
- getJavaClassAsText(String, String, String, String) - Method in class com.toolsverse.etl.metadata.oracle.OracleMetadata
-
Gets the Java class as text.
- getJavaClasses(String, String, String, String) - Method in class com.toolsverse.etl.metadata.oracle.OracleMetadata
-
Gets the Java classes.
- getJavaColumnClass(int) - Method in interface com.toolsverse.util.SortableModel
-
Returns Object.class for the columnIndex.
- getJavaDataType() - Method in class com.toolsverse.etl.common.FieldDef
-
Gets the primitive java data type.
- getJavaType() - Method in class com.toolsverse.etl.common.FieldMapping
-
Get the java.sql.Type type
- getJdbcDriverClass() - Method in class com.toolsverse.etl.common.Alias
-
Gets the name of the driver for the JDBC database connection.
- getJdbcDriverClassName() - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- getJdbcDriverClassName() - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the jdbc driver class name.
- getJdbcDriverClassName() - Method in class com.toolsverse.etl.driver.GenericFileDriver
-
- getJdbcDriverClassName() - Method in class com.toolsverse.etl.driver.GenericJdbcDriver
-
- getJdbcDriverClassName() - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- getJdbcDriverClassName() - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- getJdbcDriverClassName() - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- getJdbcDriverClassName() - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- getJdbcDriverClassName() - Method in class com.toolsverse.etl.driver.snowflake.SnowflakeDriver
-
- getJdbcDriverClassName() - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- getJdbcDriverClassName() - Method in class com.toolsverse.etl.driver.sqlserver.SybaseDriver
-
- getJndiConnection(Alias) - Method in class com.toolsverse.etl.sql.connection.AliasConnectionProvider
-
Gets the database connection using jndi
- getJsonWriter() - Method in class com.toolsverse.etl.connector.json.JsonConnectorParams
-
Gets the json writer.
- getJsonWriter() - Method in class com.toolsverse.etl.connector.json.JsonDatasetConnectorParams
-
Gets the json writer.
- getJustTypeName(String) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Gets the type name without scale and precision.
- getJvmType() - Static method in class com.toolsverse.util.Utils
-
Checks if current JVM is 32 or 64 bit.
- getKey(DataSet, DataSetRecord, Map<String, FieldDef>, boolean, boolean) - Static method in class com.toolsverse.etl.common.CommonEtlUtils
-
Gets the string representation of the key for the given record and map of
key fields.
- getKey() - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentHashMapV8.MapEntry
-
- getKey() - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentHashMapV8.Node
-
- getKey() - Method in class com.toolsverse.util.TypedKeyValue
-
Gets the key.
- getKeyFields(String, Map<String, FieldDef>) - Static method in class com.toolsverse.etl.common.CommonEtlUtils
-
Returns the map of the key fields for the given keys.
- getKeyFields() - Method in class com.toolsverse.etl.common.DataSet
-
Gets the names of the key fields.
- getKeyFields() - Method in class com.toolsverse.etl.common.OnException
-
Gets the name of the key fields.
- getKeyFields() - Method in class com.toolsverse.etl.core.engine.Source
-
- getKeyFromValue(Map<?, ?>, Object) - Static method in class com.toolsverse.util.CollectionUtils
-
Gets the first key with the input value in the map.
- getKeyName() - Method in class com.toolsverse.etl.core.engine.Source
-
Gets the key name.
- getKeys(String) - Method in interface com.toolsverse.io.RedisService
-
Gets the list of keys by the given wildcard key.
- getKeys(Map<?, ?>) - Static method in class com.toolsverse.util.CollectionUtils
-
Gets the list of keys from the map
- getKeysFromMap(Map<?, ?>, Object) - Static method in class com.toolsverse.util.CollectionUtils
-
Gets the list of keys with the input value in the map.
- getKillFolder() - Method in class com.toolsverse.config.SystemConfig
-
Gets the kill folder.
- getLabel() - Method in class com.toolsverse.etl.common.Variable
-
Gets the label.
- getLang() - Method in class com.toolsverse.etl.common.Variable
-
Gets the code language.
- getLangByExt(String) - Method in class com.toolsverse.util.lang.BaseParserTypeFactory
-
- getLangByExt(String, String) - Method in class com.toolsverse.util.lang.BaseParserTypeFactory
-
- getLangByExt(String) - Method in interface com.toolsverse.util.lang.ParserTypeFactory
-
Gets the language by file extension.
- getLangByExt(String, String) - Method in interface com.toolsverse.util.lang.ParserTypeFactory
-
Gets the language by file extension.
- getLanguage() - Method in class com.toolsverse.etl.core.engine.RunningEtlTask
-
Gets the language.
- getLast() - Method in class com.toolsverse.util.concurrentlinkedhashmap.LinkedDeque
-
- getLastComment() - Method in class com.toolsverse.etl.connector.xml.XmlObjectConnectorParams
-
Gets the last commnet.
- getLastCreatedFile() - Method in class com.toolsverse.etl.core.engine.EtlMetrics
-
Gets the last created file.
- getLastException() - Method in class com.toolsverse.config.LocalEtlThreadContext
-
Gets the last exception.
- getLastException() - Method in class com.toolsverse.etl.core.config.EtlConfig
-
- getLastException() - Method in class com.toolsverse.etl.core.config.EtlContextImpl
-
- getLastException() - Method in interface com.toolsverse.util.log.InfoLogger
-
Gets the last exception.
- getLastExecutedCode() - Method in class com.toolsverse.etl.core.config.EtlConfig
-
Gets the last executed code (code = sql).
- getLastExecutedFileName() - Method in class com.toolsverse.etl.core.config.EtlConfig
-
Gets the last executed file name.
- getLastModified() - Method in class com.toolsverse.io.FileResource
-
Gets the time when file was last modified.
- getLastReadFile() - Method in class com.toolsverse.etl.core.engine.EtlMetrics
-
Gets the last read file.
- getLastSuccessfulExtractFinished() - Method in class com.toolsverse.etl.core.engine.EtlMetrics
-
Gets the last successful load started.
- getLastSuccessfulExtractStarted() - Method in class com.toolsverse.etl.core.engine.EtlMetrics
-
Gets the last successful extract started.
- getLastSuccessfulLoadFinished() - Method in class com.toolsverse.etl.core.engine.EtlMetrics
-
Gets the last successful load finished.
- getLastSuccessfulLoadStarted() - Method in class com.toolsverse.etl.core.engine.EtlMetrics
-
Gets the last successful load started.
- getLastWord(String, String) - Static method in class com.toolsverse.util.Utils
-
Get last word in the input string.
- getLeftAndRightWords(String, String, String) - Static method in class com.toolsverse.util.Utils
-
Get the left and right words between delimiter.
- getLengthArray(TextConnectorParams, int) - Static method in class com.toolsverse.etl.connector.text.TextConnector
-
Gets the array of lengths for each field in the fixed-length file.
- getLengthArray() - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Gets the length array.
- getLengthArray() - Method in class com.toolsverse.etl.connector.text.TextStreamingPackage
-
Gets the length array.
- getLevel() - Method in class com.toolsverse.etl.common.FieldMapping
-
Get the source field nestinnes level
- getLevel() - Method in class com.toolsverse.etl.connector.xml.XmlObjectConnectorParams
-
Gets the level of nestennes.
- getLibsPath() - Method in class com.toolsverse.config.SystemConfig
-
Gets the lib path.
- getLicenseFolderName() - Method in class com.toolsverse.config.SystemConfig
-
Gets the folder name for software the licenses.
- getLicensePropertyName() - Method in class com.toolsverse.etl.aliasreader.oracle.OracleTnsNamesReader
-
- getLicensePropertyName() - Method in class com.toolsverse.etl.connector.BaseDataSetConnector
-
- getLicensePropertyName() - Method in class com.toolsverse.etl.driver.AbstractDriver
-
- getLicensePropertyName() - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- getLicensePropertyName() - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- getLicensePropertyName() - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- getLicensePropertyName() - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- getLicensePropertyName() - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- getLicensePropertyName() - Method in class com.toolsverse.etl.driver.snowflake.SnowflakeDriver
-
- getLicensePropertyName() - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- getLicensePropertyName() - Method in class com.toolsverse.etl.driver.sqlserver.SybaseDriver
-
- getLicensePropertyName() - Method in class com.toolsverse.etl.metadata.db2.Db2Metadata
-
- getLicensePropertyName() - Method in class com.toolsverse.etl.metadata.DefaultFileMetadata
-
- getLicensePropertyName() - Method in class com.toolsverse.etl.metadata.excel.ExcelFileMetadata
-
- getLicensePropertyName() - Method in class com.toolsverse.etl.metadata.excel.ExcelOdbcMetadata
-
- getLicensePropertyName() - Method in class com.toolsverse.etl.metadata.excel.ExcelXlsxFileMetadata
-
- getLicensePropertyName() - Method in class com.toolsverse.etl.metadata.informix.InformixMetadata
-
- getLicensePropertyName() - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
- getLicensePropertyName() - Method in class com.toolsverse.etl.metadata.json.JsonDatasetMetadata
-
- getLicensePropertyName() - Method in class com.toolsverse.etl.metadata.json.JsonMetadata
-
- getLicensePropertyName() - Method in class com.toolsverse.etl.metadata.mysql.MySqlMetadata
-
- getLicensePropertyName() - Method in class com.toolsverse.etl.metadata.oracle.OracleMetadata
-
- getLicensePropertyName() - Method in class com.toolsverse.etl.metadata.postgres.PostgresMetadata
-
- getLicensePropertyName() - Method in class com.toolsverse.etl.metadata.sqlserver.MsSqlMetadata
-
- getLicensePropertyName() - Method in class com.toolsverse.etl.metadata.sqlserver.SybaseMetadata
-
- getLicensePropertyName() - Method in class com.toolsverse.etl.metadata.text.ClobFileMetadata
-
- getLicensePropertyName() - Method in class com.toolsverse.etl.metadata.text.KeyValueFileMetadata
-
- getLicensePropertyName() - Method in class com.toolsverse.etl.metadata.text.TextFileMetadata
-
- getLicensePropertyName() - Method in class com.toolsverse.etl.metadata.xml.XmlFileMetadata
-
- getLicensePropertyName() - Method in class com.toolsverse.etl.metadata.xml.XmlObjectFileMetadata
-
- getLicensePropertyName() - Method in interface com.toolsverse.ext.ExtensionModule
-
Gets the name of the license property.
- getLicensePropertyName() - Method in class com.toolsverse.ext.loader.UnitLoader.StoredExtension
-
- getLicensePropertyName() - Method in class com.toolsverse.imaging.handler.bmp.BmpImageHandler
-
- getLicensePropertyName() - Method in class com.toolsverse.imaging.handler.tiff.TiffImageHandler
-
- getLicensePropertyName() - Method in class com.toolsverse.imaging.ImageProcessor
-
- getLine() - Method in class com.toolsverse.etl.connector.text.TextFilter
-
Gets the line.
- getLineSeparator() - Method in class com.toolsverse.etl.connector.text.KeyValueConnectorParams
-
Gets the line separator.
- getLineSeparator() - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Gets the line separator.
- getLinesLimit() - Method in class com.toolsverse.etl.driver.CallableDriver
-
- getLinesLimit() - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the maximum number of lines in the sql block supported by database.
- getLinesLimit() - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- getLinkedCacheProvider() - Method in class com.toolsverse.etl.common.Variable
-
Gets the linked cache provider.
- getLinkedDestination() - Method in class com.toolsverse.etl.common.Variable
-
Gets the name of the linked destination.
- getLinkedSourceName() - Method in class com.toolsverse.etl.core.engine.Source
-
Gets the name of the linked source.
- getLinkedVarName() - Method in class com.toolsverse.etl.common.Variable
-
Gets the linked variable name.
- getList() - Method in class com.toolsverse.etl.aliasreader.AliasReaderUnit
-
- getList() - Method in class com.toolsverse.etl.connector.ConnectorUnit
-
- getList() - Method in class com.toolsverse.etl.connector.pdf.PdfPageSizeListProvider
-
- getList() - Method in class com.toolsverse.etl.driver.DriverUnit
-
- getList() - Method in class com.toolsverse.etl.metadata.MetadataUnit
-
- getList() - Method in class com.toolsverse.ext.loader.Unit
-
Gets the list of loaded modules.
- getList() - Method in class com.toolsverse.imaging.ImageProcessor
-
- getList(String, String, boolean, int) - Method in class com.toolsverse.io.DirectProcessor
-
- getList(String, String, boolean, int) - Method in class com.toolsverse.io.FileProcessor
-
- getList(String, String, boolean, int) - Method in class com.toolsverse.io.FtpProcessor
-
- getList(String, String, boolean, int) - Method in class com.toolsverse.io.HttpProcessor
-
- getList(String, String, boolean, int) - Method in interface com.toolsverse.io.IoProcessor
-
Gets the list of FileResource objects from the folder + filename.
- getList() - Method in class com.toolsverse.io.IoProcessorFactory
-
- getList(String, String, boolean, int) - Method in class com.toolsverse.io.MailProcessor
-
- getList(String, String, boolean, int) - Method in class com.toolsverse.io.NullProcessor
-
- getList(String, String, boolean, int) - Method in class com.toolsverse.io.SftpProcessor
-
- getList() - Method in class com.toolsverse.util.CaseInsensitiveListTreeMap
-
Gets the list.
- getList() - Method in class com.toolsverse.util.ListHashMap
-
Gets the list.
- getList() - Method in interface com.toolsverse.util.ListProvider
-
Gets the list of the KeyValue pairs.
- getList(String, String) - Static method in class com.toolsverse.util.Utils
-
Split input string and return immutable list of strings.
- getLoadAction() - Method in class com.toolsverse.etl.core.engine.Destination
-
Gets the load action.
- getLoadActionConditions() - Method in class com.toolsverse.etl.core.engine.Destination
-
Gets the load action evaluation conditions.
- getLoadActionLang() - Method in class com.toolsverse.etl.core.engine.Destination
-
Gets the load action evaluation language (null = JavaScript).
- getLoadFinished() - Method in class com.toolsverse.etl.core.engine.EtlMetrics
-
Gets the load finished.
- getLoadKey() - Method in class com.toolsverse.etl.core.engine.Destination
-
Gets the load key.
- getLoadKey(EtlConfig, Destination, String, List<String>, DataSetFields, Driver) - Method in class com.toolsverse.etl.core.engine.MetadataTracker
-
Gets the load key.
- getLoadKeys() - Method in class com.toolsverse.etl.core.engine.Destination
-
Gets the load keys.
- getLoadStarted() - Method in class com.toolsverse.etl.core.engine.EtlMetrics
-
Gets the load started.
- getLocale() - Method in class com.toolsverse.util.LinkedCaseInsensitiveMap
-
Return the locale used by this LinkedCaseInsensitiveMap.
- getLocalEtlThreadContext() - Method in class com.toolsverse.config.SystemConfig
-
Gets the local etl thread context.
- getLocalHost() - Method in class com.toolsverse.etl.sql.connection.SshConnection
-
Gets the local host.
- getLocalPort() - Method in class com.toolsverse.etl.sql.connection.SshConnection
-
Gets the local port.
- getLocalProperties() - Method in class com.toolsverse.config.SystemConfig
-
Gets either system properties or tenant properties.
- getLocalUnitClassPath() - Method in class com.toolsverse.etl.aliasreader.oracle.OracleTnsNamesReader
-
- getLocalUnitClassPath() - Method in class com.toolsverse.etl.driver.AbstractDriver
-
- getLocalUnitClassPath() - Method in class com.toolsverse.etl.metadata.BaseMetadata
-
- getLocalUnitClassPath() - Method in class com.toolsverse.ext.BaseExtension
-
- getLocalUnitClassPath() - Method in interface com.toolsverse.ext.ExtensionModule
-
If extension module is a "local" it must return the path to it's corresponding Unit.
- getLocalUnitClassPath() - Method in class com.toolsverse.imaging.handler.JaiImageHandler
-
- getLocalUnitClassPath() - Method in class com.toolsverse.imaging.ImageProcessor
-
- getLocation(String) - Method in class com.toolsverse.etl.common.Variable
-
Gets the location of the collection artifact such UI items.
- getLocation(String) - Method in interface com.toolsverse.etl.core.engine.Block
-
Gets the location of the collection artifact such as tasks, variables, etc.
- getLocation(String) - Method in class com.toolsverse.etl.core.engine.Destination
-
- getLocation(String) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Gets the location of the collection artifact such as sources,
destinations, variables, etc.
- getLocation(String) - Method in class com.toolsverse.etl.core.engine.Source
-
- getLocation(String) - Method in class com.toolsverse.etl.core.engine.Task
-
Gets the location of the collection artifact such as sources, destinations, variables, etc.
- getLocation() - Method in exception com.toolsverse.etl.exception.EtlException
-
Gets the error location.
- getLocation(Node) - Static method in class com.toolsverse.util.PositionalXmlReader
-
Gets the location information (start and end) from the DOM node.
- getLocations() - Method in class com.toolsverse.etl.common.Variable
-
The the locations of the collection artifacts such UI items.
- getLocations() - Method in interface com.toolsverse.etl.core.engine.Block
-
The the locations of the collection artifacts such as tasks, variables, etc.
- getLocations() - Method in class com.toolsverse.etl.core.engine.Destination
-
- getLocations() - Method in class com.toolsverse.etl.core.engine.Scenario
-
The the locations of the collection artifacts such as sources,
destinations, etc.
- getLocations() - Method in class com.toolsverse.etl.core.engine.Source
-
- getLocations() - Method in class com.toolsverse.etl.core.engine.Task
-
The the locations of the collection artifacts such as sources, destinations, etc.
- getLogAppender() - Method in class com.toolsverse.config.EtlThreadContext
-
Gets the log appender.
- getLogger(Object) - Method in class com.toolsverse.util.log.Log4jWriter
-
Gets the log4j logger for the object .
- getLogger() - Static method in class com.toolsverse.util.log.Logger
-
Return a reference to the LogWriter implementation.
- getLogLevel() - Method in class com.toolsverse.etl.core.config.EtlConfig
-
Gets the log level.
- getLogLevel() - Method in class com.toolsverse.etl.core.engine.EtlRequest
-
Gets the log level.
- getLogNode(String, Object, Object[], Throwable) - Method in class com.toolsverse.etl.core.service.EtlServiceImpl
-
- getLogNode(String, Object, Object[], Throwable) - Method in class com.toolsverse.etl.sql.service.SqlServiceImpl
-
- getLogNode(String, Object, Object[], Throwable) - Method in interface com.toolsverse.service.Loggable
-
Gets the log node.
- getLogsFolder() - Method in class com.toolsverse.config.SystemConfig
-
Gets the logs folder path.
- getLogsFolder() - Method in class com.toolsverse.config.ThreadContext
-
Gets the logs folder.
- getLogStep() - Method in class com.toolsverse.etl.connector.DataSetConnectorParams
-
Gets the log step.
- getLogStep() - Method in class com.toolsverse.etl.core.config.EtlConfig
-
Gets the "log step".
- getLong(Object) - Method in class com.toolsverse.etl.core.engine.BaseMetrics
-
Gets the long.
- getLongProperty(String) - Method in class com.toolsverse.storage.StorageManager
-
Gets the long property.
- getLongProperty(String, long) - Method in class com.toolsverse.storage.StorageManager
-
Gets the long property.
- getLoopCode() - Method in class com.toolsverse.etl.core.engine.Scenario
-
Gets the loop code.
- getLoopConnectionName() - Method in class com.toolsverse.etl.core.engine.Scenario
-
Gets the loop connection name.
- getLoopCount() - Method in class com.toolsverse.etl.core.engine.Scenario
-
Gets the loop count.
- getLoopField() - Method in class com.toolsverse.etl.core.engine.Scenario
-
Gets the loop field.
- getLoopLang() - Method in class com.toolsverse.etl.core.engine.Scenario
-
Gets the loop language.
- getLoopProperties() - Method in exception com.toolsverse.etl.exception.EtlException
-
Gets the loop properties.
- getLoopThreads() - Method in class com.toolsverse.etl.core.engine.Scenario
-
Gets the loop threads.
- getLoopVarName() - Method in class com.toolsverse.etl.core.engine.Scenario
-
Gets the loop variable name.
- getLoopVarPattern() - Method in class com.toolsverse.etl.core.engine.Scenario
-
Gets the loop variable pattern.
- getLowerCaseLoadActionCond() - Method in class com.toolsverse.etl.core.engine.Destination
-
Gets the lower case load action conditions.
- getMailer() - Method in class com.toolsverse.io.MailParams
-
Gets the mailer.
- getMailHost() - Method in class com.toolsverse.io.MailParams
-
Gets the mail host.
- getMailPassword() - Method in class com.toolsverse.io.MailParams
-
Gets the mail user.
- getMailPort() - Method in class com.toolsverse.io.MailParams
-
Gets the mail port.
- getMailProtocol() - Method in class com.toolsverse.io.MailParams
-
Gets the mail protocol.
- getMailUser() - Method in class com.toolsverse.io.MailParams
-
Gets the mail user.
- getMainScenarioName() - Method in class com.toolsverse.etl.core.config.EtlConfig
-
Gets the main scenario name.
- getMandatorySources() - Method in class com.toolsverse.etl.core.engine.Scenario
-
Gets the list of mandatory sources.
- getMap() - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentHashMapV8.CollectionView
-
Returns the map backing this view.
- getMappedValue() - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentHashMapV8.KeySetView
-
Returns the default mapped value for additions,
or null if additions are not supported.
- getMasterModel() - Method in interface com.toolsverse.mvc.controller.Controller
-
Gets the master model.
- getMasterModel() - Method in class com.toolsverse.mvc.controller.ControllerImpl
-
- getMasterView() - Method in interface com.toolsverse.mvc.controller.Controller
-
Gets the master view.
- getMasterView() - Method in class com.toolsverse.mvc.controller.ControllerImpl
-
- getMatch() - Method in class com.toolsverse.etl.core.engine.Source
-
Gets the match.
- getMaxCharSize() - Method in class com.toolsverse.etl.driver.CallableDriver
-
- getMaxCharSize() - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the maximum character size.
- getMaxCharSize() - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- getMaxFieldSize() - Method in class com.toolsverse.etl.common.Alias
-
Gets the max field size.
- getMaxFieldSize() - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- getMaxFiles() - Method in class com.toolsverse.etl.core.engine.Source
-
Gets the max files to process when wildcard processing is nabled.
- getMaxLoopIterations() - Method in class com.toolsverse.etl.core.engine.Scenario
-
Gets the maximum number of loop iterations.
- getMaxNumberOfRows() - Method in class com.toolsverse.etl.connector.BaseSplitProcessor
-
Gets the maximum number of rows in file.
- getMaxPrecision() - Method in class com.toolsverse.etl.driver.CallableDriver
-
- getMaxPrecision() - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the maximum precision.
- getMaxPrecision() - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- getMaxRows() - Method in class com.toolsverse.etl.common.Alias
-
Gets the max rows.
- getMaxRows() - Method in class com.toolsverse.etl.connector.BaseStreamingPackage
-
- getMaxRows() - Method in class com.toolsverse.etl.connector.DataSetConnectorParams
-
Gets the maximum number of rows allowed for the DataSet.
- getMaxRows() - Method in class com.toolsverse.etl.connector.service.ConnectorRequest
-
Gets the maximum rows allowed for the data set.
- getMaxRows() - Method in class com.toolsverse.etl.core.engine.Source
-
Gets the maximum number of rows to extract.
- getMaxRows() - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- getMaxRows() - Method in class com.toolsverse.etl.sql.service.SqlRequest
-
Gets the maximum number of rows.
- getMaxRows() - Method in interface com.toolsverse.io.StreamingPackage
-
Gets the maximum number of rows allowed for the DataSet.
- getMaxRowsInFile() - Method in class com.toolsverse.etl.connector.text.KeyValueConnectorParams
-
Gets the max number of rows in file created.
- getMaxRowsInFile() - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Gets the max number of rows in file created.
- getMaxScale() - Method in class com.toolsverse.etl.driver.CallableDriver
-
- getMaxScale() - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the maximum scale.
- getMaxScale() - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- getMaxStringLiteralSize() - Method in class com.toolsverse.etl.driver.CallableDriver
-
- getMaxStringLiteralSize() - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the maximum string literal size.
- getMaxStringLiteralSize() - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- getMaxStringLiteralSize() - Method in class com.toolsverse.etl.driver.snowflake.SnowflakeDriver
-
- getMaxThreads() - Method in class com.toolsverse.etl.connector.service.ConnectorRequest
-
Gets the maximum number of threads.
- getMaxVarcharSize() - Method in class com.toolsverse.etl.driver.CallableDriver
-
- getMaxVarcharSize() - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the maximum varchar size.
- getMaxVarcharSize() - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- getMergeStatement(TypedKeyValue<List<String>, List<Object>>, String, String) - Method in class com.toolsverse.etl.driver.AbstractDriver
-
- getMergeStatement(TypedKeyValue<List<String>, List<Object>>, String, String) - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- getMergeStatement(TypedKeyValue<List<String>, List<Object>>, String, String) - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the merge statement.
- getMergeStatement(TypedKeyValue<List<String>, List<Object>>, String, String) - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- getMergeStatement(TypedKeyValue<List<String>, List<Object>>, String, String) - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- getMergeStatement(TypedKeyValue<List<String>, List<Object>>, String, String) - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- getMergeStatement(TypedKeyValue<List<String>, List<Object>>, String, String) - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- getMergeStatement(TypedKeyValue<List<String>, List<Object>>, String, String) - Method in class com.toolsverse.etl.driver.postgres.RedshiftDriver
-
- getMergeStatement(TypedKeyValue<List<String>, List<Object>>, String, String) - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- getMergeStatement(TypedKeyValue<List<String>, List<Object>>, String, String) - Method in class com.toolsverse.etl.driver.snowflake.SnowflakeDriver
-
- getMergeStatement(TypedKeyValue<List<String>, List<Object>>, String, String) - Method in class com.toolsverse.etl.driver.sqlserver.AzureSynapseAnalyticsDriver
-
- getMergeStatement(TypedKeyValue<List<String>, List<Object>>, String, String) - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- getMessage() - Method in class com.toolsverse.etl.common.OnException
-
Gets the message displayed on exception.
- getMessage() - Method in class com.toolsverse.etl.connector.BaseProducerPackage
-
- getMessage() - Method in class com.toolsverse.io.MailParams
-
Gets the message.
- getMessage() - Method in interface com.toolsverse.io.ProducerPackage
-
Gets the message.
- getMessage() - Method in class com.toolsverse.service.LogNode
-
Gets the message.
- getMessage() - Method in class com.toolsverse.util.AnyMessage
-
Gets the message.
- getMessage() - Method in class com.toolsverse.util.concurrent.ConcurrentFeature
-
Gets the message which is displayed on the progress indicator.
- getMessage(Throwable) - Static method in class com.toolsverse.util.ExceptionUtils
-
Gets a short message summarizing the exception.
- getMessage(Throwable, String) - Static method in class com.toolsverse.util.Utils
-
Get the exception message.
- getMetaData() - Method in class com.toolsverse.etl.core.engine.Destination
-
Gets the meta data.
- getMetaData(String, Connection, Driver, String, boolean, boolean) - Method in class com.toolsverse.etl.metadata.GenericMetadataExtractor
-
- getMetaData(String, Connection, Driver, String, boolean, boolean) - Method in interface com.toolsverse.etl.metadata.MetadataExtractor
-
Extracts fields definitions for the object or given sql.
- getMetaData(String) - Method in interface com.toolsverse.etl.metadata.MetadataProvider
-
Gets the field definitions for the object.
- getMetaData() - Method in class com.toolsverse.etl.sql.connection.SshConnection
-
- getMetaData() - Method in class com.toolsverse.etl.sql.connection.StreamingConnection
-
- getMetaData() - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- getMetaData(SqlRequest) - Method in interface com.toolsverse.etl.sql.service.SqlService
-
Gets the meta data for the database object (table, view or synonym).
- getMetaData(SqlRequest) - Method in class com.toolsverse.etl.sql.service.SqlServiceImpl
-
- getMetadataByName(String) - Method in class com.toolsverse.etl.metadata.MetadataCollector
-
Gets the object's metadata by name.
- getMetadataByType(String, String, String, String, String) - Method in class com.toolsverse.etl.metadata.BaseMetadata
-
- getMetadataByType(String, String, String, String, String) - Method in interface com.toolsverse.etl.metadata.Metadata
-
Gets the metadata by type.
- getMetadataByTypePreserveException(String, String, String, String, String) - Method in class com.toolsverse.etl.metadata.BaseMetadata
-
- getMetadataByTypePreserveException(String, String, String, String, String) - Method in interface com.toolsverse.etl.metadata.Metadata
-
Gets the metadata by type and preserve exception.
- getMetadataClassName() - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- getMetadataClassName() - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the metadata driver class name.
- getMetadataClassName() - Method in class com.toolsverse.etl.driver.GenericFileDriver
-
- getMetadataClassName() - Method in class com.toolsverse.etl.driver.GenericJdbcDriver
-
- getMetadataClassName() - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- getMetadataClassName() - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- getMetadataClassName() - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- getMetadataClassName() - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- getMetadataClassName() - Method in class com.toolsverse.etl.driver.snowflake.SnowflakeDriver
-
- getMetadataClassName() - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- getMetadataClassName() - Method in class com.toolsverse.etl.driver.sqlserver.SybaseDriver
-
- getMetadataDriverClassname() - Method in class com.toolsverse.etl.common.Alias
-
Gets the metadata driver classname.
- getMetadataExtractorClass() - Method in class com.toolsverse.etl.core.engine.Destination
-
Gets the metadata extractor class.
- getMetadataExtractorClass() - Method in class com.toolsverse.etl.core.engine.Scenario
-
Gets the metadata extractor class name.
- getMetadataFileName(String) - Method in class com.toolsverse.etl.core.config.EtlConfig
-
Gets the metadata file name.
- getMetadataFolder() - Method in class com.toolsverse.etl.core.config.EtlConfig
-
Gets the metadata folder.
- getMetadataMethods() - Method in class com.toolsverse.etl.metadata.BaseMetadata
-
Gets the metadata methods.
- getMetadataMethods() - Method in class com.toolsverse.etl.metadata.db2.Db2Metadata
-
- getMetadataMethods() - Method in class com.toolsverse.etl.metadata.FileMetadata
-
- getMetadataMethods() - Method in class com.toolsverse.etl.metadata.informix.InformixMetadata
-
- getMetadataMethods() - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
- getMetadataMethods() - Method in class com.toolsverse.etl.metadata.mysql.MySqlMetadata
-
- getMetadataMethods() - Method in class com.toolsverse.etl.metadata.oracle.OracleMetadata
-
- getMetadataMethods() - Method in class com.toolsverse.etl.metadata.postgres.PostgresMetadata
-
- getMetadataMethods() - Method in class com.toolsverse.etl.metadata.sqlserver.MsSqlMetadata
-
- getMetadataMethods() - Method in class com.toolsverse.etl.metadata.sqlserver.SybaseMetadata
-
- getMetadataSelectClause() - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- getMetadataSelectClause() - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the metadata "select" clause.
- getMetadataSelectClause() - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- getMetadataSelectClause() - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- getMetadataSelectClause() - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- getMetadataSelectClause() - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- getMetadataSelectClause() - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- getMetadataSelectClause() - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- getMetadataTypeByParentType(String) - Method in class com.toolsverse.etl.metadata.BaseMetadata
-
- getMetadataTypeByParentType(String) - Method in interface com.toolsverse.etl.metadata.Metadata
-
Gets the metadata type by parent type.
- getMetadataTypes(String) - Method in class com.toolsverse.etl.metadata.BaseMetadata
-
- getMetadataTypes(String) - Method in interface com.toolsverse.etl.metadata.Metadata
-
Gets the metadata types.
- getMetadataWhereClause() - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- getMetadataWhereClause() - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the metadata "where" clause.
- getMetadataWhereClause() - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- getMetadataWhereClause() - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- getMetadataWhereClause() - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- getMetadataWhereClause() - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- getMetadataWhereClause() - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- getMetadataWhereClause() - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- getMethod(Properties) - Static method in enum com.toolsverse.io.HttpProcessor.HTTP_AUTH
-
Get the HTTP method by the string containing properties.
- getMethod(Properties, String) - Static method in enum com.toolsverse.io.HttpProcessor.HTTP_METHOD
-
Get the HTTP method by the string containing properties.
- getMethod(Properties) - Static method in enum com.toolsverse.io.HttpProcessor.HTTP_METHOD
-
Get the HTTP method by the string containing properties.
- getMethod() - Method in class com.toolsverse.io.HttpProcessor.HttpDeleteWithEntity
-
- getMethod() - Method in class com.toolsverse.io.HttpProcessor.HttpGetWithEntity
-
- getMethod() - Method in class com.toolsverse.service.ServiceRequest
-
Gets the method.
- getMetrics() - Method in class com.toolsverse.etl.core.engine.EtlMetricsTracker
-
Gets the ETL metrics.
- getMetrics() - Method in class com.toolsverse.etl.core.engine.EtlResponse
-
Gets the metrics.
- getMetricsFolder() - Method in class com.toolsverse.etl.core.engine.Scenario
-
Gets the metrics folder.
- getMetricsToWriteFileName() - Method in class com.toolsverse.etl.core.engine.Scenario
-
Gets the name of the file to write metrics to.
- getMissingFields() - Method in class com.toolsverse.etl.core.engine.Destination
-
Gets the fields missing in destination.
- getMode() - Method in class com.toolsverse.config.SystemConfig
-
Gets the mode.
- getModelByAttributeName(String) - Method in interface com.toolsverse.mvc.model.Model
-
Gets the model by attribute name.
- getModelByAttributeName(String) - Method in class com.toolsverse.mvc.model.ModelImpl
-
- getModifier() - Method in class com.toolsverse.etl.core.engine.EtlUnit
-
- getMoreResults() - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- getMoreResults(int) - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- getName() - Method in interface com.toolsverse.etl.aliasreader.AliasReader
-
Gets the name.
- getName() - Method in class com.toolsverse.etl.aliasreader.oracle.OracleTnsNamesReader
-
- getName() - Method in class com.toolsverse.etl.common.Alias
-
Gets name of the alias.
- getName() - Method in interface com.toolsverse.etl.common.ConnectionParams
-
Gets the name.
- getName() - Method in class com.toolsverse.etl.common.DataSet
-
Gets the name.
- getName() - Method in class com.toolsverse.etl.common.FieldDef
-
Gets the name.
- getName() - Method in class com.toolsverse.etl.common.OnException
-
Gets the name.
- getName() - Method in class com.toolsverse.etl.common.Variable
-
Gets the name.
- getName() - Method in interface com.toolsverse.etl.connector.DataSetConnector
-
Gets the name.
- getName() - Method in class com.toolsverse.etl.connector.excel.ExcelConnector
-
- getName() - Method in class com.toolsverse.etl.connector.excel.ExcelXlsxConnector
-
- getName() - Method in class com.toolsverse.etl.connector.html.HtmlConnector
-
- getName() - Method in class com.toolsverse.etl.connector.json.ApiJsonConnector
-
- getName() - Method in class com.toolsverse.etl.connector.json.JsonConnector
-
- getName() - Method in class com.toolsverse.etl.connector.json.JsonDatasetConnector
-
- getName() - Method in class com.toolsverse.etl.connector.pdf.PdfConnector
-
- getName() - Method in class com.toolsverse.etl.connector.SourceConnector
-
- getName() - Method in class com.toolsverse.etl.connector.sql.SqlConnector
-
- getName() - Method in class com.toolsverse.etl.connector.text.ClobConnector
-
- getName() - Method in class com.toolsverse.etl.connector.text.KeyValueConnector
-
- getName() - Method in class com.toolsverse.etl.connector.text.TextConnector
-
- getName() - Method in class com.toolsverse.etl.connector.xml.XmlConnector
-
- getName() - Method in class com.toolsverse.etl.connector.xml.XmlObjectConnector
-
- getName() - Method in class com.toolsverse.etl.connector.xml.XmlObjectStreamingConnector
-
- getName() - Method in interface com.toolsverse.etl.core.engine.Block
-
Gets name of the block.
- getName() - Method in class com.toolsverse.etl.core.engine.Destination
-
- getName() - Method in class com.toolsverse.etl.core.engine.EtlMetrics
-
Gets the name.
- getName() - Method in class com.toolsverse.etl.core.engine.FileMetrics
-
Gets the name.
- getName() - Method in class com.toolsverse.etl.core.engine.RunningEtlTask
-
Gets the name.
- getName() - Method in class com.toolsverse.etl.core.engine.Scenario
-
Gets the name.
- getName() - Method in class com.toolsverse.etl.core.engine.Source
-
- getName() - Method in class com.toolsverse.etl.core.engine.Task
-
- getName() - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- getName() - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the name of the driver.
- getName() - Method in class com.toolsverse.etl.driver.GenericFileDriver
-
- getName() - Method in class com.toolsverse.etl.driver.GenericJdbcDriver
-
- getName() - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- getName() - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- getName() - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- getName() - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- getName() - Method in class com.toolsverse.etl.driver.postgres.RedshiftDriver
-
- getName() - Method in class com.toolsverse.etl.driver.snowflake.SnowflakeDriver
-
- getName() - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- getName() - Method in class com.toolsverse.etl.driver.sqlserver.SybaseDriver
-
- getName() - Method in exception com.toolsverse.etl.exception.EtlException
-
Gets the owner's name.
- getName() - Method in class com.toolsverse.etl.metadata.db2.Db2Metadata
-
- getName() - Method in class com.toolsverse.etl.metadata.DefaultFileMetadata
-
- getName() - Method in class com.toolsverse.etl.metadata.excel.ExcelFileMetadata
-
- getName() - Method in class com.toolsverse.etl.metadata.excel.ExcelOdbcMetadata
-
- getName() - Method in class com.toolsverse.etl.metadata.excel.ExcelXlsxFileMetadata
-
- getName() - Method in class com.toolsverse.etl.metadata.informix.InformixMetadata
-
- getName() - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
- getName() - Method in class com.toolsverse.etl.metadata.json.JsonDatasetMetadata
-
- getName() - Method in class com.toolsverse.etl.metadata.json.JsonMetadata
-
- getName() - Method in interface com.toolsverse.etl.metadata.Metadata
-
Gets the name.
- getName() - Method in class com.toolsverse.etl.metadata.mysql.MySqlMetadata
-
- getName() - Method in class com.toolsverse.etl.metadata.oracle.OracleMetadata
-
- getName() - Method in class com.toolsverse.etl.metadata.postgres.PostgresMetadata
-
- getName() - Method in class com.toolsverse.etl.metadata.sqlserver.MsSqlMetadata
-
- getName() - Method in class com.toolsverse.etl.metadata.sqlserver.SybaseMetadata
-
- getName() - Method in class com.toolsverse.etl.metadata.text.ClobFileMetadata
-
- getName() - Method in class com.toolsverse.etl.metadata.text.KeyValueFileMetadata
-
- getName() - Method in class com.toolsverse.etl.metadata.text.TextFileMetadata
-
- getName() - Method in class com.toolsverse.etl.metadata.xml.XmlFileMetadata
-
- getName() - Method in class com.toolsverse.etl.metadata.xml.XmlObjectFileMetadata
-
- getName() - Method in class com.toolsverse.io.DirectProcessor
-
- getName() - Method in class com.toolsverse.io.FileProcessor
-
- getName() - Method in class com.toolsverse.io.FileResource
-
Gets the name.
- getName() - Method in class com.toolsverse.io.FtpProcessor
-
- getName() - Method in class com.toolsverse.io.FtpsProcessor
-
- getName() - Method in class com.toolsverse.io.HttpProcessor
-
- getName() - Method in interface com.toolsverse.io.IoProcessor
-
Get processor name.
- getName() - Method in class com.toolsverse.io.MailProcessor
-
- getName() - Method in class com.toolsverse.io.NullProcessor
-
- getName() - Method in class com.toolsverse.io.SftpProcessor
-
- getName() - Method in class com.toolsverse.mvc.view.ComponentAdapter
-
Gets the name.
- getName() - Method in class com.toolsverse.mvc.view.wings.WingsComponentAdapter
-
- getName(String) - Static method in class com.toolsverse.util.FilenameUtils
-
Gets the name minus the path from a full filename.
- getName() - Method in class com.toolsverse.util.IOCase
-
Gets the name of the constant.
- getName() - Method in class com.toolsverse.util.lang.ParserType
-
Gets the name.
- getNameForWildcard(String, String, Driver, Driver) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Gets the table name for wildcard.
- getNameSpace() - Method in class com.toolsverse.etl.connector.xml.XmlObjectConnectorParams
-
Gets the namespace.
- getNameToPersist() - Method in class com.toolsverse.etl.common.FieldDef
-
Gets the name to use when persisting data set.
- getNameToUse() - Method in class com.toolsverse.etl.common.FieldDef
-
Gets the column name to use in the SQL.
- getNameWithoutOwnersAndWithOptionalQuotes(String, Driver, Driver) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Gets the name without quotes and owners.
- getNameWithoutPrefix(String, String) - Static method in class com.toolsverse.util.FileUtils
-
Gets the name without prefix.
- getNativeDataType() - Method in class com.toolsverse.etl.common.FieldDef
-
Gets the native data type.
- getNativeType(FieldDef, String, FieldsRepository) - Method in class com.toolsverse.etl.driver.AbstractDriver
-
- getNativeType(FieldDef, String, FieldsRepository) - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the native field from native field type.
- getNativeType(FieldDef, String, FieldsRepository) - Method in class com.toolsverse.etl.driver.postgres.RedshiftDriver
-
- getNativeTypeByJdbcType(int) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Gets the native type by jdbc type.
- getNestedStyle() - Method in class com.toolsverse.etl.connector.json.JsonConnectorParams
-
Gets the nested style: array, object, named object.
- getNetworkTimeout() - Method in class com.toolsverse.etl.sql.connection.SshConnection
-
- getNetworkTimeout() - Method in class com.toolsverse.etl.sql.connection.StreamingConnection
-
- getNewAtomicLong() - Method in class com.toolsverse.etl.core.config.EtlConfig
-
Gets the new atomic long.
- getNewFile() - Method in class com.toolsverse.io.IoStatus
-
Gets the new file name.
- getNewName() - Method in class com.toolsverse.etl.core.engine.FileMetrics
-
Gets the new name.
- getNext() - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap.Node
-
- getNext() - Method in interface com.toolsverse.util.concurrentlinkedhashmap.Linked
-
Retrieves the next element or null if either the element is
unlinked or the last element on the deque.
- getNode(int) - Method in class com.toolsverse.util.TreeNode
-
Gets the child TreeNode located at the index.
- getNodesContaining(String) - Method in class com.toolsverse.util.XmlUtils
-
Searches the XML tree for Nodes contaning String searchString and returns
the addresses of those Nodes in a Vector.
- getNodesNamed(String) - Method in class com.toolsverse.util.XmlUtils
-
Searches the XML tree for Nodes named String searchString and returns
their addresses in a vector.
- getNodeType(Node, boolean, boolean, boolean, boolean) - Static method in class com.toolsverse.util.XmlUtils
-
Gets the node type.
- getNodeType(Node, boolean, boolean) - Static method in class com.toolsverse.util.XmlUtils
-
Gets the node type.
- getNodeValue(Node, String) - Method in class com.toolsverse.util.XmlUtils
-
Gets the node value.
- getNonameColumnName() - Method in class com.toolsverse.etl.connector.text.KeyValueConnectorParams
-
Gets the noname column name.
- getNonameColumnName() - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Gets the noname column name.
- getNonCaseSensitiveFields() - Method in class com.toolsverse.etl.common.DataSet
-
Gets the non case sensitive fields.
- getNormalizedFilename(String, String) - Static method in class com.toolsverse.util.FileUtils
-
Gets the normalized filename.
- getNormalizedFolderName(String) - Static method in class com.toolsverse.util.FileUtils
-
Gets the normalized folder name.
- getNormilizedName(String) - Method in class com.toolsverse.etl.common.Variable
-
Get the name.
- getNotSupportedProtocols(String) - Static method in class com.toolsverse.util.UrlUtils
-
Get the not supported protocols such as IMAP, etc from the url.
- getNullable() - Method in class com.toolsverse.etl.common.FieldMapping
-
Check if the destination field is nullable
- getNullableFieldValue(Object) - Method in class com.toolsverse.etl.common.DataSet
-
Gets the nullable field value.
- getNullableFieldValue(DataSetRecord, FieldDef) - Method in class com.toolsverse.etl.common.DataSet
-
Gets the value of the field from the record by the field.
- getNullableFieldValue(DataSetRecord, int) - Method in class com.toolsverse.etl.common.DataSet
-
Gets the value of the field from the record by the index of the
field.Returns empty data set if the field value is null
- getNullableFieldValue(DataSetRecord, String) - Method in class com.toolsverse.etl.common.DataSet
-
Gets the value of the field from the record by the name of the field.
- getNullableFieldValue(int, int) - Method in class com.toolsverse.etl.common.DataSet
-
Gets the value of the field from the record row by the index
of the col.
- getNullableFieldValue(DataSetRecord, String, String, Integer...) - Method in class com.toolsverse.etl.common.DataSet
-
Gets the field value from the nested dataset.
- getNullableFieldValue(int, String, String, Integer...) - Method in class com.toolsverse.etl.common.DataSet
-
Gets the field value from the nested dataset.
- getNullableFieldValueWithNested(int, String) - Method in class com.toolsverse.etl.common.DataSet
-
Gets the field value from the nested dataset.
- getNullableFieldValueWithNested(DataSetRecord, String) - Method in class com.toolsverse.etl.common.DataSet
-
Gets the field value from the nested dataset.
- getNullAttr() - Method in class com.toolsverse.etl.connector.xml.XmlObjectConnectorParams
-
Gets the null attr.
- getNumberAttribute(Node, String) - Method in class com.toolsverse.util.XmlUtils
-
Gets the number attribute.
- getNumberAttribute(Node, String, Number) - Method in class com.toolsverse.util.XmlUtils
-
Gets the number attribute.
- getNumberOfColumnsInFile() - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
- getNumberOfExtractedRecords() - Method in class com.toolsverse.etl.core.engine.EtlMetrics
-
Gets the number of extracted records.
- getNumberOfFiles() - Method in class com.toolsverse.etl.core.engine.FileMetrics
-
Gets the number of files processed.
- getNumberOfFiles() - Method in class com.toolsverse.io.IoStatus
-
Gets the number of files processed.
- getNumberOfLoadedRecords() - Method in class com.toolsverse.etl.core.engine.EtlMetrics
-
Gets the number of loaded records.
- getNumberOfRecords() - Method in class com.toolsverse.etl.core.engine.FileMetrics
-
Gets the number of processed records.
- getNumberOfRecords() - Method in class com.toolsverse.etl.core.engine.OnAddDataSetChangeListener
-
Gets the number of records.
- getNumberOfRecords() - Method in class com.toolsverse.io.IoStatus
-
Gets the number of records.
- getNumberOfRepeats(String, String) - Static method in class com.toolsverse.util.Utils
-
Gets the number of repeats of the specific string within the given input.
- getNumberOfVersions(int) - Method in class com.toolsverse.etl.common.DataSetRecord
-
Gets number of versions for the given cell index
- getNumberOrStr(Object, Object) - Static method in class com.toolsverse.util.Utils
-
Gets the number or string.
- getNumberProperty(String) - Method in class com.toolsverse.storage.StorageManager
-
Gets the number property.
- getNumberProperty(String, Number) - Method in class com.toolsverse.storage.StorageManager
-
Gets the number property.
- getNumberTypeAndValue(String) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Gets the type (key) and value (value) from the given text.
- getOAuthProps(String, String, String, String) - Static method in class com.toolsverse.util.OAuth2Utils
-
Parse and return the oauth properties as a Map.
- getObjClass() - Method in class com.toolsverse.ext.loader.Unit
-
Gets the module class.
- getObject() - Method in class com.toolsverse.etl.common.Variable
-
Gets the object.
- getObject(ResultSet, int, FieldDef) - Method in class com.toolsverse.etl.driver.CallableDriver
-
- getObject(ResultSet, int, FieldDef) - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- getObject(ResultSet, int, FieldDef) - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the object from result set.
- getObject(ResultSet, int, FieldDef) - Method in class com.toolsverse.etl.driver.GenericJdbcDriverNoErrorOnGetObject
-
- getObject(ResultSet, int, FieldDef) - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- getObject(ResultSet, int, FieldDef) - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- getObject(ResultSet, int, FieldDef) - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- getObject(ResultSet, int, FieldDef, Driver) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Gets the object from result set.
- getObjectCheckSql(String) - Method in class com.toolsverse.etl.driver.AbstractDriver
-
- getObjectCheckSql(String) - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the sql used to check if object exists.
- getObjectCheckSql(String) - Method in class com.toolsverse.etl.driver.sqlserver.SybaseDriver
-
- getObjectFromInputStream(InputStream) - Static method in class com.toolsverse.util.Utils
-
Gets the object from input stream.
- getObjectName() - Method in class com.toolsverse.etl.common.DataSet
-
Gets the object name which is either data set name or table name.
- getObjectName() - Method in class com.toolsverse.etl.connector.service.ConnectorRequest
-
Gets the object name.
- getObjectName() - Method in class com.toolsverse.etl.core.engine.Destination
-
Gets the name of the object.
- getObjectName() - Method in class com.toolsverse.etl.core.engine.Source
-
Gets the name of the object.
- getObjectName(String) - Method in class com.toolsverse.etl.metadata.BaseMetadata
-
- getObjectName(String) - Method in interface com.toolsverse.etl.metadata.Metadata
-
Gets the object name.
- getObjectOwnerName(String) - Method in class com.toolsverse.etl.metadata.BaseMetadata
-
- getObjectOwnerName(String) - Method in interface com.toolsverse.etl.metadata.Metadata
-
Gets the object owner name.
- getObjectProperty(Object) - Method in class com.toolsverse.config.SystemConfig
-
Returns system property using the following algorithm:
getSystemProperty(object.getClass().getName() + "." + object.toString(),
object.toString())
- getObjects() - Method in class com.toolsverse.etl.aliasreader.AliasReaderUnit
-
Gets the objects.
- getObjects() - Method in class com.toolsverse.etl.connector.ConnectorUnit
-
Gets the map of the data set connectors.
- getObjects() - Method in class com.toolsverse.etl.driver.DriverUnit
-
Gets the objects.
- getObjects() - Method in class com.toolsverse.etl.metadata.MetadataUnit
-
Gets the objects.
- getObjects() - Method in class com.toolsverse.imaging.ImageProcessor
-
Gets the image handlers as a Map object where key is name and value is ImageHandler
- getObjectType() - Method in class com.toolsverse.etl.metadata.DatabaseFilter
-
Gets the object type.
- getObjectType(Object) - Static method in class com.toolsverse.etl.metadata.informix.InformixMetadata
-
Gets the object type.
- getObjectType(Object) - Static method in class com.toolsverse.etl.metadata.sqlserver.SybaseMetadata
-
Gets the object type.
- getObjectTypes() - Method in class com.toolsverse.etl.metadata.BaseMetadata
-
- getObjectTypes() - Method in class com.toolsverse.etl.metadata.db2.Db2Metadata
-
- getObjectTypes() - Method in class com.toolsverse.etl.metadata.informix.InformixMetadata
-
- getObjectTypes() - Method in interface com.toolsverse.etl.metadata.Metadata
-
Gets the object types.
- getObjectTypes() - Method in class com.toolsverse.etl.metadata.mysql.MySqlMetadata
-
- getObjectTypes() - Method in class com.toolsverse.etl.metadata.oracle.OracleMetadata
-
- getObjectTypes() - Method in class com.toolsverse.etl.metadata.postgres.PostgresMetadata
-
- getObjectTypes() - Method in class com.toolsverse.etl.metadata.sqlserver.MsSqlMetadata
-
- getObjectTypes() - Method in class com.toolsverse.etl.metadata.sqlserver.SybaseMetadata
-
- getOnException() - Method in class com.toolsverse.etl.core.engine.Scenario
-
Gets the on exception action.
- getOnException(OnException) - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- getOnException(OnException) - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the "on exception" sql.
- getOnException(OnException) - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- getOnException(OnException) - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- getOnException(OnException) - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- getOnException(OnException) - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- getOnException(OnException) - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- getOnException(OnException) - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- getOnException(OnException) - Method in class com.toolsverse.etl.driver.sqlserver.SybaseDriver
-
- getOnExceptionAction() - Method in class com.toolsverse.etl.common.OnException
-
Gets the on exception action.
- getOnExceptionActions(String) - Method in class com.toolsverse.etl.common.OnException
-
Parsers given type and creates a list of "on exception" actions.
- getOnExceptionActions(String) - Method in class com.toolsverse.etl.core.engine.Task
-
- getOnExceptionBegin(OnException, long) - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- getOnExceptionBegin(OnException, long) - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the "on exception begin" sql.
- getOnExceptionBegin(OnException, long) - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- getOnExceptionBegin(OnException, long) - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- getOnExceptionBegin(OnException, long) - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- getOnExceptionBegin(OnException, long) - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- getOnExceptionBegin(OnException, long) - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- getOnExceptionBegin(OnException, long) - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- getOnExceptionBegin(OnException, long) - Method in class com.toolsverse.etl.driver.sqlserver.SybaseDriver
-
- getOnExceptionEnd() - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- getOnExceptionEnd() - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the "on exception end" sql.
- getOnExceptionEnd() - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- getOnExceptionEnd() - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- getOnExceptionEnd() - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- getOnExceptionEnd() - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- getOnExceptionEnd() - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- getOnExceptionEnd() - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- getOnExceptionEnd() - Method in class com.toolsverse.etl.driver.sqlserver.SybaseDriver
-
- getOnExceptionTasks() - Method in interface com.toolsverse.etl.core.engine.Block
-
Gets the tasks which are executed when there is an exception during processing of the etl block.
- getOnExceptionTasks() - Method in class com.toolsverse.etl.core.engine.Destination
-
- getOnExceptionTasks() - Method in class com.toolsverse.etl.core.engine.Source
-
- getOnFinish() - Method in class com.toolsverse.etl.core.engine.Destination
-
Gets the type of action on finish (when etl process finished processing
destination).
- getOnFinish(String) - Method in class com.toolsverse.etl.core.engine.Destination
-
Parses string value of the type of action on finish.
- getOnPersistDataSet() - Method in class com.toolsverse.etl.core.engine.Scenario
-
Gets the action for "on persist data set" event.
- getOnPersistDataSet(String) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Gets the action for "on persist data set" event from the string.
- getOnPersistDataSet() - Method in class com.toolsverse.etl.core.engine.Source
-
Gets the action on "persist data set" event.
- getOnPersistDataSet(String) - Method in class com.toolsverse.etl.core.engine.Source
-
Gets the action on "persist data set" from then given action name.
- getOnPersistDataSetAction() - Method in class com.toolsverse.etl.core.engine.Source
-
Gets the on persist data set action.
- getOnPopulateDataSet() - Method in class com.toolsverse.etl.core.engine.Scenario
-
Gets the action for "on populate data set" event.
- getOnPopulateDataSet(String) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Gets the action for "on populate data set" event from the string.
- getOnPopulateDataSet() - Method in class com.toolsverse.etl.core.engine.Source
-
Gets the action on "populate data set" event.
- getOnPopulateDataSet(String) - Method in class com.toolsverse.etl.core.engine.Source
-
Gets the action on "populate data set" event from the given action name.
- getOnPopulateDataSetAction() - Method in class com.toolsverse.etl.core.engine.Source
-
Gets the on populate data set action.
- getOnSave() - Method in class com.toolsverse.etl.core.engine.Scenario
-
Gets the action for "on save" event.
- getOnSave(String) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Gets the action for "on save" event.
- getOnStartUpBehavior() - Method in class com.toolsverse.config.SystemConfig
-
Gets the on start up behavior.
- getOnTask() - Method in class com.toolsverse.etl.core.engine.Task
-
Gets the instance of the class implementing OnTask interface.
- getOrDefault(Object, V) - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentHashMapV8
-
Returns the value to which the specified key is mapped, or the
given default value if this map contains no mapping for the
key.
- getOrDefault(Object, V) - Method in class com.toolsverse.util.LinkedCaseInsensitiveMap
-
- getOrderedParameters() - Method in class com.toolsverse.etl.sql.NamedParameterPreparedStatement
-
Gets the ordered parameters.
- getOrderedParameters() - Method in class com.toolsverse.etl.sql.NamedParameterPreparedStatement.ParseResult
-
- getOrEvaluateRegex(Map<String, String>, String, String) - Static method in class com.toolsverse.util.Utils
-
Gets the value from the map or iterate and evaluate regexps until there
is match with find
- getOriginalAlias() - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Gets the original alias.
- getOriginalFile() - Method in class com.toolsverse.etl.core.engine.FileMetrics
-
Gets the original file.
- getOriginalFile() - Method in class com.toolsverse.io.IoStatus
-
Gets the original file.
- getOriginalName() - Method in class com.toolsverse.etl.common.Variable
-
Gets the original variable name.
- getOriginalName() - Method in interface com.toolsverse.etl.core.engine.Block
-
Gets the original block name.
- getOriginalName() - Method in class com.toolsverse.etl.core.engine.Destination
-
- getOriginalName() - Method in class com.toolsverse.etl.core.engine.Source
-
- getOriginalUrl() - Method in class com.toolsverse.etl.common.Alias
-
Gets the original url without replacing url tokens.
- getOut() - Method in class com.toolsverse.etl.connector.excel.ExcelConnectorParams
-
Gets the output stream.
- getOutputParamIndexes() - Method in class com.toolsverse.etl.core.engine.Source
-
Gets the comma delimited list of of indexes for the output parameters to
get a result set from callable statement.
- getOutputStream() - Method in class com.toolsverse.etl.connector.DataSetConnectorParams
-
Gets the output stream.
- getOutputStream(String) - Method in class com.toolsverse.io.DirectProcessor
-
- getOutputStream(String) - Method in class com.toolsverse.io.FileProcessor
-
- getOutputStream(String) - Method in class com.toolsverse.io.FtpProcessor
-
- getOutputStream(String) - Method in class com.toolsverse.io.HttpProcessor
-
- getOutputStream(String) - Method in interface com.toolsverse.io.IoProcessor
-
Gets the output stream through which data can be written to store a file.
- getOutputStream(String) - Method in class com.toolsverse.io.MailProcessor
-
- getOutputStream(String) - Method in class com.toolsverse.io.NullProcessor
-
- getOutputStream(String) - Method in class com.toolsverse.io.SftpProcessor
-
- getOutputTemplate() - Method in class com.toolsverse.etl.connector.text.ClobConnectorParams
-
Gets the output template.
- getOwner() - Method in class com.toolsverse.etl.core.engine.RunningEtlTask
-
Gets the owner.
- getOwner() - Method in class com.toolsverse.etl.core.engine.Task
-
Gets the owner.
- getOwner() - Method in interface com.toolsverse.mvc.model.Model
-
Gets the owner model.
- getOwner() - Method in class com.toolsverse.mvc.model.ModelImpl
-
- getOwner() - Method in class com.toolsverse.service.LogNode
-
Gets the owner such as system, particular erl scenario, sql, etx.
- getOwner() - Method in interface com.toolsverse.util.concurrent.ParallelProgressDelegate
-
Gets the owner.
- getOwnerName() - Method in class com.toolsverse.etl.common.DataSet
-
Gets the owner name.
- getOwnerName() - Method in class com.toolsverse.etl.connector.service.ConnectorRequest
-
Gets the owner name.
- getOwnerName() - Method in class com.toolsverse.etl.core.engine.Destination
-
Gets the owner name.
- getOwnerName() - Method in class com.toolsverse.etl.core.engine.Source
-
Gets the owner name.
- getOwners() - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the owners.
- getPackageAsText(String, String, String, String) - Method in class com.toolsverse.etl.metadata.db2.Db2Metadata
-
Gets the package as text.
- getPackageAsText(String, String, String, String) - Method in class com.toolsverse.etl.metadata.oracle.OracleMetadata
-
Gets the package as text.
- getPackageBody(String, String, String, String) - Method in class com.toolsverse.etl.metadata.oracle.OracleMetadata
-
Gets the package body.
- getPackageBodyAsText(String, String, String, String) - Method in class com.toolsverse.etl.metadata.oracle.OracleMetadata
-
Gets the package body as text.
- getPackageBodyMetadataTypes() - Method in class com.toolsverse.etl.metadata.oracle.OracleMetadata
-
Gets the package metadata types.
- getPackageMetadataTypes() - Method in class com.toolsverse.etl.metadata.oracle.OracleMetadata
-
Gets the package body metadata types.
- getPackages(String, String, String, String) - Method in class com.toolsverse.etl.metadata.db2.Db2Metadata
-
Gets the packages.
- getPackages(String, String, String, String) - Method in class com.toolsverse.etl.metadata.oracle.OracleMetadata
-
Gets the packages.
- getPageSize() - Method in class com.toolsverse.etl.connector.pdf.PdfConnectorParams
-
Gets the page size.
- getParallelDests() - Method in class com.toolsverse.etl.core.engine.Scenario
-
Gets the count of the destinations which loaded in parallel threads.
- getParallelInnerScenarious() - Method in class com.toolsverse.etl.core.engine.Scenario
-
Gets the count inner scenarios which executed in parallel threads.
- getParallelProgressCallback() - Method in class com.toolsverse.util.concurrent.ConcurrentFeature
-
Gets the parallel progress callback.
- getParallelSources() - Method in class com.toolsverse.etl.core.engine.Scenario
-
Gets the count of the sources which extracted in parallel threads.
- getParam() - Method in class com.toolsverse.etl.common.Variable
-
Gets the parameters.
- getParam(String) - Static method in class com.toolsverse.util.Utils
-
Gets the value of the parameter from the parameter=value string.
- getParam(String, String) - Static method in class com.toolsverse.util.Utils
-
Gets the value of the parameter from the parameter=value string.
- getParameterIndexes(String) - Method in class com.toolsverse.etl.sql.NamedParameterPreparedStatement
-
- getParameterMetaData() - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- getParameters(String, String, String, String) - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the parameters.
- getParameters(String, String, String, String, String) - Method in class com.toolsverse.etl.metadata.oracle.OracleMetadata
-
- getParamFromMap(String, Map<String, String>, String) - Static method in class com.toolsverse.util.Utils
-
Gets the value from map of parameters using given name.
- getParamFromString(String, String) - Static method in class com.toolsverse.util.Utils
-
Gets the parameter from the given string.
- getParamIndexes() - Method in class com.toolsverse.etl.core.engine.Source
-
Gets the array of indexes for the output parameters to get a result set
from callable statement.
- getParams() - Method in class com.toolsverse.etl.common.Alias
-
Gets the additional parameters.
- getParams() - Method in class com.toolsverse.etl.connector.BaseProducerPackage
-
Gets the parameters.
- getParams() - Method in class com.toolsverse.etl.connector.BaseStreamingPackage
-
Gets the parameters.
- getParams() - Method in class com.toolsverse.etl.connector.DataSetConnectorParams
-
Gets the parameters.
- getParams(String, String, String) - Method in class com.toolsverse.etl.sql.util.SqlHistory
-
Gets the map of bind variables (name\value) for the given sql, type and
node name,.
- getParams() - Method in class com.toolsverse.mvc.model.Model.Attribute
-
Gets the parameters.
- getParamType(String) - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- getParamType(String) - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the parameter type from the output variable type.
- getParamType(String) - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- getParamType(String) - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- getParamType(String) - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- getParamType(String) - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- getParamType(String) - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- getParamType(String) - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- getParamValue(String, String, String) - Method in class com.toolsverse.etl.core.engine.Task
-
Gets the task parameter value.
- getParent() - Method in class com.toolsverse.util.TreeNode
-
Gets the parent TreeNode if any.
- getParentAlias() - Method in class com.toolsverse.etl.common.Alias
-
Gets the parent alias.
- getParentClassName() - Method in class com.toolsverse.ext.loader.UnitLoader.StoredExtension
-
Gets the parent class name.
- getParentConnectorClassname() - Method in class com.toolsverse.etl.common.Alias
-
Gets the parent connector classname.
- getParentDataSet() - Method in class com.toolsverse.etl.common.DataSet
-
Gets the parent data set.
- getParentDataSetRecord() - Method in class com.toolsverse.etl.common.DataSet
-
Gets the parent data set record.
- getParentDataSetRecord() - Method in class com.toolsverse.etl.common.DataSetRecord
-
Gets the parent data set record.
- getParentDriver() - Method in class com.toolsverse.etl.driver.AbstractDriver
-
- getParentDriver() - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the parent driver.
- getParentDriver() - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- getParentDriverClassName(String) - Method in class com.toolsverse.etl.core.engine.EtlFactory
-
Gets the parent driver class name from the given string.
- getParentDriverName() - Method in class com.toolsverse.etl.driver.CallableDriver
-
- getParentDriverName() - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the parent driver class name.
- getParentDriverName() - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- getParentEtlDriverClassname() - Method in class com.toolsverse.etl.common.Alias
-
Gets the parent etl driver classname.
- getParentFieldValue(DataSetRecord, String) - Method in class com.toolsverse.etl.common.DataSet
-
Gets the parent field value.
- getParentFolderName(String) - Static method in class com.toolsverse.util.FileUtils
-
Gets the parent folder name.
- getParentJdbcDriverClass() - Method in class com.toolsverse.etl.common.Alias
-
Gets the parent jdbc driver class.
- getParentMetadataDriverClassname() - Method in class com.toolsverse.etl.common.Alias
-
Gets the parent metadata driver classname.
- getParentTransport() - Method in class com.toolsverse.etl.common.Alias
-
Gets the parent transport.
- getParentUrlPattern() - Method in class com.toolsverse.etl.common.Alias
-
Gets the parent url pattern.
- getParser() - Method in class com.toolsverse.etl.sql.service.SqlRequest
-
Gets the sql parser.
- getParserType(String) - Method in interface com.toolsverse.util.lang.ParserTypeFactory
-
Gets the ParserType by language.
- getParserTypes() - Method in interface com.toolsverse.util.lang.ParserTypeFactory
-
Gets the map of the parser types.
- getPassword() - Method in class com.toolsverse.etl.common.Alias
-
Gets the password for the JDBC database connection.
- getPassword() - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Gets the password.
- getPath() - Method in class com.toolsverse.etl.sql.connection.GenericUrlParser
-
Gets the path.
- getPath() - Method in class com.toolsverse.ext.loader.Unit
-
Gets the path.
- getPath() - Method in class com.toolsverse.io.FileResource
-
Gets the path.
- getPath(String) - Static method in class com.toolsverse.util.FilenameUtils
-
Gets the path from a full filename, which excludes the prefix.
- getPathByProp(String, String) - Method in class com.toolsverse.config.SystemConfig
-
Gets the path by property.
- getPathNoEndSeparator(String) - Static method in class com.toolsverse.util.FilenameUtils
-
Gets the path from a full filename, which excludes the prefix, and also
excluding the final directory separator.
- getPathUsingAppFolders(String) - Method in class com.toolsverse.config.SystemConfig
-
Gets the path using default app folders {app.home}, {app.data} and
{app.rootdata}.
- getPatternName(String) - Static method in class com.toolsverse.etl.core.util.EtlUtils
-
Gets the pattern name.
- getPatterns() - Method in class com.toolsverse.etl.core.task.common.PivotFunctions
-
Gets the function call patterns.
- getPersistedId() - Method in class com.toolsverse.etl.common.Alias
-
Gets the persisted id.
- getPk(LoadFunctionContext) - Method in class com.toolsverse.etl.core.function.db2.Db2Functions
-
- getPk(LoadFunctionContext) - Method in class com.toolsverse.etl.core.function.DefFunctions
-
Gets the new value for the field using in-memory map or other mechanism,
for example db sequence.
- getPk(LoadFunctionContext) - Method in class com.toolsverse.etl.core.function.informix.InformixFunctions
-
- getPk(LoadFunctionContext) - Method in class com.toolsverse.etl.core.function.mysql.MySqlFunctions
-
- getPk(LoadFunctionContext) - Method in class com.toolsverse.etl.core.function.oracle.OracleFunctions
-
- getPk(LoadFunctionContext) - Method in class com.toolsverse.etl.core.function.postgres.PostgresFunctions
-
- getPk(LoadFunctionContext) - Method in class com.toolsverse.etl.core.function.sqlserver.MsSqlFunctions
-
- getPk(LoadFunctionContext) - Method in class com.toolsverse.etl.core.function.sqlserver.SybaseFunctions
-
- getPkAsText(String, String, String, String) - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the primary key as text.
- getPKColumns(String, String, String, String) - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the primary key columns.
- getPKMetadataTypes() - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the primary key metadata types.
- getPluginsPath() - Method in class com.toolsverse.config.SystemConfig
-
Gets the plug ins path.
- getPojo() - Method in class com.toolsverse.mvc.pojo.PojoWrapper
-
Gets the pojo.
- getPort() - Method in class com.toolsverse.etl.sql.connection.GenericUrlParser
-
- getPort() - Method in class com.toolsverse.etl.sql.connection.JdbcUrlParser
-
- getPort() - Method in class com.toolsverse.etl.sql.connection.SshTunnel
-
Gets the port.
- getPort() - Method in interface com.toolsverse.etl.sql.connection.UrlParser
-
Gets the port.
- getPorts() - Method in class com.toolsverse.etl.sql.connection.GenericUrlParser
-
- getPorts() - Method in class com.toolsverse.etl.sql.connection.JdbcUrlParser
-
- getPorts() - Method in interface com.toolsverse.etl.sql.connection.UrlParser
-
Gets the ports.
- getPostDeclareSql() - Method in class com.toolsverse.etl.driver.AbstractDriver
-
- getPostDeclareSql() - Method in interface com.toolsverse.etl.driver.Driver
-
This sql is added after all variables declared.
- getPostDeclareSql() - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- getPostTasks() - Method in interface com.toolsverse.etl.core.engine.Block
-
Gets the tasks which are executed after etl framework finished with the
processing of the particular scenario block.
- getPostTasks() - Method in class com.toolsverse.etl.core.engine.Destination
-
- getPostTasks() - Method in class com.toolsverse.etl.core.engine.Source
-
- getPrecision() - Method in class com.toolsverse.etl.common.FieldDef
-
Gets the precision.
- getPrecision(int, String) - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the correct precision for the given type.
- getPrecision(int, String) - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- getPrecision(int, String) - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- getPreferredCompressionAlgorithms() - Static method in class com.toolsverse.util.encryption.pgp.PgpKeyPairGenerator
-
Gets the preferred compression algorithms.
- getPreferredEncryptionAlgorithms() - Static method in class com.toolsverse.util.encryption.pgp.PgpKeyPairGenerator
-
the preferred symmetric encryption algorithm order
- getPreferredHashingAlgorithms() - Static method in class com.toolsverse.util.encryption.pgp.PgpKeyPairGenerator
-
the preferred hash algorithm order
- getPrefix(String) - Static method in class com.toolsverse.util.FilenameUtils
-
Gets the prefix from a full filename, such as C:/ or
~/.
- getPrefixLength(String) - Static method in class com.toolsverse.util.FilenameUtils
-
Returns the length of the filename prefix, such as C:/ or
~/.
- getPreparedStatementAndSetBindVars(Connection, String, List<TypedKeyValue<String, Object>>, Driver, boolean) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Gets the prepared statement and set bind variables.
- getPreprocessor() - Method in class com.toolsverse.etl.connector.text.ClobConnectorParams
-
Gets the preprocessor.
- getPrevious() - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap.Node
-
- getPrevious() - Method in interface com.toolsverse.util.concurrentlinkedhashmap.Linked
-
Retrieves the previous element or null if either the element is
unlinked or the first element on the deque.
- getProcAsText(String, String, String, String) - Method in class com.toolsverse.etl.metadata.db2.Db2Metadata
-
Gets the procedure as text.
- getProcAsText(String, String, String, String) - Method in class com.toolsverse.etl.metadata.informix.InformixMetadata
-
Gets the procedure as text.
- getProcAsText(String, String, String, String) - Method in class com.toolsverse.etl.metadata.mysql.MySqlMetadata
-
Gets the procedure as text.
- getProcAsText(String, String, String, String, String) - Method in class com.toolsverse.etl.metadata.oracle.OracleMetadata
-
Gets the procedure as text.
- getProcAsText(String, String, String, String) - Method in class com.toolsverse.etl.metadata.postgres.PostgresMetadata
-
Gets the function DDL.
- getProcAsText(String, String, String, String) - Method in class com.toolsverse.etl.metadata.sqlserver.MsSqlMetadata
-
Gets the procedure as text.
- getProcAsText(String, String, String, String) - Method in class com.toolsverse.etl.metadata.sqlserver.SybaseMetadata
-
Gets the procedure as text.
- getProcessors() - Method in class com.toolsverse.io.IoProcessorFactory
-
Gets the processors.
- getProcMetadataTypes() - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the procedure metadata types.
- getProcMetadataTypes() - Method in class com.toolsverse.etl.metadata.oracle.OracleMetadata
-
- getProcParameters(String, String, String, String) - Method in class com.toolsverse.etl.metadata.db2.Db2Metadata
-
- getProcParameters(String, String, String, String) - Method in class com.toolsverse.etl.metadata.informix.InformixMetadata
-
- getProcParameters(String, String, String, String) - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the procedure parameters.
- getProcs(String, String, String, String) - Method in class com.toolsverse.etl.metadata.db2.Db2Metadata
-
- getProcs(String, String, String, String) - Method in class com.toolsverse.etl.metadata.informix.InformixMetadata
-
- getProcs(String, String, String, String) - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the procedures.
- getProcs(String, String, String, String) - Method in class com.toolsverse.etl.metadata.mysql.MySqlMetadata
-
- getProcs(String, String, String, String) - Method in class com.toolsverse.etl.metadata.oracle.OracleMetadata
-
- getProcs(String, String, String, String) - Method in class com.toolsverse.etl.metadata.sqlserver.MsSqlMetadata
-
- getProcs(String, String, String, String) - Method in class com.toolsverse.etl.metadata.sqlserver.SybaseMetadata
-
- getProcsRetType(Object) - Static method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the procedure return type.
- getProgressDelegate() - Method in class com.toolsverse.util.concurrent.ConcurrentFeature
-
Gets the current ProgressDelegate
- getProperties() - Method in class com.toolsverse.config.LocalEtlThreadContext
-
Gets the properties.
- getProperties() - Method in class com.toolsverse.config.SystemConfig
-
Gets either system properties or tenant properties.
- getProperties() - Method in class com.toolsverse.config.ThreadContext
-
Gets the properties.
- getProperties() - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Gets the properties.
- getProperties() - Method in class com.toolsverse.etl.driver.AbstractDriver
-
- getProperties() - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- getProperties() - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the properties.
- getProperties() - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- getProperties() - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- getProperties() - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- getProperties() - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- getProperties() - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- getProperties() - Method in class com.toolsverse.etl.driver.sqlserver.SybaseDriver
-
- getProperties() - Method in class com.toolsverse.etl.sql.service.SqlRequest
-
Gets the properties.
- getProperties() - Method in class com.toolsverse.io.FtpProcessor
-
Gets the properties.
- getProperties() - Method in class com.toolsverse.io.MailParams
-
Gets the properties.
- getProperties() - Method in class com.toolsverse.storage.impl.local.LocalStorageProvider
-
- getProperties() - Method in class com.toolsverse.storage.StorageManager
-
- getProperties() - Method in interface com.toolsverse.storage.StorageProvider
-
Gets the properties.
- getProperties(String) - Static method in class com.toolsverse.util.Utils
-
Converts input string to Properties.
- getPropertiesByPrefix(Properties, String) - Static method in class com.toolsverse.util.Utils
-
Gets the properties by prefix with the specific prefix in the key.
- getPropertiesMap(String, boolean) - Static method in class com.toolsverse.util.Utils
-
Converts input string to map of key values pairs.
- getPropertiesMap(String, boolean, char) - Static method in class com.toolsverse.util.Utils
-
Converts input string to map of key values pairs.
- getPropertiesMap(Map<String, String>, String, boolean, char) - Static method in class com.toolsverse.util.Utils
-
Converts input string to map of key values pairs.
- getProperty(String) - Method in class com.toolsverse.config.SystemConfig
-
Gets the property.
- getProperty(String) - Method in class com.toolsverse.storage.impl.local.LocalStorageProvider
-
- getProperty(String, Object) - Method in class com.toolsverse.storage.impl.local.LocalStorageProvider
-
- getProperty(String) - Method in class com.toolsverse.storage.StorageManager
-
- getProperty(String, Object) - Method in class com.toolsverse.storage.StorageManager
-
- getProperty(String) - Method in interface com.toolsverse.storage.StorageProvider
-
Gets the property.
- getProperty(String, Object) - Method in interface com.toolsverse.storage.StorageProvider
-
Gets the property.
- getPropertyAndGenerateException(Properties, String) - Static method in class com.toolsverse.util.Utils
-
Gets the property and generate exception if property does not exists.
- getPropertyChangeSupport() - Method in class com.toolsverse.util.TreeNode
-
Gets the PropertyChangeSupport object.
- getPropertyName() - Method in class com.toolsverse.etl.core.service.EtlServiceImpl
-
- getPropertyName() - Method in class com.toolsverse.etl.sql.service.SqlServiceImpl
-
- getPropertyName() - Method in interface com.toolsverse.service.Loggable
-
Get the configuration property name used to enable\disable logging for the service.
- getPropertyWithVariables(Properties, String) - Static method in class com.toolsverse.util.Utils
-
Gets the property value from the given properties.
- getPropsByMask(String) - Method in class com.toolsverse.config.SystemConfig
-
Gets the properties by mask.
- getPropsHint() - Method in class com.toolsverse.etl.connector.DataSetConnectorParams
-
Gets the hint displayed next to the properties editor.
- getPropsHint() - Method in class com.toolsverse.etl.connector.excel.ExcelConnectorParams
-
- getPropsHint() - Method in class com.toolsverse.etl.connector.html.HtmlConnectorParams
-
- getPropsHint() - Method in class com.toolsverse.etl.connector.json.JsonConnectorParams
-
- getPropsHint() - Method in class com.toolsverse.etl.connector.json.JsonDatasetConnectorParams
-
- getPropsHint() - Method in class com.toolsverse.etl.connector.pdf.PdfConnectorParams
-
- getPropsHint() - Method in class com.toolsverse.etl.connector.SourceConnectorParams
-
- getPropsHint() - Method in class com.toolsverse.etl.connector.sql.SqlConnectorParams
-
- getPropsHint() - Method in class com.toolsverse.etl.connector.text.ClobConnectorParams
-
- getPropsHint() - Method in class com.toolsverse.etl.connector.text.KeyValueConnectorParams
-
- getPropsHint() - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
- getPropsHint() - Method in class com.toolsverse.etl.connector.xml.XmlConnectorParams
-
- getPropsHint() - Method in class com.toolsverse.etl.connector.xml.XmlObjectConnectorParams
-
- getPropsString(Properties) - Static method in class com.toolsverse.util.Utils
-
Gets the string formated as key1="value";key2="value" from the
properties.
- getPropsWizardResource(Driver, String) - Method in class com.toolsverse.etl.connector.DataSetConnectorParams
-
Gets the name of the xml file used to create a wizard for editing
properties.
- getPropsWizardResource(Driver, String) - Method in class com.toolsverse.etl.connector.excel.ExcelConnectorParams
-
- getPropsWizardResource(Driver, String) - Method in class com.toolsverse.etl.connector.html.HtmlConnectorParams
-
- getPropsWizardResource(Driver, String) - Method in class com.toolsverse.etl.connector.json.JsonConnectorParams
-
- getPropsWizardResource(Driver, String) - Method in class com.toolsverse.etl.connector.json.JsonDatasetConnectorParams
-
- getPropsWizardResource(Driver, String) - Method in class com.toolsverse.etl.connector.pdf.PdfConnectorParams
-
- getPropsWizardResource(Driver, String) - Method in class com.toolsverse.etl.connector.SourceConnectorParams
-
- getPropsWizardResource(Driver, String) - Method in class com.toolsverse.etl.connector.sql.SqlConnectorParams
-
- getPropsWizardResource(Driver, String) - Method in class com.toolsverse.etl.connector.text.ClobConnectorParams
-
- getPropsWizardResource(Driver, String) - Method in class com.toolsverse.etl.connector.text.KeyValueConnectorParams
-
- getPropsWizardResource(Driver, String) - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
- getPropsWizardResource(Driver, String) - Method in class com.toolsverse.etl.connector.xml.XmlConnectorParams
-
- getPropsWizardResource(Driver, String) - Method in class com.toolsverse.etl.connector.xml.XmlObjectConnectorParams
-
- getPropsWizardResource(String) - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- getPropsWizardResource(String) - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the name of the xml file used to create a wizard for editing
properties.
- getPropsWizardResource(String) - Method in class com.toolsverse.etl.driver.GenericFileDriver
-
- getPropsWizardResource(String) - Method in class com.toolsverse.etl.driver.GenericJdbcDriver
-
- getPropsWizardResource(String) - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- getPropsWizardResource(String) - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- getPropsWizardResource(String) - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- getPropsWizardResource(String) - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- getPropsWizardResource(String) - Method in class com.toolsverse.etl.driver.snowflake.SnowflakeDriver
-
- getPropsWizardResource(String) - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- getPropsWizardResource(String) - Method in class com.toolsverse.etl.driver.sqlserver.SybaseDriver
-
- getPropsWizardResource() - Method in class com.toolsverse.io.DirectProcessor
-
- getPropsWizardResource() - Method in class com.toolsverse.io.FileProcessor
-
- getPropsWizardResource() - Method in class com.toolsverse.io.FtpProcessor
-
- getPropsWizardResource() - Method in class com.toolsverse.io.FtpsProcessor
-
- getPropsWizardResource() - Method in class com.toolsverse.io.HttpProcessor
-
- getPropsWizardResource() - Method in interface com.toolsverse.io.IoProcessor
-
Gets the name of the xml file used to create a wizard for editing
properties.
- getPropsWizardResource() - Method in class com.toolsverse.io.MailProcessor
-
- getPropsWizardResource() - Method in class com.toolsverse.io.NullProcessor
-
- getPropsWizardResource() - Method in class com.toolsverse.io.SftpProcessor
-
- getProtocol() - Method in class com.toolsverse.etl.sql.connection.GenericUrlParser
-
Gets the protocol.
- getProvider() - Method in class com.toolsverse.etl.sql.service.SqlRequest
-
Gets the connection provider.
- getProxyHost() - Method in class com.toolsverse.io.FtpProcessor
-
Gets the socket proxy host.
- getProxyIoProcessor(String, int) - Method in class com.toolsverse.io.DirectProcessor
-
- getProxyIoProcessor(String, int) - Method in class com.toolsverse.io.FileProcessor
-
- getProxyIoProcessor(String, int) - Method in class com.toolsverse.io.FtpProcessor
-
- getProxyIoProcessor(String, int) - Method in class com.toolsverse.io.FtpsProcessor
-
- getProxyIoProcessor(String, int) - Method in class com.toolsverse.io.HttpProcessor
-
- getProxyIoProcessor(String, int) - Method in interface com.toolsverse.io.IoProcessor
-
Gets the proxy version of the give io processor.
- getProxyIoProcessor(String, int) - Method in class com.toolsverse.io.MailProcessor
-
- getProxyIoProcessor(String, int) - Method in class com.toolsverse.io.NullProcessor
-
- getProxyIoProcessor(String, int) - Method in class com.toolsverse.io.SftpProcessor
-
- getProxyPort() - Method in class com.toolsverse.io.FtpProcessor
-
Gets the socket proxy port.
- getPublicKey(byte[], String) - Static method in class com.toolsverse.util.encryption.SymmetricEncryptor
-
Builds the public key from the array of bytes key using given algorithm.
- getQuery() - Method in class com.toolsverse.etl.common.Alias
-
Gets the query which transfrom dataset.
- getQuery() - Method in class com.toolsverse.etl.connector.xml.XmlObjectConnectorParams
-
Gets the query.
- getQuery() - Method in class com.toolsverse.etl.sql.connection.GenericUrlParser
-
Gets the query.
- getQueryTimeout() - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- getQueues(String, String, String, String) - Method in class com.toolsverse.etl.metadata.oracle.OracleMetadata
-
Gets the queues.
- getQueueTables(String, String, String, String) - Method in class com.toolsverse.etl.metadata.oracle.OracleMetadata
-
Gets the queue tables.
- getQuietly(Object) - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
-
Returns the value to which the specified key is mapped, or null
if this map contains no mapping for the key.
- getQuotePrefix() - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Gets the quote prefix.
- getReader(File, InputStream, String, String, DataSetConnectorParams) - Method in class com.toolsverse.etl.connector.BaseDataSetConnector
-
Gets the reader.
- getReader() - Method in class com.toolsverse.mvc.model.Model.Attribute
-
Gets the name of the reader method.
- getReadTracker() - Method in class com.toolsverse.etl.connector.DataSetConnectorParams
-
Gets the read tracker.
- getRealDelimiter() - Method in class com.toolsverse.etl.connector.text.KeyValueConnectorParams
-
Gets the real delimiter.
- getRealDelimiter() - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Gets the real delimiter.
- getRealDisplayName() - Method in class com.toolsverse.etl.common.FieldDef
-
Gets the real display name.
- getRealFileName() - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Gets the real file name.
- getRealFileName() - Method in class com.toolsverse.etl.connector.sql.SqlConnectorParams
-
Gets the real file name.
- getRealName() - Method in class com.toolsverse.etl.common.FieldDef
-
Gets the real name.
- getRealName(String) - Method in class com.toolsverse.mvc.model.ModelImpl
-
Gets the name of the attribute using replacement map and exclude
property.
- getReason() - Method in exception com.toolsverse.etl.exception.EtlException
-
Gets the reason.
- getRecord(int) - Method in class com.toolsverse.etl.common.DataSet
-
Gets the record using given index of the record.
- getRecord(String) - Method in class com.toolsverse.etl.common.DataSet
-
Get record by key.
- getRecordAfterInlcudeExclude(DataSet, DataSetRecord, int, boolean, Set<String>, Set<String>) - Static method in class com.toolsverse.etl.common.CommonEtlUtils
-
Gets the record after inlcude and exclude.
- getRecordCount() - Method in class com.toolsverse.etl.common.DataSet
-
Gets the number of records.
- getRecycleBinItems(String, String, String, String) - Method in class com.toolsverse.etl.metadata.oracle.OracleMetadata
-
Gets the recycle bin items.
- getReplaceableTypes(int) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Gets the array of types which can replace given type.
- getReportFile() - Method in class com.toolsverse.etl.core.engine.FileMetrics
-
Gets the report file.
- getReportFile() - Method in class com.toolsverse.io.IoStatus
-
Gets the report file.
- getRequestId() - Method in class com.toolsverse.config.EtlThreadContext
-
Gets the request id.
- getRequestId() - Method in class com.toolsverse.etl.core.engine.EtlRequest
-
Gets the request id.
- getRequestId() - Method in class com.toolsverse.etl.core.engine.FileMetrics
-
Gets the request id.
- getRequestId() - Method in class com.toolsverse.etl.core.engine.RunningEtlTask
-
Gets the request id.
- getRequestId() - Method in class com.toolsverse.io.IoStatus
-
Gets the request id.
- getResourceName(Task) - Method in interface com.toolsverse.etl.core.engine.OnTask
-
Gets the name of the xml file used to create a model for the task editor.
- getResourceName(Task) - Method in class com.toolsverse.etl.core.task.common.AddDimension
-
- getResourceName(Task) - Method in class com.toolsverse.etl.core.task.common.CmdTask
-
- getResourceName(Task) - Method in class com.toolsverse.etl.core.task.common.CopyIntoDestinationTableTask
-
- getResourceName(Task) - Method in class com.toolsverse.etl.core.task.common.EvalTransformator
-
- getResourceName(Task) - Method in class com.toolsverse.etl.core.task.common.ExtractDimension
-
- getResourceName(Task) - Method in class com.toolsverse.etl.core.task.common.FileManagerTask
-
- getResourceName(Task) - Method in class com.toolsverse.etl.core.task.common.FileMerge
-
- getResourceName(Task) - Method in class com.toolsverse.etl.core.task.common.Filter
-
- getResourceName(Task) - Method in class com.toolsverse.etl.core.task.common.FilterDataSet
-
- getResourceName(Task) - Method in class com.toolsverse.etl.core.task.common.Intersect
-
- getResourceName(Task) - Method in class com.toolsverse.etl.core.task.common.Join
-
- getResourceName(Task) - Method in class com.toolsverse.etl.core.task.common.KeyValueNormTransformator
-
- getResourceName(Task) - Method in class com.toolsverse.etl.core.task.common.KeyValueTransformator
-
- getResourceName(Task) - Method in class com.toolsverse.etl.core.task.common.MailTask
-
- getResourceName(Task) - Method in class com.toolsverse.etl.core.task.common.Matrix
-
- getResourceName(Task) - Method in class com.toolsverse.etl.core.task.common.Minus
-
- getResourceName(Task) - Method in class com.toolsverse.etl.core.task.common.NormalizeNestedDataSet
-
- getResourceName(Task) - Method in class com.toolsverse.etl.core.task.common.Order
-
- getResourceName(Task) - Method in class com.toolsverse.etl.core.task.common.Pivot
-
- getResourceName(Task) - Method in class com.toolsverse.etl.core.task.common.Populate
-
- getResourceName(Task) - Method in class com.toolsverse.etl.core.task.common.RegexpTransformator
-
- getResourceName(Task) - Method in class com.toolsverse.etl.core.task.common.RemoveDuplicates
-
- getResourceName(Task) - Method in class com.toolsverse.etl.core.task.common.ScriptTask
-
- getResourceName(Task) - Method in class com.toolsverse.etl.core.task.common.SplitDataSet
-
- getResourceName(Task) - Method in class com.toolsverse.etl.core.task.common.SqlTask
-
- getResourceName(Task) - Method in class com.toolsverse.etl.core.task.common.Transpose
-
- getResourceName(Task) - Method in class com.toolsverse.etl.core.task.common.Union
-
- getResourceName(Task) - Method in class com.toolsverse.etl.core.task.common.Validator
-
- getResourceName(Task) - Method in class com.toolsverse.etl.core.task.common.XslTransormTask
-
- getResourceName(Task) - Method in class com.toolsverse.etl.core.task.informix.InformixDbAccessTask
-
- getResourceName(Task) - Method in class com.toolsverse.etl.core.task.informix.InformixExtractTask
-
- getResourceName(Task) - Method in class com.toolsverse.etl.core.task.informix.InformixLoadTask
-
- getResourceName(Task) - Method in class com.toolsverse.etl.core.task.oracle.OracleCopyTask
-
- getResourceName(Task) - Method in class com.toolsverse.etl.core.task.oracle.OracleExtractTask
-
- getResourceName(Task) - Method in class com.toolsverse.etl.core.task.oracle.OracleLoadTask
-
- getResourceName(Task) - Method in class com.toolsverse.etl.core.task.redshift.CopyIntoRedshiftTableTask
-
- getResourceName(Task) - Method in class com.toolsverse.etl.core.task.snowflake.CopyIntoTableTask
-
- getResourceName(Task) - Method in class com.toolsverse.etl.core.task.sqlserver.MsSqlExtractTask
-
- getResourceName(Task) - Method in class com.toolsverse.etl.core.task.sqlserver.MsSqlLoadTask
-
- getResourceName(Task) - Method in class com.toolsverse.etl.core.task.sqlserver.SybaseExtractTask
-
- getResourceName(Task) - Method in class com.toolsverse.etl.core.task.sqlserver.SybaseLoadTask
-
- getResponse(InputStream) - Method in class com.toolsverse.service.web.ServiceProxyWeb
-
Gets the response from the input stream.
- getResponse(InputStream) - Method in class com.toolsverse.service.web.ServiceProxyWebJson
-
- getResponseFileName() - Method in class com.toolsverse.etl.common.Alias
-
Gets the response file name.
- getResponseHeaders() - Method in class com.toolsverse.etl.core.config.EtlConfig
-
Gets the response headers.
- getResponseHttpCodeVariable() - Method in class com.toolsverse.etl.common.Alias
-
Gets the response http code variable.
- getResult() - Method in class com.toolsverse.etl.connector.ConnectorResult
-
Gets the result string.
- getResult() - Method in class com.toolsverse.etl.core.engine.TaskResult
-
Gets the result.
- getResult() - Method in class com.toolsverse.etl.sql.service.SqlResult
-
Gets the result string.
- getResult() - Method in class com.toolsverse.service.ServiceResponse
-
Gets the result.
- getResult() - Method in class com.toolsverse.util.ScriptResult
-
Gets the result.
- getResults() - Method in class com.toolsverse.util.concurrent.ParallelExecutor
-
Gets the results for each task.
- getResultSet() - Method in class com.toolsverse.etl.connector.sql.SqlConnectorParams
-
Gets the result set.
- getResultSet() - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- getResultSetConcurrency() - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- getResultSetHoldability() - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- getResultSetType() - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- getRetCode() - Method in class com.toolsverse.etl.connector.ConnectorResult
-
Gets the return code.
- getRetCode() - Method in class com.toolsverse.etl.core.engine.EtlResponse
-
Gets the return code.
- getRole(Alias) - Static method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
Gets the role.
- getRoot() - Method in class com.toolsverse.util.TreeNode
-
Gets the root node of the tree.
- getRootCause(Throwable) - Static method in class com.toolsverse.util.ExceptionUtils
-
Introspects the Throwable to obtain the root cause.
- getRootCauseMessage(Throwable) - Static method in class com.toolsverse.util.ExceptionUtils
-
Gets a short message summarising the root cause exception.
- getRootCauseStackTrace(Throwable) - Static method in class com.toolsverse.util.ExceptionUtils
-
Creates a compact stack trace for the root cause of the supplied
Throwable.
- getRootDataFolderPath() - Method in class com.toolsverse.config.SystemConfig
-
Gets the root data folder path.
- getRootFolderAndTheRest(String) - Static method in class com.toolsverse.util.FileUtils
-
Gets the root folder and the rest.
- getRootName() - Method in class com.toolsverse.etl.connector.json.JsonConnectorParams
-
Gets the root object name.
- getRootName() - Method in class com.toolsverse.etl.connector.xml.XmlObjectConnectorParams
-
Gets the root object name.
- getRootNode() - Method in class com.toolsverse.util.XmlUtils
-
Returns a live instance of the tree's root node that children can be
accessed, modified, added, and deleted from.
- getRootTag() - Method in class com.toolsverse.etl.connector.xml.XmlObjectConnectorParams
-
Gets the root tag.
- getRoutines(String, String) - Method in class com.toolsverse.etl.metadata.mysql.MySqlMetadata
-
Gets the routines.
- getRoutines(String, String, String) - Method in class com.toolsverse.etl.metadata.sqlserver.MsSqlMetadata
-
Gets the routines.
- getRoutines(String, String, String) - Method in class com.toolsverse.etl.metadata.sqlserver.SybaseMetadata
-
Gets the routines.
- getRow() - Method in class com.toolsverse.etl.common.FunctionContext
-
Gets the current row.
- getRowSorter() - Method in class com.toolsverse.etl.common.DataSet
-
Gets the row sorter.
- getRowTag() - Method in class com.toolsverse.etl.connector.xml.XmlObjectConnectorParams
-
Gets the row tag.
- getRunningTasks(String) - Method in class com.toolsverse.etl.core.engine.TaskRecorder
-
Get the running tasks for the given requestId.
- getRunningTasksForAccount(String) - Method in class com.toolsverse.etl.core.engine.TaskRecorder
-
Get all running tasks for the account.
- getRuntimeFunctions() - Method in interface com.toolsverse.etl.common.Function
-
Gets the array of functions which will be executed at run time.
- getRuntimeFunctions() - Method in class com.toolsverse.etl.core.function.db2.Db2Functions
-
- getRuntimeFunctions() - Method in class com.toolsverse.etl.core.function.DefFunctions
-
- getRuntimeFunctions() - Method in class com.toolsverse.etl.core.function.informix.InformixFunctions
-
- getRuntimeFunctions() - Method in class com.toolsverse.etl.core.function.mysql.MySqlFunctions
-
- getRuntimeFunctions() - Method in class com.toolsverse.etl.core.function.oracle.OracleFunctions
-
- getRuntimeFunctions() - Method in class com.toolsverse.etl.core.function.postgres.PostgresFunctions
-
- getRuntimeFunctions() - Method in class com.toolsverse.etl.core.function.sqlserver.MsSqlFunctions
-
- getSafeDelimiter() - Method in class com.toolsverse.etl.driver.AbstractDriver
-
- getSafeDelimiter() - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the safe delimiter which can be added to any sql statetement.
- getSafeDelimiter() - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- getSafeDelimiter() - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- getSafeSql(String) - Method in class com.toolsverse.etl.driver.AbstractDriver
-
- getSafeSql(String) - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- getSafeSql(String) - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the safe sql.
- getSafeSql(String) - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- getSafeSql(String) - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- getSafeSql(String) - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- getSafeSql(String) - Method in class com.toolsverse.etl.driver.sqlserver.SybaseDriver
-
- getSavepoint(Connection) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Sets the savepoint.
- getScale() - Method in class com.toolsverse.etl.common.FieldDef
-
Gets the scale.
- getScaleAndPrecision(String) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Gets the scale (value) and precision (key).
- getScenario(EtlConfig, String) - Method in class com.toolsverse.etl.core.engine.EtlFactory
-
Gets the scenario using PARSE_ALL_PARAM scope.
- getScenario(EtlConfig, String, int) - Method in class com.toolsverse.etl.core.engine.EtlFactory
-
Gets the scenario.
- getScenario() - Method in class com.toolsverse.etl.core.engine.LoadFunctionContext
-
Gets the ETL scenario.
- getScenario() - Method in class com.toolsverse.etl.core.engine.Task
-
Gets the scenario.
- getScenarioFileName(String, String) - Static method in class com.toolsverse.etl.core.util.EtlUtils
-
Gets the scenario file name.
- getScenarioName() - Method in interface com.toolsverse.etl.common.EtlContext
-
Gets the scenario name.
- getScenarioName() - Method in class com.toolsverse.etl.core.config.EtlContextImpl
-
- getScenarioName(String) - Static method in class com.toolsverse.etl.core.util.EtlUtils
-
Gets the scenario name.
- getScenarioName() - Method in exception com.toolsverse.etl.exception.EtlException
-
Gets the scenario name.
- getScenarioPath() - Method in class com.toolsverse.etl.core.config.EtlConfig
-
Gets the default path for the scenario files.
- getScenarios() - Method in class com.toolsverse.etl.core.engine.EtlRequest
-
Gets the scenarios.
- getScenarioVariables() - Method in class com.toolsverse.etl.core.engine.Destination
-
Gets the variables linked to the scenario.
- getSchema() - Method in class com.toolsverse.etl.common.Alias
-
Gets the schema.
- getSchema() - Method in class com.toolsverse.etl.metadata.DatabaseFilter
-
Gets the schema.
- getSchema() - Method in class com.toolsverse.etl.sql.connection.SshConnection
-
- getSchema() - Method in class com.toolsverse.etl.sql.connection.StreamingConnection
-
- getSchemas(String) - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the schemas.
- getScope() - Method in class com.toolsverse.etl.common.FunctionContext
-
Gets the execution scope.
- getScope() - Method in class com.toolsverse.etl.common.Variable
-
Gets the scope.
- getScope() - Method in class com.toolsverse.etl.core.engine.Destination
-
Gets the scope.
- getScope() - Method in class com.toolsverse.etl.core.engine.Task
-
Gets the scope.
- getScriptName() - Method in class com.toolsverse.etl.core.engine.Scenario
-
Gets the script name.
- getScriptsFolder() - Method in class com.toolsverse.config.SystemConfig
-
Gets the scripts folder path.
- getScriptsToCleanOnException() - Method in class com.toolsverse.etl.core.codegen.DefaultCodeGen
-
- getScriptsToCleanOnException() - Method in interface com.toolsverse.etl.core.engine.CodeGen
-
Gets the list of scripts which should be executed to clean up database
object on exception.
- getSearchStr() - Method in class com.toolsverse.etl.metadata.DatabaseFilter
-
Gets the search string.
- getSecretKey(String) - Static method in class com.toolsverse.util.encryption.SymmetricEncryptor
-
Gets the SecretKey from the string.
- getSecurityContext() - Method in class com.toolsverse.service.ServiceRequest
-
Gets the security context.
- getSelect() - Method in class com.toolsverse.etl.aliasreader.AliasReaderUnit
-
Gets the the list of AliasReaders which can be used by the combo box UI control.
- getSelect() - Method in class com.toolsverse.etl.connector.ConnectorUnit
-
Gets the list used by combo box to select available connectors.
- getSelect() - Method in class com.toolsverse.etl.driver.DriverUnit
-
Gets the list of drivers which can be used by combo box UI control to
select available drivers.
- getSelect() - Method in class com.toolsverse.etl.metadata.MetadataUnit
-
Gets the the list of metadata drivers which can be used by the combo box UI control.
- getSelect() - Method in class com.toolsverse.imaging.ImageProcessor
-
Gets the list of KeyValue objects.
- getSelectAll() - Method in class com.toolsverse.etl.aliasreader.AliasReaderUnit
-
Gets the list used by combo box to select all AliasReaders, event without license.
- getSelectAll() - Method in class com.toolsverse.etl.connector.ConnectorUnit
-
Gets the list used by combo box to select all connectors, event without license.
- getSelectAll() - Method in class com.toolsverse.etl.driver.DriverUnit
-
Gets the list used by combo box to select all etl drivers, event without license.
- getSelectAll() - Method in class com.toolsverse.etl.metadata.MetadataUnit
-
Gets the list used by combo box to select all metadata drivers, event without license.
- getSelectClause(Driver) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Gets the select clause for metadata extraction.
- getSelectedDataSet(DataSet, TypedKeyValue<int[], int[]>) - Static method in class com.toolsverse.etl.common.CommonEtlUtils
-
Gets the selected data set.
- getSelectedIndex() - Method in class com.toolsverse.util.IndexArrayList
-
- getSelectedIndex() - Method in interface com.toolsverse.util.IndexList
-
Gets the selected index.
- getSelectedValue() - Method in class com.toolsverse.util.IndexArrayList
-
- getSelectedValue() - Method in interface com.toolsverse.util.IndexList
-
Gets the selected value.
- getSelectSql(String) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Gets the select sql.
- getSelectStatement(TypedKeyValue<List<String>, List<Object>>, String) - Method in class com.toolsverse.etl.driver.AbstractDriver
-
- getSelectStatement(TypedKeyValue<List<String>, List<Object>>, String) - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the select statement.
- getSeq(LoadFunctionContext) - Method in class com.toolsverse.etl.core.function.DefFunctions
-
Gets the new value for the field using sequence.
- getSequenceAsText(String, String, String, String) - Method in class com.toolsverse.etl.metadata.oracle.OracleMetadata
-
Gets the sequence as text.
- getSequences(String, String, String, String) - Method in class com.toolsverse.etl.metadata.db2.Db2Metadata
-
Gets the sequences.
- getSequences(String, String, String, String) - Method in class com.toolsverse.etl.metadata.informix.InformixMetadata
-
Gets the sequences.
- getSequences(String, String, String, String) - Method in class com.toolsverse.etl.metadata.oracle.OracleMetadata
-
Gets the sequences.
- getSequences(String, String, String, String) - Method in class com.toolsverse.etl.metadata.postgres.PostgresMetadata
-
Gets the sequences.
- getSerial(LoadFunctionContext) - Method in class com.toolsverse.etl.core.function.informix.InformixFunctions
-
Gets the new value for the field using dbinfo('sqlca.sqlerrd1') or dbinfo('serial8').
- getSerial(LoadFunctionContext) - Method in class com.toolsverse.etl.core.function.postgres.PostgresFunctions
-
Gets the new value for the field using dbinfo('sqlca.sqlerrd1') or
dbinfo('serial8').
- getSeries(int, int, int) - Static method in class com.toolsverse.util.Utils
-
Gets the series of of values between start and
end using multiplier mult.
- getSeries(String, int, int, int) - Static method in class com.toolsverse.util.Utils
-
Gets the series of of values between start and
end using multiplier mult.
- getServer(EtlConfig, Task) - Method in class com.toolsverse.etl.core.task.sqlserver.BcpTask
-
Gets the server name.
- getServer(EtlConfig, Task) - Method in class com.toolsverse.etl.core.task.sqlserver.MsSqlBcpTask
-
- getServer(EtlConfig, Task) - Method in class com.toolsverse.etl.core.task.sqlserver.SybaseBcpTask
-
- getServer(Alias) - Static method in class com.toolsverse.etl.driver.informix.InformixDriver
-
Gets the informix server name.
- getServer(Alias, String) - Static method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
Gets the server name.
- getServer(Alias) - Static method in class com.toolsverse.etl.driver.sqlserver.SybaseDriver
-
Gets the server name.
- getServerBaseUrl() - Method in class com.toolsverse.config.SystemConfig
-
Gets the server base url.
- getServerUrl() - Method in class com.toolsverse.config.SystemConfig
-
Gets the server url.
- getService(Class<T>) - Static method in class com.toolsverse.service.ServiceFactory
-
Gets the service implementation using given serviceClass.
- getService(Class<T>, Class<T>, String) - Static method in class com.toolsverse.service.ServiceFactory
-
Gets the service implementation using given service class, default implementation and a service proxy class name.
- getService(Class<T>, String) - Static method in class com.toolsverse.service.ServiceFactory
-
Gets the service implementation using given service class and service proxy class name.
- getServiceClass() - Method in class com.toolsverse.service.ServiceProxy
-
Gets the service class.
- getServiceClass() - Method in class com.toolsverse.service.ServiceRequest
-
Gets the service class.
- getServiceClass(Class<? extends Service>) - Method in class com.toolsverse.service.web.DispatchServlet
-
Gets the service class.
- getServiceName(Alias) - Static method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
Gets the service name or sid.
- getServiceProxy(String, Class<? extends Service>, Class<? extends Service>) - Static method in class com.toolsverse.service.ServiceFactory
-
Gets the service proxy using given proxy class name, service class and default service implementation.
- getServiceRequest(HttpServletRequest) - Method in class com.toolsverse.service.web.DispatchJsonServlet
-
- getServiceRequest(HttpServletRequest) - Method in class com.toolsverse.service.web.DispatchServlet
-
Gets the service request from the given HttpServletRequest.
- getSession() - Method in class com.toolsverse.etl.sql.connection.SshTunnel
-
Gets the session.
- getSession() - Static method in class com.toolsverse.service.web.WebSessionManager
-
Get the Session that is currently associated with this Thread.
- getSetter() - Method in class com.toolsverse.mvc.model.Model.Attribute
-
Gets the name of the setter method
- getSheet() - Method in class com.toolsverse.etl.connector.excel.ExcelConnectorParams
-
Gets the current sheet.
- getSheetName() - Method in class com.toolsverse.etl.connector.excel.ExcelConnectorParams
-
Gets the current sheet name.
- getShellExt() - Static method in class com.toolsverse.util.Utils
-
Gets the default shell script extension for the current OS.
- getShellExt(String) - Static method in class com.toolsverse.util.Utils
-
Gets the default shell script extension for the current OS.
- getShortClassName(String) - Static method in class com.toolsverse.util.ClassUtils
-
Gets the class name minus the package name from a String.
- getSize() - Method in class com.toolsverse.io.FileResource
-
Gets the size.
- getSortedFields() - Method in class com.toolsverse.etl.common.DataSet
-
Gets the sorted by index fields.
- getSortedList() - Method in class com.toolsverse.etl.common.DataSetFields
-
Gets the sorted by index list of fields.
- getSource() - Method in class com.toolsverse.etl.common.FieldMapping
-
Get the source name
- getSource() - Method in class com.toolsverse.etl.core.engine.Destination
-
Gets the source, linked to the destination.
- getSource() - Method in class com.toolsverse.etl.core.engine.FileMetrics
-
Gets the source.
- getSource() - Method in class com.toolsverse.etl.core.engine.Task
-
Gets the source.
- getSourceDriver() - Method in class com.toolsverse.etl.common.DataSet
-
Gets the source driver.
- getSourceDriverClassName() - Method in class com.toolsverse.etl.core.engine.Scenario
-
Gets the default source driver class name.
- getSourceKeys(Destination, EtlConfig, DataSetFields) - Method in class com.toolsverse.etl.core.engine.MetadataTracker
-
Gets the source keys.
- getSourceName() - Method in class com.toolsverse.etl.core.engine.Destination
-
Gets the name of the source how it set in the ETL scenario.
- getSources() - Method in class com.toolsverse.etl.core.engine.Scenario
-
Gets the sources.
- getSourceTableName() - Method in class com.toolsverse.etl.common.DataSet
-
Gets the source table name.
- getSourceToUse() - Method in class com.toolsverse.etl.core.engine.Destination
-
Gets the source, linked to the destination or if exists - source derived
from the linked destination.
- getSplitBy() - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Gets the split by property.
- getSql() - Method in class com.toolsverse.etl.connector.service.ConnectorRequest
-
Gets the sql.
- getSql() - Method in class com.toolsverse.etl.core.engine.Destination
-
Gets the sql for the load.
- getSql() - Method in class com.toolsverse.etl.core.engine.Source
-
Gets the sql.
- getSql(String) - Method in class com.toolsverse.etl.core.function.DefFunctions
-
Gets the sql.
- getSql(EtlConfig, Task, String, String) - Method in class com.toolsverse.etl.core.task.sqlserver.BcpTask
-
Gets the sql to execute.
- getSql(EtlConfig, Task, String, String) - Method in class com.toolsverse.etl.core.task.sqlserver.MsSqlExtractTask
-
- getSql(EtlConfig, Task, String, String) - Method in class com.toolsverse.etl.core.task.sqlserver.MsSqlLoadTask
-
- getSql(EtlConfig, Task, String, String) - Method in class com.toolsverse.etl.core.task.sqlserver.SybaseExtractTask
-
- getSql(EtlConfig, Task, String, String) - Method in class com.toolsverse.etl.core.task.sqlserver.SybaseLoadTask
-
- getSql() - Method in class com.toolsverse.etl.parser.GenericSqlParser.ParamsParser
-
Gets the sql.
- getSql() - Method in class com.toolsverse.etl.sql.NamedParameterPreparedStatement.ParseResult
-
- getSql() - Method in class com.toolsverse.etl.sql.service.SqlRequest
-
Gets the sql to execute.
- getSql() - Method in class com.toolsverse.etl.sql.service.SqlResult
-
Gets the list of actually executed sql statements.
- getSqlDataType() - Method in class com.toolsverse.etl.common.FieldDef
-
Gets the sql data type.
- getSqlFileName(String, int) - Static method in class com.toolsverse.etl.core.util.EtlUtils
-
Gets the sql file name.
- getSqlForAutotrace(ObjectStorage, String) - Method in class com.toolsverse.etl.driver.AbstractDriver
-
- getSqlForAutotrace(ObjectStorage, String) - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the SQL for autotrace.
- getSqlForAutotrace(ObjectStorage, String) - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- getSqlForExplainPlan(String, SqlParser) - Method in class com.toolsverse.etl.driver.AbstractDriver
-
- getSqlForExplainPlan(String, SqlParser) - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the sql for the explain plan.
- getSqlForExplainPlan(String, SqlParser) - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- getSqlForExplainPlan(String, SqlParser) - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- getSqlForExplainPlan(String, Driver, SqlParser) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Gets the sql for explain plan.
- getSqlForExternalTool(Alias, String, SqlParser) - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- getSqlForExternalTool(Alias, String, SqlParser) - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the sql for external tool.
- getSqlForExternalTool(Alias, String, SqlParser) - Method in class com.toolsverse.etl.driver.GenericFileDriver
-
- getSqlForExternalTool(Alias, String, SqlParser) - Method in class com.toolsverse.etl.driver.GenericJdbcDriver
-
- getSqlForExternalTool(Alias, String, SqlParser) - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- getSqlForExternalTool(Alias, String, SqlParser) - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- getSqlForExternalTool(Alias, String, SqlParser) - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- getSqlForExternalTool(Alias, String, SqlParser) - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- getSqlForExternalTool(Alias, String, SqlParser) - Method in class com.toolsverse.etl.driver.snowflake.SnowflakeDriver
-
- getSqlForExternalTool(Alias, String, SqlParser) - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- getSqlForExternalTool(Alias, String, SqlParser) - Method in class com.toolsverse.etl.driver.sqlserver.SybaseDriver
-
- getSqlForMetadataExtraction(String, Driver) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Gets the sql for metadata extraction.
- getSqlHistory() - Method in class com.toolsverse.etl.sql.util.SqlHistory
-
Gets the sql history.
- getSqlKeywordsFileName() - Method in class com.toolsverse.etl.driver.AbstractDriver
-
- getSqlKeywordsFileName() - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- getSqlKeywordsFileName() - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the sql keywords file name.
- getSqlKeywordsFileName() - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- getSqlKeywordsFileName() - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- getSqlKeywordsFileName() - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- getSqlKeywordsFileName() - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- getSqlKeywordsFileName() - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- getSqlKeywordsFileName() - Method in class com.toolsverse.etl.driver.sqlserver.SybaseDriver
-
- getSqlParserByEtlDriverClassName(String, boolean) - Static method in class com.toolsverse.etl.core.util.SqlParserFactory
-
Gets the sql parser by the etl driver class name.
- getSqlParserByVendorName(String) - Static method in class com.toolsverse.etl.core.util.SqlParserFactory
-
Gets the sql parser by vendor name.
- getSqlType() - Method in class com.toolsverse.etl.common.FieldMapping
-
Get the database specific sql data type
- getSqlType(Variable, FieldDef) - Method in class com.toolsverse.etl.core.function.DefFunctions
-
Gets the sql type.
- getSqlWithWhereClause(String, String) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Gets the sql with where clause.
- getStackFrameList(Throwable) - Static method in class com.toolsverse.util.ExceptionUtils
-
Produces a List of stack frames - the message
is not included.
- getStackFrames(String) - Static method in class com.toolsverse.util.ExceptionUtils
-
Returns an array where each element is a line from the argument.
- getStackFrames(Throwable) - Static method in class com.toolsverse.util.ExceptionUtils
-
Captures the stack trace associated with the specified
Throwable object, decomposing it into a list of
stack frames.
- getStackTrace(Throwable) - Static method in class com.toolsverse.util.ExceptionUtils
-
Gets the stack trace from a Throwable as a String.
- getStackTraceAsString(Throwable) - Static method in class com.toolsverse.util.Utils
-
Converts stack trace from the given Throwable to the string.
- getStarted() - Method in class com.toolsverse.etl.core.engine.FileMetrics
-
Gets the started.
- getStarted() - Method in class com.toolsverse.etl.core.engine.RunningEtlTask
-
Gets the started.
- getStartGroupingRow() - Method in class com.toolsverse.etl.connector.excel.ExcelConnectorParams
-
Gets the start grouping row.
- getStartLocation() - Method in class com.toolsverse.etl.common.Variable
-
- getStartLocation() - Method in class com.toolsverse.etl.core.engine.Destination
-
- getStartLocation() - Method in class com.toolsverse.etl.core.engine.Scenario
-
- getStartLocation() - Method in class com.toolsverse.etl.core.engine.Source
-
- getStartLocation() - Method in class com.toolsverse.etl.core.engine.Task
-
- getStartLocation() - Method in interface com.toolsverse.util.LocationProvider
-
Gets the start location.
- getStartRow() - Method in class com.toolsverse.etl.connector.excel.ExcelConnectorParams
-
Gets the start row.
- getStartRow() - Method in class com.toolsverse.etl.connector.text.KeyValueConnectorParams
-
Gets the start row.
- getStartRow() - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Gets the start row.
- getStartStyle() - Method in class com.toolsverse.etl.connector.json.JsonConnectorParams
-
Gets the start style: array, object, named object.
- getStartTime() - Method in class com.toolsverse.etl.core.engine.EtlResponse
-
Gets the start time.
- getStartTransactionSql() - Method in class com.toolsverse.etl.driver.AbstractDriver
-
- getStartTransactionSql() - Method in interface com.toolsverse.etl.driver.Driver
-
Get start transaction sql.
- getStartTransactionSql() - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- getStartTransactionSql() - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- getStatement() - Method in class com.toolsverse.etl.parser.GenericSqlParser.StripParser
-
Gets the sql statement.
- getStatements() - Method in class com.toolsverse.etl.core.engine.Destination
-
Gets the prepared SQL statements.
- getStatements() - Method in class com.toolsverse.etl.parser.GenericSqlParser.SplitParser
-
Gets the array of sql statements.
- getStatementType() - Method in class com.toolsverse.etl.core.engine.Source
-
Gets the statement type.
- getStatus() - Method in class com.toolsverse.etl.core.codegen.DefaultCodeGen
-
- getStatus() - Method in interface com.toolsverse.etl.core.engine.CodeGen
-
Gets the status of the code generator.
- getStatus() - Method in class com.toolsverse.etl.core.engine.FileMetrics
-
Gets the status.
- getStatus() - Method in class com.toolsverse.io.IoStatus
-
Gets the status.
- getStatus() - Method in class com.toolsverse.service.LogNode
-
Gets the status.
- getStorage() - Method in class com.toolsverse.cache.LinkedMemoryCache
-
- getStorage() - Method in class com.toolsverse.cache.ListMemoryCache
-
Gets the storage.
- getStorage() - Method in class com.toolsverse.cache.MemoryCache
-
Gets the storage.
- getStorage() - Method in class com.toolsverse.cache.SynchLinkedMemoryCache
-
- getStorage() - Method in class com.toolsverse.cache.SynchListMemoryCache
-
- getStorage() - Method in class com.toolsverse.cache.SynchMemoryCache
-
- getStorageService() - Method in class com.toolsverse.storage.PersistableStorageAdapter
-
Gets the storage service.
- getStoreHost() - Method in class com.toolsverse.io.MailParams
-
Gets the store host.
- getStorePassword() - Method in class com.toolsverse.io.MailParams
-
Gets the store password.
- getStoreProtocol() - Method in class com.toolsverse.io.MailParams
-
Gets the store protocol.
- getStoreUser() - Method in class com.toolsverse.io.MailParams
-
Gets the store user.
- getString(String) - Method in class com.toolsverse.etl.core.config.EtlConfig
-
- getString(String) - Method in class com.toolsverse.etl.core.engine.Task
-
- getString(String) - Method in class com.toolsverse.etl.sql.service.SqlRequest
-
- getString(String) - Method in class com.toolsverse.storage.StorageManager
-
- getString(String) - Method in interface com.toolsverse.util.ObjectStorage
-
Gets the string representation of the value by the key.
- getString(String) - Method in class com.toolsverse.util.ObjectStorageMap
-
- getString(String) - Method in class com.toolsverse.util.Script
-
- getStringAttribute(Node, String) - Method in class com.toolsverse.util.XmlUtils
-
Gets the string attribute.
- getStringBetweenQuotes(String) - Static method in class com.toolsverse.util.Utils
-
Trim and get the string between quotes.
- getStringFieldSizeMultiplier() - Method in class com.toolsverse.etl.common.Alias
-
Gets the string field size multiplier.
- getStringFieldSizeMultiplier() - Method in class com.toolsverse.etl.driver.AbstractDriver
-
- getStringFieldSizeMultiplier() - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the string field size multiplier.
- getStringProperty(String) - Method in class com.toolsverse.storage.StorageManager
-
Gets the string property.
- getStringProperty(String, String) - Method in class com.toolsverse.storage.StorageManager
-
Gets the string property.
- getStringToPersist(String, boolean, boolean) - Method in class com.toolsverse.etl.connector.text.TextConnector
-
Gets the string to persist.
- getSubject() - Method in class com.toolsverse.io.MailParams
-
Gets the subject.
- getSuffix() - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Gets the suffix.
- getSuggestedKeyFields(Connection, Driver, String, DataSetFields) - Static method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the suggested key fields.
- getSum() - Method in class com.toolsverse.util.AvgNumber
-
Gets the sum.
- getSynonymAsText(String, String, String, String) - Method in class com.toolsverse.etl.metadata.oracle.OracleMetadata
-
Gets the synonym as text.
- getSynonyms(String, String, String, String) - Method in class com.toolsverse.etl.metadata.informix.InformixMetadata
-
Gets the synonyms.
- getSynonyms(String, String, String) - Method in class com.toolsverse.etl.metadata.oracle.OracleMetadata
-
Gets the synonyms.
- getSynonyms(String, String, String, String) - Method in class com.toolsverse.etl.metadata.sqlserver.MsSqlMetadata
-
Gets the synonyms.
- getSysProperties() - Method in class com.toolsverse.config.SystemConfig
-
Gets the sys properties.
- getSystemProperties() - Method in class com.toolsverse.config.SystemConfig
-
Gets the system properties.
- getSystemPropertiesAsProperties() - Method in class com.toolsverse.config.SystemConfig
-
Gets the system properties as properties.
- getSystemProperty(String) - Method in class com.toolsverse.config.SystemConfig
-
Gets the system property by name.
- getSystemProperty(String, String) - Method in class com.toolsverse.config.SystemConfig
-
Gets the system property by name.
- getSystemProperty(String, String, Map<String, String>) - Method in class com.toolsverse.config.SystemConfig
-
Gets the system property by name.
- getSystemPropertyForDeployment(String, String) - Method in class com.toolsverse.config.SystemConfig
-
Gets the system property for deployment.
- getTable() - Method in class com.toolsverse.etl.connector.pdf.PdfConnectorParams
-
Gets the pdf table.
- getTableAsText(String, String, String, String) - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the table as text.
- getTableAsText(String, String, String, String) - Method in class com.toolsverse.etl.metadata.oracle.OracleMetadata
-
Gets the table as text.
- getTableColumns(String, String, String, String) - Method in class com.toolsverse.etl.metadata.excel.ExcelFileMetadata
-
Gets the worksheet columns.
- getTableColumns(String, String, String, String) - Method in class com.toolsverse.etl.metadata.excel.ExcelXlsxFileMetadata
-
Gets the worksheet columns.
- getTableColumns(String, String, String, String) - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the table columns.
- getTableColumns(String, String, String, String) - Method in class com.toolsverse.etl.metadata.json.JsonDatasetMetadata
-
Gets the data set columns.
- getTableColumns(String, String, String, String) - Method in class com.toolsverse.etl.metadata.json.JsonMetadata
-
Gets the data set columns.
- getTableColumns(String, String, String, String) - Method in class com.toolsverse.etl.metadata.oracle.OracleMetadata
-
- getTableColumns(String, String, String, String) - Method in class com.toolsverse.etl.metadata.text.ClobFileMetadata
-
Gets the data set columns.
- getTableColumns(String, String, String, String) - Method in class com.toolsverse.etl.metadata.text.KeyValueFileMetadata
-
Gets the data set columns.
- getTableColumns(String, String, String, String) - Method in class com.toolsverse.etl.metadata.text.TextFileMetadata
-
Gets the data set columns.
- getTableColumns(String, String, String, String) - Method in class com.toolsverse.etl.metadata.xml.XmlFileMetadata
-
Gets the data set columns.
- getTableColumns(String, String, String, String) - Method in class com.toolsverse.etl.metadata.xml.XmlObjectFileMetadata
-
Gets the data set columns.
- getTableEKs(String, String, String, String) - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the table external keys.
- getTableEKs(String, String, String, String, DataSet) - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the table external keys.
- getTableFKs(String, String, String, String) - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the table foreign keys.
- getTableIndexes(String, String, String, String) - Method in class com.toolsverse.etl.metadata.db2.Db2Metadata
-
- getTableIndexes(String, String, String, String) - Method in class com.toolsverse.etl.metadata.informix.InformixMetadata
-
- getTableIndexes(String, String, String, String) - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the table indexes.
- getTableIndexes(String, String, String, String) - Method in class com.toolsverse.etl.metadata.oracle.OracleMetadata
-
- getTableMetadataAllowed() - Method in class com.toolsverse.etl.metadata.FileMetadata
-
- getTableMetadataAllowed() - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
- getTableMetadataAllowed() - Method in interface com.toolsverse.etl.metadata.Metadata
-
Gets the set of allowed database objects for tables when in restricted mode.
- getTableMetadataTypes() - Method in class com.toolsverse.etl.metadata.db2.Db2Metadata
-
- getTableMetadataTypes() - Method in class com.toolsverse.etl.metadata.excel.ExcelFileMetadata
-
Gets the table metadata types.
- getTableMetadataTypes() - Method in class com.toolsverse.etl.metadata.excel.ExcelOdbcMetadata
-
- getTableMetadataTypes() - Method in class com.toolsverse.etl.metadata.excel.ExcelXlsxFileMetadata
-
Gets the table metadata types.
- getTableMetadataTypes() - Method in class com.toolsverse.etl.metadata.informix.InformixMetadata
-
- getTableMetadataTypes() - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the table metadata types.
- getTableMetadataTypes() - Method in class com.toolsverse.etl.metadata.json.JsonDatasetMetadata
-
Gets the table metadata types.
- getTableMetadataTypes() - Method in class com.toolsverse.etl.metadata.json.JsonMetadata
-
Gets the table metadata types.
- getTableMetadataTypes() - Method in class com.toolsverse.etl.metadata.mysql.MySqlMetadata
-
- getTableMetadataTypes() - Method in class com.toolsverse.etl.metadata.oracle.OracleMetadata
-
- getTableMetadataTypes() - Method in class com.toolsverse.etl.metadata.postgres.PostgresMetadata
-
- getTableMetadataTypes() - Method in class com.toolsverse.etl.metadata.sqlserver.MsSqlMetadata
-
- getTableMetadataTypes() - Method in class com.toolsverse.etl.metadata.sqlserver.SybaseMetadata
-
- getTableMetadataTypes() - Method in class com.toolsverse.etl.metadata.text.ClobFileMetadata
-
Gets the table metadata types.
- getTableMetadataTypes() - Method in class com.toolsverse.etl.metadata.text.KeyValueFileMetadata
-
Gets the table metadata types.
- getTableMetadataTypes() - Method in class com.toolsverse.etl.metadata.text.TextFileMetadata
-
Gets the table metadata types.
- getTableMetadataTypes() - Method in class com.toolsverse.etl.metadata.xml.XmlFileMetadata
-
Gets the table metadata types.
- getTableMetadataTypes() - Method in class com.toolsverse.etl.metadata.xml.XmlObjectFileMetadata
-
Gets the table metadata types.
- getTableName() - Method in class com.toolsverse.etl.common.DataSet
-
Gets the table name.
- getTableName() - Method in class com.toolsverse.etl.common.Variable
-
Gets the table name.
- getTableName() - Method in class com.toolsverse.etl.connector.sql.SqlConnectorParams
-
Gets the table name.
- getTableName() - Method in class com.toolsverse.etl.core.engine.Task
-
Gets the table name.
- getTableName(String) - Method in class com.toolsverse.etl.driver.AbstractDriver
-
- getTableName(String) - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the table name.
- getTableName(String) - Method in class com.toolsverse.etl.driver.GenericFileDriver
-
- getTableName(String) - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- getTableNameAsText(String, String, String, String, String) - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the table name as text.
- getTableNameAsText(String, String, String, String, String) - Method in class com.toolsverse.etl.metadata.oracle.OracleMetadata
-
- getTableNameWithSpaces(String, char, Driver) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Gets the table name with spaces.
- getTableNameWithSuffix(String, String, Driver) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Gets the table name with suffix.
- getTablePKs(String, String, String, String) - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the table primary key.
- getTablePrefixWhenAddingTable(String) - Method in class com.toolsverse.etl.driver.AbstractDriver
-
- getTablePrefixWhenAddingTable(String) - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the table prefix when adding table.
- getTablePrivs(String, String, String, String) - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the table privileges.
- getTablesByType(String, String, String, String) - Method in class com.toolsverse.etl.metadata.db2.Db2Metadata
-
Gets the tables by type.
- getTablesByType(InputStream, String, String, String) - Method in class com.toolsverse.etl.metadata.DefaultFileMetadata
-
- getTablesByType(String, String, String, String) - Method in class com.toolsverse.etl.metadata.DefaultFileMetadata
-
- getTablesByType(InputStream, String, String, String) - Method in class com.toolsverse.etl.metadata.excel.ExcelFileMetadata
-
- getTablesByType(String, String, String, String) - Method in class com.toolsverse.etl.metadata.excel.ExcelFileMetadata
-
- getTablesByType(String, String, String, String) - Method in class com.toolsverse.etl.metadata.excel.ExcelOdbcMetadata
-
- getTablesByType(InputStream, String, String, String) - Method in class com.toolsverse.etl.metadata.excel.ExcelXlsxFileMetadata
-
- getTablesByType(String, String, String, String) - Method in class com.toolsverse.etl.metadata.excel.ExcelXlsxFileMetadata
-
- getTablesByType(InputStream, String, String, String) - Method in class com.toolsverse.etl.metadata.FileMetadata
-
Gets the tables by type.
- getTablesByType(String, String, String, String) - Method in class com.toolsverse.etl.metadata.FileMetadata
-
Gets the tables by type.
- getTablesByType(String, String, String, String) - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the tables by type.
- getTablesByType(InputStream, String, String, String) - Method in class com.toolsverse.etl.metadata.json.JsonDatasetMetadata
-
- getTablesByType(String, String, String, String) - Method in class com.toolsverse.etl.metadata.json.JsonDatasetMetadata
-
- getTablesByType(InputStream, String, String, String) - Method in class com.toolsverse.etl.metadata.json.JsonMetadata
-
- getTablesByType(String, String, String, String) - Method in class com.toolsverse.etl.metadata.json.JsonMetadata
-
- getTablesByType(String, String, String, String) - Method in class com.toolsverse.etl.metadata.oracle.OracleMetadata
-
- getTablesByType(InputStream, String, String, String) - Method in class com.toolsverse.etl.metadata.text.ClobFileMetadata
-
- getTablesByType(String, String, String, String) - Method in class com.toolsverse.etl.metadata.text.ClobFileMetadata
-
- getTablesByType(InputStream, String, String, String) - Method in class com.toolsverse.etl.metadata.text.KeyValueFileMetadata
-
- getTablesByType(String, String, String, String) - Method in class com.toolsverse.etl.metadata.text.KeyValueFileMetadata
-
- getTablesByType(InputStream, String, String, String) - Method in class com.toolsverse.etl.metadata.text.TextFileMetadata
-
- getTablesByType(String, String, String, String) - Method in class com.toolsverse.etl.metadata.text.TextFileMetadata
-
- getTablesByType(InputStream, String, String, String) - Method in class com.toolsverse.etl.metadata.xml.XmlFileMetadata
-
- getTablesByType(String, String, String, String) - Method in class com.toolsverse.etl.metadata.xml.XmlFileMetadata
-
- getTablesByType(InputStream, String, String, String) - Method in class com.toolsverse.etl.metadata.xml.XmlObjectFileMetadata
-
- getTablesByType(String, String, String, String) - Method in class com.toolsverse.etl.metadata.xml.XmlObjectFileMetadata
-
- getTableTypes() - Method in class com.toolsverse.etl.metadata.excel.ExcelFileMetadata
-
- getTableTypes() - Method in class com.toolsverse.etl.metadata.excel.ExcelOdbcMetadata
-
- getTableTypes() - Method in class com.toolsverse.etl.metadata.excel.ExcelXlsxFileMetadata
-
- getTableTypes() - Method in class com.toolsverse.etl.metadata.FileMetadata
-
Gets the table types.
- getTableTypes() - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the table types.
- getTableTypes() - Method in class com.toolsverse.etl.metadata.json.JsonDatasetMetadata
-
- getTableTypes() - Method in class com.toolsverse.etl.metadata.json.JsonMetadata
-
- getTableTypes() - Method in class com.toolsverse.etl.metadata.mysql.MySqlMetadata
-
- getTableTypes() - Method in class com.toolsverse.etl.metadata.oracle.OracleMetadata
-
- getTableTypes() - Method in class com.toolsverse.etl.metadata.postgres.PostgresMetadata
-
- getTableTypes() - Method in class com.toolsverse.etl.metadata.sqlserver.MsSqlMetadata
-
- getTableTypes() - Method in class com.toolsverse.etl.metadata.text.ClobFileMetadata
-
- getTableTypes() - Method in class com.toolsverse.etl.metadata.text.KeyValueFileMetadata
-
- getTableTypes() - Method in class com.toolsverse.etl.metadata.text.TextFileMetadata
-
- getTableTypes() - Method in class com.toolsverse.etl.metadata.xml.XmlFileMetadata
-
- getTableTypes() - Method in class com.toolsverse.etl.metadata.xml.XmlObjectFileMetadata
-
- getTagName() - Method in class com.toolsverse.etl.common.Variable
-
Gets the tag name.
- getTarget() - Method in class com.toolsverse.etl.common.DataSetRecord
-
Gets the target, typically a designated queue topic.
- getTarget() - Method in class com.toolsverse.etl.connector.DataSetConnectorParams
-
Gets the target.
- getTarget() - Method in class com.toolsverse.etl.core.engine.Destination
-
Gets the target.
- getTargetDriver() - Method in class com.toolsverse.etl.core.engine.Destination
-
Gets the target driver.
- getTaskCount(String) - Method in class com.toolsverse.etl.core.engine.TaskRecorder
-
Gets the task count.
- getTaskFeature() - Method in interface com.toolsverse.etl.core.engine.TaskFeatureProvider
-
Gets the task feature.
- getTaskFeature() - Method in class com.toolsverse.etl.core.task.common.SplitDataSet
-
- getTaskName() - Method in interface com.toolsverse.etl.common.EtlContext
-
Gets the task name.
- getTaskName() - Method in class com.toolsverse.etl.core.config.EtlContextImpl
-
- getTaskName() - Method in exception com.toolsverse.etl.exception.EtlException
-
Gets the task name.
- getTaskName() - Method in class com.toolsverse.util.concurrent.ConcurrentFeature
-
Gets the task name.
- getTaskName() - Method in interface com.toolsverse.util.concurrent.ParallelProgressDelegate
-
Gets the task name.
- getTasks() - Method in interface com.toolsverse.etl.core.engine.Block
-
Gets the tasks which are executed before etl framework starts processing
of the particular scenario block.
- getTasks() - Method in class com.toolsverse.etl.core.engine.Destination
-
- getTasks() - Method in class com.toolsverse.etl.core.engine.Source
-
- getTempFileName() - Method in class com.toolsverse.etl.connector.xml.XmlConnectorParams
-
Gets the temporary file name.
- getTempFileName(String) - Static method in class com.toolsverse.util.FileUtils
-
Get the temporary file name using given base name (which could be null).
- getTempFileNameInDataFolder(String) - Static method in class com.toolsverse.util.FileUtils
-
Gets the temp file name in the data folder.
- getTempFolder() - Method in class com.toolsverse.config.SystemConfig
-
Gets the temp folder path.
- getTemplate() - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Gets the template.
- getTemplateToUse() - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Gets the template to use.
- getTempStream() - Method in class com.toolsverse.etl.connector.xml.XmlObjectConnectorParams
-
Gets the temp stream.
- getTempTableName(String) - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- getTempTableName(String) - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the temporary table name.
- getTempTableName(String) - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- getTempTableName(String) - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- getTempTableName(String) - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- getTempTableName(String) - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- getTempTableName(String) - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- getTempTableName(String) - Method in class com.toolsverse.etl.driver.sqlserver.AzureSynapseAnalyticsDriver
-
- getTempTableName(String) - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- getTempTableName(String) - Method in class com.toolsverse.etl.driver.sqlserver.SybaseDriver
-
- getTenant() - Method in class com.toolsverse.config.ThreadContext
-
Gets the tenant.
- getTenant() - Method in class com.toolsverse.etl.core.config.EtlConfig
-
Gets the tenant.
- getTenant() - Method in class com.toolsverse.etl.core.engine.RunningEtlTask
-
Gets the tenant.
- Getter - Annotation Type in com.toolsverse.mvc.model
-
The Getter annotation is used in the Model to define a getter method.
- getText(Document, int) - Static method in class com.toolsverse.etl.parser.DocumentParser
-
Gets the part of the document.
- getText(Document, int, int) - Static method in class com.toolsverse.etl.parser.DocumentParser
-
Gets the part of the document.
- getText(Object) - Static method in class com.toolsverse.util.Utils
-
Either returns input.getText() if getText method exists fro input or
input.toString() if it does not.
- getThen() - Method in class com.toolsverse.etl.core.engine.Destination
-
Gets the block of code which is executed after "then" in the
if something then then_code else else_code end if;.
- getTheRest() - Method in class com.toolsverse.etl.sql.connection.JdbcUrlParser
-
Gets the the rest of the URL.
- getThreadContext() - Method in class com.toolsverse.config.SystemConfig
-
Gets the thread context.
- getThreadGroupName() - Method in class com.toolsverse.etl.core.engine.Destination
-
Gets the thread group name.
- getThrowable() - Method in class com.toolsverse.service.ServiceResponse
-
Gets the throwable.
- getThrowableCount(Throwable) - Static method in class com.toolsverse.util.ExceptionUtils
-
Counts the number of Throwable objects in the
exception chain.
- getThrowableList(Throwable) - Static method in class com.toolsverse.util.ExceptionUtils
-
Returns the list of Throwable objects in the
exception chain.
- getThrowables(Throwable) - Static method in class com.toolsverse.util.ExceptionUtils
-
Returns the list of Throwable objects in the
exception chain.
- getTimeCellStyle() - Method in class com.toolsverse.etl.connector.excel.ExcelConnectorParams
-
Gets the time cell style.
- getTimeFormat() - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Gets the time format.
- getTitle(String) - Method in class com.toolsverse.config.SystemConfig
-
Gets the app title.
- getTitle(Task) - Method in interface com.toolsverse.etl.core.engine.OnTask
-
Gets the title.
- getTitle(Task) - Method in class com.toolsverse.etl.core.task.common.AddDimension
-
- getTitle(Task) - Method in class com.toolsverse.etl.core.task.common.CmdTask
-
- getTitle(Task) - Method in class com.toolsverse.etl.core.task.common.CopyIntoDestinationTableTask
-
- getTitle(Task) - Method in class com.toolsverse.etl.core.task.common.EvalTransformator
-
- getTitle(Task) - Method in class com.toolsverse.etl.core.task.common.ExtractDimension
-
- getTitle(Task) - Method in class com.toolsverse.etl.core.task.common.FileManagerTask
-
- getTitle(Task) - Method in class com.toolsverse.etl.core.task.common.FileMerge
-
- getTitle(Task) - Method in class com.toolsverse.etl.core.task.common.Filter
-
- getTitle(Task) - Method in class com.toolsverse.etl.core.task.common.FilterDataSet
-
- getTitle(Task) - Method in class com.toolsverse.etl.core.task.common.Intersect
-
- getTitle(Task) - Method in class com.toolsverse.etl.core.task.common.Join
-
- getTitle(Task) - Method in class com.toolsverse.etl.core.task.common.KeyValueNormTransformator
-
- getTitle(Task) - Method in class com.toolsverse.etl.core.task.common.KeyValueTransformator
-
- getTitle(Task) - Method in class com.toolsverse.etl.core.task.common.MailTask
-
- getTitle(Task) - Method in class com.toolsverse.etl.core.task.common.Matrix
-
- getTitle(Task) - Method in class com.toolsverse.etl.core.task.common.Minus
-
- getTitle(Task) - Method in class com.toolsverse.etl.core.task.common.NormalizeNestedDataSet
-
- getTitle(Task) - Method in class com.toolsverse.etl.core.task.common.Order
-
- getTitle(Task) - Method in class com.toolsverse.etl.core.task.common.Pivot
-
- getTitle(Task) - Method in class com.toolsverse.etl.core.task.common.Populate
-
- getTitle(Task) - Method in class com.toolsverse.etl.core.task.common.RegexpTransformator
-
- getTitle(Task) - Method in class com.toolsverse.etl.core.task.common.RemoveDuplicates
-
- getTitle(Task) - Method in class com.toolsverse.etl.core.task.common.ScriptTask
-
- getTitle(Task) - Method in class com.toolsverse.etl.core.task.common.SplitDataSet
-
- getTitle(Task) - Method in class com.toolsverse.etl.core.task.common.SqlTask
-
- getTitle(Task) - Method in class com.toolsverse.etl.core.task.common.Transpose
-
- getTitle(Task) - Method in class com.toolsverse.etl.core.task.common.Union
-
- getTitle(Task) - Method in class com.toolsverse.etl.core.task.common.Validator
-
- getTitle(Task) - Method in class com.toolsverse.etl.core.task.common.XslTransormTask
-
- getTitle(Task) - Method in class com.toolsverse.etl.core.task.oracle.OracleCopyTask
-
- getTitle(Task) - Method in class com.toolsverse.etl.core.task.oracle.OracleExtractTask
-
- getTitle(Task) - Method in class com.toolsverse.etl.core.task.oracle.OracleLoadTask
-
- getTitle(Task) - Method in class com.toolsverse.etl.core.task.redshift.CopyIntoRedshiftTableTask
-
- getTitle(Task) - Method in class com.toolsverse.etl.core.task.snowflake.CopyIntoTableTask
-
- getTitleRow() - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Gets the title row.
- getTo() - Method in class com.toolsverse.io.MailParams
-
Gets the to.
- getToken(String, String) - Static method in class com.toolsverse.io.HttpProcessor
-
Gets the token.
- getTokens(String, char, int) - Static method in class com.toolsverse.util.Utils
-
Splits value string around matches of the given
delimiter without using regular expression.
- getTokensBetweendDelims(String, char, char) - Static method in class com.toolsverse.util.Utils
-
Gets the tokens between delimiters.
- getTokensRegexp(String, String) - Static method in class com.toolsverse.util.Utils
-
Splits value string around matches of the given
delimiter using regular expression.
- getTopLevelAllowed() - Method in class com.toolsverse.etl.metadata.FileMetadata
-
- getTopLevelAllowed() - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
- getTopLevelAllowed() - Method in interface com.toolsverse.etl.metadata.Metadata
-
Gets the set of allowed top level database objects when in restricted mode.
- getTopLevelDbObjects() - Method in class com.toolsverse.etl.metadata.FileMetadata
-
- getTopLevelDbObjects() - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
- getTopLevelDbObjects() - Method in interface com.toolsverse.etl.metadata.Metadata
-
Gets the top level database objects.
- getTopSelectClause(int) - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- getTopSelectClause(int) - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the "top select" clause.
- getTopSelectClause(int) - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- getTopSelectClause(int) - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- getTopSelectClause(int) - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- getTopSelectClause(int) - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- getTopSelectClause(int) - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- getTopSelectClause(int) - Method in class com.toolsverse.etl.driver.snowflake.SnowflakeDriver
-
- getTopSelectClause(int) - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- getTopTrailClause(int) - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- getTopTrailClause(int) - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the "top trail" clause.
- getTopTrailClause(int) - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- getTopTrailClause(int) - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- getTopTrailClause(int) - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- getTopTrailClause(int) - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- getTopTrailClause(int) - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- getTopTrailClause(int) - Method in class com.toolsverse.etl.driver.snowflake.SnowflakeDriver
-
- getTopTrailClause(int) - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- getTopWhereClause(int) - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- getTopWhereClause(int) - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the "top where" clause.
- getTopWhereClause(int) - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- getTopWhereClause(int) - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- getTopWhereClause(int) - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- getTopWhereClause(int) - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- getTopWhereClause(int) - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- getTopWhereClause(int) - Method in class com.toolsverse.etl.driver.snowflake.SnowflakeDriver
-
- getTopWhereClause(int) - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- getTransactionIsolation() - Method in class com.toolsverse.etl.sql.connection.SshConnection
-
- getTransactionIsolation() - Method in class com.toolsverse.etl.sql.connection.StreamingConnection
-
- getTransactionMonitor() - Method in class com.toolsverse.etl.connector.DataSetConnectorParams
-
Gets the transaction monitor.
- getTransformationType() - Method in class com.toolsverse.etl.connector.text.KeyValueConnectorParams
-
Gets the transformation type.
- getTransformationType() - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Gets the transformation type.
- getTransformationType() - Method in class com.toolsverse.etl.connector.xml.XmlObjectConnectorParams
-
Gets the transformation type.
- getTransIsolation(Object) - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the transaction isolation level.
- getTransport() - Method in class com.toolsverse.etl.common.Alias
-
Gets the transport protocol suh as file, ftp, sftp.
- getTransport() - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Gets the transport protocol such as file, ftp, sftp.
- getTriggerAsText(String, String, String, String) - Method in class com.toolsverse.etl.metadata.db2.Db2Metadata
-
Gets the trigger as text.
- getTriggerAsText(String, String, String, String) - Method in class com.toolsverse.etl.metadata.informix.InformixMetadata
-
Gets the trigger as text.
- getTriggerAsText(String, String, String, String) - Method in class com.toolsverse.etl.metadata.mysql.MySqlMetadata
-
Gets the trigger as text.
- getTriggerAsText(String, String, String, String) - Method in class com.toolsverse.etl.metadata.oracle.OracleMetadata
-
Gets the trigger as text.
- getTriggerAsText(String, String, String, String) - Method in class com.toolsverse.etl.metadata.sqlserver.MsSqlMetadata
-
Gets the trigger as text.
- getTriggerAsText(String, String, String, String) - Method in class com.toolsverse.etl.metadata.sqlserver.SybaseMetadata
-
Gets the trigger as text.
- getTriggerEvents(String, String, String, String) - Method in class com.toolsverse.etl.metadata.postgres.PostgresMetadata
-
Gets the trigger events.
- getTriggerMetadataTypes() - Method in class com.toolsverse.etl.metadata.postgres.PostgresMetadata
-
Gets the trigger metadata types.
- getTriggers(String, String, String, String) - Method in class com.toolsverse.etl.metadata.db2.Db2Metadata
-
Gets the triggers.
- getTriggers(String, String, String, String) - Method in class com.toolsverse.etl.metadata.informix.InformixMetadata
-
Gets the triggers.
- getTriggers(String, String, String, String) - Method in class com.toolsverse.etl.metadata.mysql.MySqlMetadata
-
Gets the triggers.
- getTriggers(String, String, String, String) - Method in class com.toolsverse.etl.metadata.oracle.OracleMetadata
-
Gets the triggers.
- getTriggers(String, String, String, String) - Method in class com.toolsverse.etl.metadata.postgres.PostgresMetadata
-
Gets the triggers.
- getTriggers(String, String, String, String) - Method in class com.toolsverse.etl.metadata.sqlserver.MsSqlMetadata
-
Gets the triggers.
- getTriggers(String, String, String, String) - Method in class com.toolsverse.etl.metadata.sqlserver.SybaseMetadata
-
Gets the triggers.
- getTrustAllSSLFactory() - Method in class com.toolsverse.service.web.HttpClientFactory
-
Gets the trust all SSL factory.
- getType() - Method in class com.toolsverse.etl.aliasreader.oracle.OracleTnsNamesReader
-
- getType() - Method in class com.toolsverse.etl.common.Variable
-
Gets the type.
- getType() - Method in class com.toolsverse.etl.connector.BaseDataSetConnector
-
- getType() - Method in class com.toolsverse.etl.core.engine.Destination
-
Gets the type of the Destination.
- getType() - Method in class com.toolsverse.etl.core.engine.RunningEtlTask
-
Gets the type.
- getType() - Method in class com.toolsverse.etl.driver.AbstractDriver
-
- getType(FieldDef, String, FieldsRepository) - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- getType(FieldDef, String, FieldsRepository) - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the native field type.
- getType(FieldDef, String, FieldsRepository) - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- getType(FieldDef, String, FieldsRepository) - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- getType(FieldDef, String, FieldsRepository) - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- getType(FieldDef, String, FieldsRepository) - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- getType(FieldDef, String, FieldsRepository) - Method in class com.toolsverse.etl.driver.postgres.RedshiftDriver
-
- getType(FieldDef, String, FieldsRepository) - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- getType(FieldDef, String, FieldsRepository) - Method in class com.toolsverse.etl.driver.snowflake.SnowflakeDriver
-
- getType(FieldDef, String, FieldsRepository) - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- getType(FieldDef, String, FieldsRepository) - Method in class com.toolsverse.etl.driver.sqlserver.SybaseDriver
-
- getType() - Method in exception com.toolsverse.etl.exception.EtlException
-
Gets the owner's type.
- getType() - Method in class com.toolsverse.etl.metadata.BaseMetadata
-
- getType() - Method in class com.toolsverse.etl.sql.service.SqlRequest
-
Gets the request type (execute sql, script, external tool, etc).
- getType() - Method in class com.toolsverse.etl.sql.util.TypeAndValue
-
Gets the type.
- getType() - Method in interface com.toolsverse.ext.ExtensionModule
-
Gets the type of the extension module.
- getType() - Method in class com.toolsverse.ext.loader.UnitLoader.StoredExtension
-
- getType() - Method in class com.toolsverse.imaging.handler.JaiImageHandler
-
- getType() - Method in class com.toolsverse.imaging.ImageProcessor
-
- getType() - Method in class com.toolsverse.util.TreeNode
-
Gets the type of the node.
- getTypeAndValue(String, Map<String, String>, boolean) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Gets the type (key) and value (value.
- getTypeByName(String) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Gets the sql type Types by type name.
- getTypeByTypeFieldValue(String) - Method in class com.toolsverse.etl.metadata.FileMetadata
-
- getTypeByTypeFieldValue(String) - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
- getTypeByTypeFieldValue(String) - Method in interface com.toolsverse.etl.metadata.Metadata
-
Gets the type by type field value.
- getTypeByTypeFieldValue(String) - Method in class com.toolsverse.etl.metadata.oracle.OracleMetadata
-
- getTypeField() - Method in class com.toolsverse.etl.metadata.FileMetadata
-
- getTypeField() - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
- getTypeField() - Method in interface com.toolsverse.etl.metadata.Metadata
-
Gets the type field.
- getTypeField() - Method in class com.toolsverse.etl.metadata.oracle.OracleMetadata
-
- getTypeMap() - Method in class com.toolsverse.etl.sql.connection.SshConnection
-
- getTypeMap() - Method in class com.toolsverse.etl.sql.connection.StreamingConnection
-
- getTypeMethods() - Method in class com.toolsverse.etl.metadata.FileMetadata
-
- getTypeMethods() - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
- getTypeMethods() - Method in interface com.toolsverse.etl.metadata.Metadata
-
Gets the type methods.
- getTypeMethods() - Method in class com.toolsverse.etl.metadata.oracle.OracleMetadata
-
- getTypeMethods() - Method in class com.toolsverse.etl.metadata.postgres.PostgresMetadata
-
- getTypeName(Object) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Gets the type name using given Types.
- getTypeRange(String, int, int) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Gets the type range.
- getTypeRange(String, int, int, boolean) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Gets the type range.
- getTypeRange(String, int, int, boolean, boolean) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Gets the type range.
- getTypeRange(String, int, int, boolean, boolean, int) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Gets the type range.
- getTypes() - Method in class com.toolsverse.etl.connector.text.KeyValueStreamingPackage
-
Gets the types.
- getTypes() - Method in class com.toolsverse.etl.connector.text.TextStreamingPackage
-
Gets the types.
- getTypes(String, String, String, String) - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the types.
- getTypesByParent() - Method in class com.toolsverse.etl.metadata.BaseMetadata
-
Gets the types by parent.
- getTypesByParent() - Method in class com.toolsverse.etl.metadata.db2.Db2Metadata
-
- getTypesByParent() - Method in class com.toolsverse.etl.metadata.FileMetadata
-
- getTypesByParent() - Method in class com.toolsverse.etl.metadata.informix.InformixMetadata
-
- getTypesByParent() - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
- getTypesByParent() - Method in class com.toolsverse.etl.metadata.mysql.MySqlMetadata
-
- getTypesByParent() - Method in class com.toolsverse.etl.metadata.oracle.OracleMetadata
-
- getTypesByParent() - Method in class com.toolsverse.etl.metadata.postgres.PostgresMetadata
-
- getTypesByParent() - Method in class com.toolsverse.etl.metadata.sqlserver.MsSqlMetadata
-
- getTypesByParent() - Method in class com.toolsverse.etl.metadata.sqlserver.SybaseMetadata
-
- getUniqueDataId() - Method in class com.toolsverse.etl.common.Alias
-
- getUniqueDataId() - Method in interface com.toolsverse.util.DataProvider
-
Gets the unique data id.
- getUniqueId() - Method in class com.toolsverse.etl.common.Alias
-
- getUniqueId() - Method in interface com.toolsverse.etl.common.ConnectionParams
-
Gets the unique id.
- getUniqueId() - Method in class com.toolsverse.etl.common.DataSetRecord
-
Gets the unique id.
- getUniqueId() - Method in class com.toolsverse.etl.connector.BaseProducerPackage
-
- getUniqueId() - Method in interface com.toolsverse.io.ProducerPackage
-
Gets the unique id.
- getUniqueId() - Method in class com.toolsverse.util.collector.AppInfo
-
Gets the unique id.
- getUniqueName() - Method in class com.toolsverse.util.collector.AppInfo
-
Gets the unique name.
- getUniqueProperty() - Method in class com.toolsverse.etl.common.Alias
-
- getUniqueProperty() - Method in interface com.toolsverse.etl.common.ConnectionParams
-
Gets the unique property.
- getUnit() - Method in class com.toolsverse.etl.core.codegen.DefaultCodeGen
-
- getUnit() - Method in interface com.toolsverse.etl.core.engine.CodeGen
-
Gets the current unit.
- getUnit(String) - Method in class com.toolsverse.ext.loader.LocalUnitLoader
-
- getUnit(String) - Method in class com.toolsverse.ext.loader.SharedUnitLoader
-
- getUnit(Class<?>) - Method in class com.toolsverse.ext.loader.UnitLoader
-
Gets the Unit by class.
- getUnit(String) - Method in class com.toolsverse.ext.loader.UnitLoader
-
Gets the Unit by unitClass.
- getUnits() - Method in class com.toolsverse.ext.loader.UnitLoader
-
Gets the list of units.
- getUnixFolderName(String) - Static method in class com.toolsverse.util.FileUtils
-
Gets the folder name using Unix style separators.
- getUnquotedText(Map<String, String>, String) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Gets the unquoted text.
- getUpdateCount() - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- getUpdateFolder() - Method in class com.toolsverse.config.SystemConfig
-
Gets the update folder.
- getUpdateRule(Object) - Static method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the update rule.
- getUpdateStatement(TypedKeyValue<List<String>, List<Object>>, String, String) - Method in class com.toolsverse.etl.driver.AbstractDriver
-
- getUpdateStatement(TypedKeyValue<List<String>, List<Object>>, String, String) - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the update statement.
- getUrl() - Method in class com.toolsverse.etl.common.Alias
-
Gets the url.
- getUrl() - Method in class com.toolsverse.etl.sql.connection.GenericUrlParser
-
- getUrl() - Method in class com.toolsverse.etl.sql.connection.JdbcUrlParser
-
Gets the url.
- getUrl() - Method in class com.toolsverse.etl.sql.connection.SshTunnel
-
Gets the new JDBC URL.
- getUrl() - Method in interface com.toolsverse.etl.sql.connection.UrlParser
-
Gets the url.
- getUrl() - Method in class com.toolsverse.io.MailParams
-
Gets the url.
- getUrl() - Method in class com.toolsverse.service.web.ServiceProxyWeb
-
Gets the server url.
- getUrl(String, String) - Static method in class com.toolsverse.util.UrlUtils
-
Gets the url from the string containing url and file name.
Example:
input: http://localhost:8080/something/{file:test}
token: file:
return: http://localhost:8080/something
- getUrlAndPath(String) - Static method in class com.toolsverse.util.UrlUtils
-
Gets the url and path from the source.
- getUrlAndPath(String, boolean) - Static method in class com.toolsverse.util.UrlUtils
-
Parse url and return part of the url before path and path.
- getUrlFolderFile(String) - Static method in class com.toolsverse.util.UrlUtils
-
Gets the url, folder and file name from the url.
- getUrlFromWildCard(String, String) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Gets the url from the wild card.
- getUrlPath() - Method in class com.toolsverse.etl.common.IoProcessorCallable
-
Gets the url and path.
- getUrlPattern() - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- getUrlPattern() - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the jdbc driver url pattern.
- getUrlPattern() - Method in class com.toolsverse.etl.driver.GenericFileDriver
-
- getUrlPattern() - Method in class com.toolsverse.etl.driver.GenericJdbcDriver
-
- getUrlPattern() - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- getUrlPattern() - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- getUrlPattern() - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- getUrlPattern() - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- getUrlPattern() - Method in class com.toolsverse.etl.driver.snowflake.SnowflakeDriver
-
- getUrlPattern() - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- getUrlPattern() - Method in class com.toolsverse.etl.driver.sqlserver.SybaseDriver
-
- getUrlToken(String) - Static method in class com.toolsverse.util.UrlUtils
-
Gets the url token.
- getUrlWithPathAndFile(String, boolean) - Static method in class com.toolsverse.util.UrlUtils
-
Parse url and return part of the url before path and path.
- getUrlWithProtocolUserNameAndPassword(String, String, String, String) - Static method in class com.toolsverse.util.UrlUtils
-
Gets the url with protocol user name and password.
- getUsageCounter() - Method in class com.toolsverse.etl.core.engine.Source
-
Gets the usage counter.
- getUseMetadataDataTypes() - Method in class com.toolsverse.etl.core.engine.Destination
-
Gets the "use the metadata data types" flag.
- getUseMetadataDataTypes() - Method in class com.toolsverse.etl.core.engine.Scenario
-
Gets the global "use metadata data types" flag.
- getUser() - Method in class com.toolsverse.etl.core.config.EtlConfig
-
Gets the user.
- getUser() - Method in class com.toolsverse.etl.sql.connection.JdbcUrlParser
-
Gets the user.
- getUserId() - Method in class com.toolsverse.etl.common.Alias
-
Gets the user id for the JDBC database connection.
- getUserId() - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Gets the user id.
- getUserName() - Method in class com.toolsverse.config.ThreadContext
-
Gets the user name.
- getUserTypeAsText(String, String, String, String) - Method in class com.toolsverse.etl.metadata.oracle.OracleMetadata
-
Gets the user defined type as text.
- getUserTypes(String, String, String, String) - Method in class com.toolsverse.etl.metadata.db2.Db2Metadata
-
Gets the user defined types.
- getUserTypes(String, String, String, String) - Method in class com.toolsverse.etl.metadata.informix.InformixMetadata
-
Gets the user defined types.
- getUserTypes(String, String, String, String) - Method in class com.toolsverse.etl.metadata.oracle.OracleMetadata
-
Gets the user defined types.
- getUserTypes(String, String, String, String) - Method in class com.toolsverse.etl.metadata.sqlserver.MsSqlMetadata
-
Gets the user defined types.
- getUserTypes(String, String, String, String) - Method in class com.toolsverse.etl.metadata.sqlserver.SybaseMetadata
-
Gets the user defined types.
- getUsing() - Method in class com.toolsverse.etl.core.engine.Source
-
Gets the "using".
- getUsing() - Method in class com.toolsverse.etl.core.engine.Task
-
Gets the "using".
- getUuid() - Method in class com.toolsverse.etl.common.DataSet
-
Gets the uuid.
- getUuid() - Method in class com.toolsverse.etl.core.engine.Scenario
-
Gets the uuid.
- getUuid() - Method in class com.toolsverse.etl.core.engine.Task
-
Gets the uuid.
- getUUID() - Static method in class com.toolsverse.util.Utils
-
Gets the string representation of the type 4 (pseudo randomly generated)
UUID.
- getUUIDName() - Static method in class com.toolsverse.util.Utils
-
Gets the string representation of the type 4 (pseudo randomly generated)
UUID and replaces all instances of "-" on "".
- getValidCalendar(int, int, int) - Static method in class com.toolsverse.util.CalendarUtil
-
Validate the actual date of the given date elements and returns a
calendar instance based on the given date elements.
- getValidCalendar(int, int, int, int, int, int) - Static method in class com.toolsverse.util.CalendarUtil
-
Validate the actual date of the given date elements and returns a
calendar instance based on the given date elements.
- getValidFileName(String, boolean) - Static method in class com.toolsverse.util.FileUtils
-
Returns the valid file name.
- getValidSqlName(String, String, boolean, String...) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Gets the valid sql column or table name.
- getValidSqlName(String, String, String...) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Gets the valid sql column or table name.
- getValue() - Method in class com.toolsverse.etl.common.Variable
-
Gets the value.
- getValue() - Method in enum com.toolsverse.etl.connector.ConnectorResource
-
Gets the value of this enum constant.
- getValue() - Method in enum com.toolsverse.etl.connector.FileConnectorResource
-
Gets the value of this enum constant.
- getValue() - Method in enum com.toolsverse.etl.connector.html.HtmlConnectorResource
-
Gets the value of this enum constant.
- getValue() - Method in enum com.toolsverse.etl.connector.sql.SqlConnectorResource
-
Gets the value of this enum constant.
- getValue() - Method in enum com.toolsverse.etl.connector.text.TextConnectorResource
-
Gets the value of this enum constant.
- getValue(String) - Method in class com.toolsverse.etl.core.config.EtlConfig
-
- getValue(String) - Method in class com.toolsverse.etl.core.engine.Task
-
- getValue() - Method in class com.toolsverse.etl.core.function.BindVarReturnValue
-
Gets the actual column value returned by the function.
- getValue(LoadFunctionContext) - Method in class com.toolsverse.etl.core.function.db2.Db2Functions
-
- getValue(LoadFunctionContext) - Method in class com.toolsverse.etl.core.function.DefFunctions
-
Gets the current field value.
- getValue(LoadFunctionContext) - Method in class com.toolsverse.etl.core.function.informix.InformixFunctions
-
- getValue(LoadFunctionContext) - Method in class com.toolsverse.etl.core.function.mysql.MySqlFunctions
-
- getValue(LoadFunctionContext) - Method in class com.toolsverse.etl.core.function.oracle.OracleFunctions
-
- getValue(LoadFunctionContext) - Method in class com.toolsverse.etl.core.function.postgres.PostgresFunctions
-
- getValue(LoadFunctionContext) - Method in class com.toolsverse.etl.core.function.sqlserver.MsSqlFunctions
-
- getValue(LoadFunctionContext) - Method in class com.toolsverse.etl.core.function.sqlserver.SybaseFunctions
-
- getValue() - Method in enum com.toolsverse.etl.resource.EtlResource
-
Gets the value of this enum constant.
- getValue(String) - Method in class com.toolsverse.etl.sql.service.SqlRequest
-
- getValue(String, int, String) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Gets the value.
- getValue() - Method in class com.toolsverse.etl.sql.util.TypeAndValue
-
Gets the value.
- getValue() - Method in class com.toolsverse.mvc.model.Model.Attribute
-
Gets the value of the attribute.
- getValue() - Method in enum com.toolsverse.resource.Resource
-
Gets the value of this enum constant.
- getValue() - Method in enum com.toolsverse.storage.resource.StorageResource
-
Gets the value of this enum constant.
- getValue(String) - Method in class com.toolsverse.storage.StorageManager
-
- getValue() - Method in enum com.toolsverse.util.concurrent.ConcurrentResource
-
Gets the value.
- getValue() - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentHashMapV8.MapEntry
-
- getValue() - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentHashMapV8.Node
-
- getValue() - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap.Node
-
Retrieves the value held by the current WeightedValue.
- getValue(String) - Method in interface com.toolsverse.util.ObjectStorage
-
Gets the value by the key.
- getValue(String) - Method in class com.toolsverse.util.ObjectStorageMap
-
- getValue(String) - Method in class com.toolsverse.util.Script
-
- getValue() - Method in class com.toolsverse.util.TypedKeyValue
-
Gets the value.
- getValueAttr() - Method in class com.toolsverse.etl.connector.xml.XmlObjectConnectorParams
-
Gets the value attr.
- getValueForNull() - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Gets the value for null.
- getValueFromRecordOrVar(LoadFunctionContext) - Method in class com.toolsverse.etl.core.function.DefFunctions
-
Gets the value from the record or variable.
- getValueOf(Node) - Method in class com.toolsverse.util.XmlUtils
-
Looks at the first child node of aNode for the value of the field.
- getValueOf(String) - Method in class com.toolsverse.util.XmlUtils
-
Searches the XML tree for a node called NodeName and then returns a
String of it's value (the first child of the Node).
- getValueOfNode(Node) - Static method in class com.toolsverse.util.XmlUtils
-
Looks at the first child node of aNode for the value of the field.
- getVarAndFunction(String) - Static method in class com.toolsverse.util.Utils
-
Parses the input string which can be in a format
key1=value,key2,key3=value...
- getVarAndFunctionAndParams(String) - Static method in class com.toolsverse.util.Utils
-
Parses the input string which can be in a format
key1=value(params),key2,key3=value(params)...
- getVarDeclare() - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- getVarDeclare() - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the variable declare statement.
- getVarDeclare() - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- getVarDeclare() - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- getVarDeclare() - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- getVarDeclare() - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- getVarDeclare() - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- getVarDeclare() - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- getVariable() - Method in class com.toolsverse.etl.common.FunctionContext
-
Gets the variable associated with the execution context.
- getVariable(Map<String, Variable>, String...) - Static method in class com.toolsverse.etl.common.Variable
-
Gets the variable by name(s).
- getVariable(String...) - Method in interface com.toolsverse.etl.core.engine.Block
-
Gets the variable by name.
- getVariable(String...) - Method in class com.toolsverse.etl.core.engine.Destination
-
- getVariable(String) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Gets the variable by name.
- getVariable(String...) - Method in class com.toolsverse.etl.core.engine.Source
-
- getVariable(String) - Method in class com.toolsverse.etl.core.engine.Task
-
Gets the variable by name.
- getVariable(String, Driver) - Method in class com.toolsverse.etl.parser.GenericSqlParser
-
- getVariable(String, Driver) - Method in interface com.toolsverse.etl.parser.SqlParser
-
Creates a variable using given name and a driver.
- getVariables() - Method in class com.toolsverse.etl.common.DataSet
-
Gets the variables.
- getVariables() - Method in interface com.toolsverse.etl.core.engine.Block
-
Gets the variables.
- getVariables() - Method in class com.toolsverse.etl.core.engine.Destination
-
- getVariables() - Method in class com.toolsverse.etl.core.engine.Scenario
-
Gets the variables.
- getVariables() - Method in class com.toolsverse.etl.core.engine.Source
-
- getVariables() - Method in class com.toolsverse.etl.core.engine.Task
-
Gets the variables.
- getVariables(String) - Static method in class com.toolsverse.util.Script
-
Returns list of potential variables from the code.
- getVariables(ObjectStorage, String) - Method in class com.toolsverse.util.Script
-
Gets the variables.
- getVariables(String, char, char) - Static method in class com.toolsverse.util.Utils
-
Returns a map of variables from the string.
- getVariableValue(String) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Gets the variable value.
- getVariableValue(LoadFunctionContext) - Method in class com.toolsverse.etl.core.function.DefFunctions
-
Gets the variable value from the current field value.
- getVarName(String) - Method in class com.toolsverse.etl.driver.CallableDriver
-
- getVarName(String) - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the variable name.
- getVarName(String) - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- getVarName(String) - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- getVarSql(ListHashMap<String, Variable>, Variable, Driver, Map<String, Variable>) - Method in class com.toolsverse.etl.core.function.DefFunctions
-
Gets the sql associated with the variable.
- getVarSql(String, String, String, String) - Method in class com.toolsverse.etl.core.function.DefFunctions
-
Gets the sql associated with the variable.
- getVarType(String) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Gets the bind variable type.
- getVarTypeByObjType(Object) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Gets the variable type by object type.
- getVarValue() - Method in class com.toolsverse.etl.common.Variable
-
Gets the variable value if value != null && !"".equals(_value).
- getVarValue(ListHashMap<String, Variable>, String, String) - Static method in class com.toolsverse.etl.core.util.EtlUtils
-
Gets the variable value.
- getVendor() - Method in class com.toolsverse.etl.aliasreader.oracle.OracleTnsNamesReader
-
- getVendor() - Method in class com.toolsverse.etl.connector.excel.ExcelConnector
-
- getVendor() - Method in class com.toolsverse.etl.connector.excel.ExcelXlsxConnector
-
- getVendor() - Method in class com.toolsverse.etl.connector.html.HtmlConnector
-
- getVendor() - Method in class com.toolsverse.etl.connector.json.JsonConnector
-
- getVendor() - Method in class com.toolsverse.etl.connector.json.JsonDatasetConnector
-
- getVendor() - Method in class com.toolsverse.etl.connector.pdf.PdfConnector
-
- getVendor() - Method in class com.toolsverse.etl.connector.sql.SqlConnector
-
- getVendor() - Method in class com.toolsverse.etl.connector.text.ClobConnector
-
- getVendor() - Method in class com.toolsverse.etl.connector.text.KeyValueConnector
-
- getVendor() - Method in class com.toolsverse.etl.connector.text.TextConnector
-
- getVendor() - Method in class com.toolsverse.etl.connector.xml.XmlConnector
-
- getVendor() - Method in class com.toolsverse.etl.connector.xml.XmlObjectStreamingConnector
-
- getVendor() - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- getVendor() - Method in class com.toolsverse.etl.driver.GenericFileDriver
-
- getVendor() - Method in class com.toolsverse.etl.driver.GenericJdbcDriver
-
- getVendor() - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- getVendor() - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- getVendor() - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- getVendor() - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- getVendor() - Method in class com.toolsverse.etl.driver.snowflake.SnowflakeDriver
-
- getVendor() - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- getVendor() - Method in class com.toolsverse.etl.driver.sqlserver.SybaseDriver
-
- getVendor() - Method in class com.toolsverse.etl.metadata.DefaultFileMetadata
-
- getVendor() - Method in class com.toolsverse.etl.metadata.excel.ExcelFileMetadata
-
- getVendor() - Method in class com.toolsverse.etl.metadata.excel.ExcelOdbcMetadata
-
- getVendor() - Method in class com.toolsverse.etl.metadata.excel.ExcelXlsxFileMetadata
-
- getVendor() - Method in class com.toolsverse.etl.metadata.informix.InformixMetadata
-
- getVendor() - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
- getVendor() - Method in class com.toolsverse.etl.metadata.json.JsonDatasetMetadata
-
- getVendor() - Method in class com.toolsverse.etl.metadata.json.JsonMetadata
-
- getVendor() - Method in class com.toolsverse.etl.metadata.mysql.MySqlMetadata
-
- getVendor() - Method in class com.toolsverse.etl.metadata.oracle.OracleMetadata
-
- getVendor() - Method in class com.toolsverse.etl.metadata.sqlserver.MsSqlMetadata
-
- getVendor() - Method in class com.toolsverse.etl.metadata.sqlserver.SybaseMetadata
-
- getVendor() - Method in class com.toolsverse.etl.metadata.text.ClobFileMetadata
-
- getVendor() - Method in class com.toolsverse.etl.metadata.text.KeyValueFileMetadata
-
- getVendor() - Method in class com.toolsverse.etl.metadata.text.TextFileMetadata
-
- getVendor() - Method in class com.toolsverse.etl.metadata.xml.XmlFileMetadata
-
- getVendor() - Method in class com.toolsverse.etl.metadata.xml.XmlObjectFileMetadata
-
- getVendor() - Method in interface com.toolsverse.ext.ExtensionModule
-
Gets the vendor.
- getVendor() - Method in class com.toolsverse.ext.loader.UnitLoader.StoredExtension
-
- getVendor() - Method in class com.toolsverse.imaging.handler.bmp.BmpImageHandler
-
- getVendor() - Method in class com.toolsverse.imaging.handler.tiff.TiffImageHandler
-
- getVendor() - Method in class com.toolsverse.imaging.ImageProcessor
-
- getVersion() - Method in class com.toolsverse.config.SystemConfig
-
Gets the product version.
- getVersion() - Method in class com.toolsverse.etl.aliasreader.oracle.OracleTnsNamesReader
-
- getVersion(int, int) - Method in class com.toolsverse.etl.common.DataSetRecord
-
Get version of the cell value
- getVersion() - Method in class com.toolsverse.etl.connector.excel.ExcelConnector
-
- getVersion() - Method in class com.toolsverse.etl.connector.excel.ExcelXlsxConnector
-
- getVersion() - Method in class com.toolsverse.etl.connector.html.HtmlConnector
-
- getVersion() - Method in class com.toolsverse.etl.connector.json.JsonConnector
-
- getVersion() - Method in class com.toolsverse.etl.connector.json.JsonDatasetConnector
-
- getVersion() - Method in class com.toolsverse.etl.connector.pdf.PdfConnector
-
- getVersion() - Method in class com.toolsverse.etl.connector.sql.SqlConnector
-
- getVersion() - Method in class com.toolsverse.etl.connector.text.ClobConnector
-
- getVersion() - Method in class com.toolsverse.etl.connector.text.KeyValueConnector
-
- getVersion() - Method in class com.toolsverse.etl.connector.text.TextConnector
-
- getVersion() - Method in class com.toolsverse.etl.connector.xml.XmlConnector
-
- getVersion() - Method in class com.toolsverse.etl.connector.xml.XmlObjectConnector
-
- getVersion() - Method in class com.toolsverse.etl.connector.xml.XmlObjectStreamingConnector
-
- getVersion() - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- getVersion() - Method in class com.toolsverse.etl.driver.GenericFileDriver
-
- getVersion() - Method in class com.toolsverse.etl.driver.GenericJdbcDriver
-
- getVersion() - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- getVersion() - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- getVersion() - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- getVersion() - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- getVersion() - Method in class com.toolsverse.etl.driver.snowflake.SnowflakeDriver
-
- getVersion() - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- getVersion() - Method in class com.toolsverse.etl.driver.sqlserver.SybaseDriver
-
- getVersion() - Method in class com.toolsverse.etl.metadata.DefaultFileMetadata
-
- getVersion() - Method in class com.toolsverse.etl.metadata.excel.ExcelFileMetadata
-
- getVersion() - Method in class com.toolsverse.etl.metadata.excel.ExcelXlsxFileMetadata
-
- getVersion() - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
- getVersion() - Method in class com.toolsverse.etl.metadata.json.JsonDatasetMetadata
-
- getVersion() - Method in class com.toolsverse.etl.metadata.json.JsonMetadata
-
- getVersion() - Method in class com.toolsverse.etl.metadata.text.ClobFileMetadata
-
- getVersion() - Method in class com.toolsverse.etl.metadata.text.KeyValueFileMetadata
-
- getVersion() - Method in class com.toolsverse.etl.metadata.text.TextFileMetadata
-
- getVersion() - Method in class com.toolsverse.etl.metadata.xml.XmlFileMetadata
-
- getVersion() - Method in class com.toolsverse.etl.metadata.xml.XmlObjectFileMetadata
-
- getVersion() - Method in interface com.toolsverse.ext.ExtensionModule
-
Gets the version of the extension module.
- getVersion() - Method in class com.toolsverse.ext.loader.UnitLoader.StoredExtension
-
- getVersion() - Method in class com.toolsverse.imaging.handler.bmp.BmpImageHandler
-
- getVersion() - Method in class com.toolsverse.imaging.handler.tiff.TiffImageHandler
-
- getVersion() - Method in class com.toolsverse.imaging.ImageProcessor
-
- getVersions() - Method in class com.toolsverse.etl.common.FieldDef
-
Gets number of versions of the same field.
- getView() - Method in class com.toolsverse.mvc.controller.ControllerBundle
-
Gets the view.
- getView() - Method in class com.toolsverse.mvc.view.ComponentAdapter
-
Gets the view.
- getViewAsText(String, String, String, String) - Method in class com.toolsverse.etl.metadata.db2.Db2Metadata
-
Gets the view as text.
- getViewAsText(String, String, String, String) - Method in class com.toolsverse.etl.metadata.informix.InformixMetadata
-
Gets the view as text.
- getViewAsText(String, String, String, String) - Method in class com.toolsverse.etl.metadata.mysql.MySqlMetadata
-
Gets the view as text.
- getViewAsText(String, String, String, String) - Method in class com.toolsverse.etl.metadata.oracle.OracleMetadata
-
Gets the view as text.
- getViewAsText(String, String, String, String) - Method in class com.toolsverse.etl.metadata.postgres.PostgresMetadata
-
Gets the view DDL.
- getViewAsText(String, String, String, String) - Method in class com.toolsverse.etl.metadata.sqlserver.MsSqlMetadata
-
Gets the view as text.
- getViewAsText(String, String, String, String) - Method in class com.toolsverse.etl.metadata.sqlserver.SybaseMetadata
-
Gets the view as text.
- getViewMetadataTypes() - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Gets the view metadata types.
- getViewMetadataTypes() - Method in class com.toolsverse.etl.metadata.oracle.OracleMetadata
-
- getViews(String, String, String) - Method in class com.toolsverse.etl.metadata.oracle.OracleMetadata
-
Gets the views.
- getVisibleFieldCount() - Method in class com.toolsverse.etl.common.DataSet
-
Gets the visible field count.
- getWarning() - Method in class com.toolsverse.etl.core.engine.EtlMetrics
-
Gets the warning.
- getWarnings() - Method in class com.toolsverse.etl.core.engine.EtlResponse
-
Gets the warnings.
- getWarnings() - Method in class com.toolsverse.etl.sql.connection.SshConnection
-
- getWarnings() - Method in class com.toolsverse.etl.sql.connection.StreamingConnection
-
- getWarnings() - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- getWhereClause(Driver) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Gets the where clause for metadata extraction.
- getWho() - Method in class com.toolsverse.service.LogNode
-
Gets the who.
- getWildcardAlgorithm() - Method in class com.toolsverse.io.DirectProcessor
-
- getWildcardAlgorithm() - Method in class com.toolsverse.io.FileProcessor
-
- getWildcardAlgorithm() - Method in class com.toolsverse.io.FtpProcessor
-
- getWildcardAlgorithm() - Method in class com.toolsverse.io.HttpProcessor
-
- getWildcardAlgorithm() - Method in interface com.toolsverse.io.IoProcessor
-
Gets the wildcard algorithm.
- getWildcardAlgorithm() - Method in class com.toolsverse.io.MailProcessor
-
- getWildcardAlgorithm() - Method in class com.toolsverse.io.NullProcessor
-
- getWildcardAlgorithm() - Method in class com.toolsverse.io.SftpProcessor
-
- getWildcardUrl(String, String) - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Gets the url for wildcard file processing.
- getWordCount(String, boolean, String...) - Static method in class com.toolsverse.util.Utils
-
Get number of appearances of the given whole words (not a substring).
- getWorkbook() - Method in class com.toolsverse.etl.connector.excel.ExcelConnectorParams
-
Gets the workbook.
- getWriteMetrics() - Method in class com.toolsverse.etl.core.engine.Scenario
-
Gets the format to write metrics to.
- getWriter() - Method in class com.toolsverse.etl.connector.html.HtmlConnectorParams
-
Gets the writer.
- getWriter() - Method in class com.toolsverse.etl.connector.json.JsonConnectorParams
-
Gets the writer.
- getWriter() - Method in class com.toolsverse.etl.connector.json.JsonDatasetConnectorParams
-
Gets the writer.
- getWriter() - Method in class com.toolsverse.etl.connector.sql.SqlConnectorParams
-
Gets the writer.
- getWriter() - Method in class com.toolsverse.etl.connector.text.ClobConnectorParams
-
Gets the writer.
- getWriter() - Method in class com.toolsverse.etl.connector.text.KeyValueConnectorParams
-
Gets the writer.
- getWriter() - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Gets the writer.
- getWriter() - Method in class com.toolsverse.etl.connector.xml.XmlConnectorParams
-
Gets the writer.
- getWriter() - Method in class com.toolsverse.etl.connector.xml.XmlObjectConnectorParams
-
Gets the writer.
- getWriter() - Method in class com.toolsverse.etl.core.engine.EtlUnit
-
Gets the data writer.
- getWriter() - Method in class com.toolsverse.mvc.model.Model.Attribute
-
Gets the name of the writer method.
- getWriterParams() - Method in class com.toolsverse.etl.core.engine.EtlUnit
-
Gets the data writer params.
- getWrongScale() - Method in class com.toolsverse.etl.driver.CallableDriver
-
- getWrongScale() - Method in interface com.toolsverse.etl.driver.Driver
-
Gets the wrong scale.
- getWrongScale() - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- getWrongScale() - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- getXmlConfigFileName() - Method in class com.toolsverse.etl.aliasreader.oracle.OracleTnsNamesReader
-
- getXmlConfigFileName() - Method in class com.toolsverse.etl.connector.excel.ExcelConnector
-
- getXmlConfigFileName() - Method in class com.toolsverse.etl.connector.excel.ExcelXlsxConnector
-
- getXmlConfigFileName() - Method in class com.toolsverse.etl.connector.html.HtmlConnector
-
- getXmlConfigFileName() - Method in class com.toolsverse.etl.connector.json.JsonConnector
-
- getXmlConfigFileName() - Method in class com.toolsverse.etl.connector.json.JsonDatasetConnector
-
- getXmlConfigFileName() - Method in class com.toolsverse.etl.connector.pdf.PdfConnector
-
- getXmlConfigFileName() - Method in class com.toolsverse.etl.connector.sql.SqlConnector
-
- getXmlConfigFileName() - Method in class com.toolsverse.etl.connector.text.ClobConnector
-
- getXmlConfigFileName() - Method in class com.toolsverse.etl.connector.text.KeyValueConnector
-
- getXmlConfigFileName() - Method in class com.toolsverse.etl.connector.text.TextConnector
-
- getXmlConfigFileName() - Method in class com.toolsverse.etl.connector.xml.XmlConnector
-
- getXmlConfigFileName() - Method in class com.toolsverse.etl.connector.xml.XmlObjectStreamingConnector
-
- getXmlConfigFileName() - Method in class com.toolsverse.etl.core.config.EtlConfig
-
Gets the xml config file name.
- getXmlConfigFileName() - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- getXmlConfigFileName() - Method in class com.toolsverse.etl.driver.GenericFileDriver
-
- getXmlConfigFileName() - Method in class com.toolsverse.etl.driver.GenericJdbcDriver
-
- getXmlConfigFileName() - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- getXmlConfigFileName() - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- getXmlConfigFileName() - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- getXmlConfigFileName() - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- getXmlConfigFileName() - Method in class com.toolsverse.etl.driver.snowflake.SnowflakeDriver
-
- getXmlConfigFileName() - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- getXmlConfigFileName() - Method in class com.toolsverse.etl.driver.sqlserver.SybaseDriver
-
- getXmlConfigFileName() - Method in class com.toolsverse.etl.metadata.BaseMetadata
-
- getXmlConfigFileName() - Method in class com.toolsverse.ext.BaseExtension
-
- getXmlConfigFileName() - Method in interface com.toolsverse.ext.ExtensionModule
-
Gets the path to the xml configuration file for the module.
- getXmlConfigFileName() - Method in class com.toolsverse.imaging.handler.JaiImageHandler
-
- getXmlConfigFileName() - Method in class com.toolsverse.imaging.ImageProcessor
-
- getXmlSchemas(String, String, String, String) - Method in class com.toolsverse.etl.metadata.db2.Db2Metadata
-
Gets the xml schemas.
- getXmlSchemas(String, String, String, String) - Method in class com.toolsverse.etl.metadata.oracle.OracleMetadata
-
Gets the xml schemas.
- getXmlTagName(String, String) - Method in class com.toolsverse.etl.connector.xml.XmlObjectStreamingConnector
-
Gets the xml tag name.
- getXmlVersion() - Method in class com.toolsverse.etl.connector.xml.XmlConnectorParams
-
Gets the xml version.
- getXmlVersion() - Method in class com.toolsverse.etl.connector.xml.XmlObjectConnectorParams
-
Gets the xml version.
- getXslFromFileName(String) - Method in class com.toolsverse.etl.connector.xml.XmlConnectorParams
-
Gets the xsl "from" file name.
- getXslToFileName(String) - Method in class com.toolsverse.etl.connector.xml.XmlConnectorParams
-
Gets the xsl "to" file name.
- GLOBAL - Static variable in interface com.toolsverse.storage.StorageProvider
-
The GLOBAL scope.
- GLOBAL_ATTR - Static variable in class com.toolsverse.etl.common.Variable
-
- GLOBAL_SERVICE_PROXY_PROP - Static variable in class com.toolsverse.service.ServiceFactory
-
GLOBAL SERVICE PROXY property.
- goBack(V) - Method in interface com.toolsverse.util.history.History
-
Returns element of the history which was visited prior to current.
- goBack(V) - Method in class com.toolsverse.util.history.HistoryImpl
-
- goForward(V) - Method in interface com.toolsverse.util.history.History
-
Returns element of the history which was visited after the current.
- goForward(V) - Method in class com.toolsverse.util.history.HistoryImpl
-
- GROOVY_LANG - Static variable in interface com.toolsverse.util.lang.ParserTypeFactory
-
The GROOVY.
- group(int) - Method in class com.toolsverse.util.Rewriter
-
Returns the input subsequence captured by the given group during the
previous match operation.
- GROUP_BY_VAR - Static variable in class com.toolsverse.etl.core.config.EtlConfig
-
The GROUP_BY variable name.
- GROUP_PARALLEL_ATTR - Static variable in class com.toolsverse.etl.core.engine.Destination
-
The Constant GROUP_PARALLEL_ATTR.
- groupByProperties(Map<String, String>, String, char) - Static method in class com.toolsverse.util.Utils
-
Group by properties by prefix using given delimiter.
- groupByProperties(Properties, String, char) - Static method in class com.toolsverse.util.Utils
-
Group by properties by prefix using given delimiter.
- GZIP - Static variable in class com.toolsverse.util.Base64
-
Specify that data should be gzip-compressed.
- GZIP_COMPRESSION - Static variable in class com.toolsverse.imaging.ImageProcessor
-
GZIP COMPRESSION.
- gZipArray(byte[]) - Static method in class com.toolsverse.util.Utils
-
GZip byte array.
- gzipFile(String, String) - Static method in class com.toolsverse.util.FileUtils
-
Gzip file.
- ID_FIELD - Static variable in interface com.toolsverse.etl.metadata.Metadata
-
The ID FIELD name.
- IDE_CONFIG_FILE_PROPERTY - Static variable in class com.toolsverse.config.SystemConfig
-
The IDE CONFIG FILE PROPERTY.
- IDE_NODE - Static variable in interface com.toolsverse.ext.ExtensionModule
-
- IDE_SETTINGS_FILE_NAME - Static variable in class com.toolsverse.config.SystemConfig
-
The IDE SETTINGS FILE NAME PROPERTY.
- IDE_SETTINGS_FILE_PROPERTY - Static variable in class com.toolsverse.config.SystemConfig
-
The IDE SETTINGS FILE PROPERTY.
- IF - Static variable in class com.toolsverse.etl.driver.db2.Db2Driver
-
The IF sql.
- IF - Static variable in class com.toolsverse.etl.driver.informix.InformixDriver
-
The IF sql.
- IF - Static variable in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
The IF sql.
- IF - Static variable in class com.toolsverse.etl.driver.oracle.OracleDriver
-
The IF sql.
- IF - Static variable in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
The IF sql.
- IF - Static variable in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
The IF sql.
- IF_AFTER_ATTR - Static variable in class com.toolsverse.etl.core.engine.Destination
-
The Constant IF_AFTER_ATTR.
- IF_BEGIN - Static variable in class com.toolsverse.etl.driver.db2.Db2Driver
-
The IF_BEGIN sql.
- IF_BEGIN - Static variable in class com.toolsverse.etl.driver.informix.InformixDriver
-
The IF_BEGIN sql.
- IF_BEGIN - Static variable in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
The IF_BEGIN sql.
- IF_BEGIN - Static variable in class com.toolsverse.etl.driver.oracle.OracleDriver
-
The IF_BEGIN sql.
- IF_BEGIN - Static variable in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
The IF_BEGIN sql.
- IF_BEGIN - Static variable in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
The IF_BEGIN sql.
- IF_COND_ATTR - Static variable in class com.toolsverse.etl.core.engine.Destination
-
The Constant IF_COND_ATTR.
- IF_ELSE - Static variable in class com.toolsverse.etl.driver.db2.Db2Driver
-
The IF_ELSE sql.
- IF_ELSE - Static variable in class com.toolsverse.etl.driver.informix.InformixDriver
-
The IF_ELSE sql.
- IF_ELSE - Static variable in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
The IF_ELSE sql.
- IF_ELSE - Static variable in class com.toolsverse.etl.driver.oracle.OracleDriver
-
The IF_ELSE sql.
- IF_ELSE - Static variable in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
The IF_ELSE sql.
- IF_ELSE - Static variable in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
The IF_ELSE sql.
- IF_ELSE_ATTR - Static variable in class com.toolsverse.etl.core.engine.Destination
-
The Constant IF_ELSE_ATTR.
- IF_END - Static variable in class com.toolsverse.etl.driver.db2.Db2Driver
-
The IF_END sql.
- IF_END - Static variable in class com.toolsverse.etl.driver.informix.InformixDriver
-
The IF_END sql.
- IF_END - Static variable in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
The IF_END sql.
- IF_END - Static variable in class com.toolsverse.etl.driver.oracle.OracleDriver
-
The IF_END sql.
- IF_END - Static variable in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
The IF_END sql.
- IF_END - Static variable in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
The IF_END sql.
- IF_THEN_ATTR - Static variable in class com.toolsverse.etl.core.engine.Destination
-
The Constant IF_THEN_ATTR.
- ifDoesNotExistSql(String) - Method in interface com.toolsverse.etl.driver.Driver
-
If does not exist sql.
- ifDoesNotExistSql(String) - Method in class com.toolsverse.etl.driver.sqlserver.AzureSynapseAnalyticsDriver
-
- ifExistsSql(String) - Method in interface com.toolsverse.etl.driver.Driver
-
If exists sql.
- ifExistsSql(String) - Method in class com.toolsverse.etl.driver.sqlserver.AzureSynapseAnalyticsDriver
-
- IGNORE_ATTRS_PROP - Static variable in class com.toolsverse.etl.connector.xml.XmlObjectConnectorParams
-
The IGNORE XML ATTRIBUTES in nodes with a value and attribute property.
- IGNORE_BOM_PROP - Static variable in class com.toolsverse.etl.connector.text.KeyValueConnectorParams
-
IGNORE_BOM property.
- IGNORE_BOM_PROP - Static variable in class com.toolsverse.etl.connector.text.TextConnectorParams
-
IGNORE_BOM property.
- IGNORE_CASE_VAR - Static variable in class com.toolsverse.etl.core.config.EtlConfig
-
The IGNORE CHAR CASE variable name.
- IGNORE_EMPTY_ATTR - Static variable in class com.toolsverse.etl.core.engine.Source
-
IGNORE_EMPTY_ATTR.
- IGNORE_EMPTY_VAR - Static variable in class com.toolsverse.etl.core.task.common.KeyValueNormTransformator
-
The IGNORE_EMPTY_VAR.
- IGNORE_FOCUS_CHANGE - Static variable in class com.toolsverse.mvc.view.ComponentAdapter
-
if set adapter will ignore focus change event.
- IGNORE_NO_RECORDS_ATTR - Static variable in class com.toolsverse.etl.core.engine.Source
-
IGNORE_NO_RECORDS_ATTR.
- IGNORE_VALUES_PROP - Static variable in class com.toolsverse.etl.connector.xml.XmlObjectConnectorParams
-
The IGNORE VALUES in nodes with a value and attribute property.
- ignoreExceptionsDuringInit() - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- ignoreExceptionsDuringInit() - Method in interface com.toolsverse.etl.driver.Driver
-
The "Ignore exceptions during initialization" flag.
- ignoreExceptionsDuringInit() - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- ignoreExceptionsDuringInit() - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- ignoreExceptionsDuringInit() - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- ignoreExceptionsDuringInit() - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- ignoreExceptionsDuringInit() - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- ignoreExceptionsDuringInit() - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- ImageHandler - Interface in com.toolsverse.imaging.handler
-
Loads image in the specific format.
- ImageProcessor - Class in com.toolsverse.imaging
-
The collection of methods to load image and transform it using different algorithms, such as crop, resize, etc.
- ImageTransformation - Class in com.toolsverse.imaging
-
Abstract image transformation class.
- ImageTransformation() - Constructor for class com.toolsverse.imaging.ImageTransformation
-
- IMPL - Static variable in class com.toolsverse.service.ServiceFactory
-
The default IMPL suffix
- IMPLICIT_PROP - Static variable in class com.toolsverse.io.FtpsProcessor
-
The IMPLICIT property.
- IN_PROGRESS_STATUS - Static variable in class com.toolsverse.etl.core.engine.FileMetrics
-
The Constant IN_PROGRESS_STATUS.
- INBOUND_DELETE - Static variable in class com.toolsverse.io.MailProcessor
-
- INBOUND_DUMP_FOLDER - Static variable in class com.toolsverse.io.MailProcessor
-
- INBOUND_FILE - Static variable in class com.toolsverse.io.MailProcessor
-
- INBOUND_FOLDER - Static variable in class com.toolsverse.io.MailProcessor
-
- INBOUND_FROM - Static variable in class com.toolsverse.io.MailProcessor
-
- INBOUND_HOST - Static variable in class com.toolsverse.io.MailProcessor
-
- INBOUND_ONLY_UNREAD - Static variable in class com.toolsverse.io.MailProcessor
-
- INBOUND_PASSWORD - Static variable in class com.toolsverse.io.MailProcessor
-
- INBOUND_PORT - Static variable in class com.toolsverse.io.MailProcessor
-
- INBOUND_PROTOCOL - Static variable in class com.toolsverse.io.MailProcessor
-
- INBOUND_RECEIVED_AFTER - Static variable in class com.toolsverse.io.MailProcessor
-
- INBOUND_RECEIVED_BEFORE - Static variable in class com.toolsverse.io.MailProcessor
-
- INBOUND_SUBJECT - Static variable in class com.toolsverse.io.MailProcessor
-
- INBOUND_TEXT - Static variable in class com.toolsverse.io.MailProcessor
-
- INBOUND_USER - Static variable in class com.toolsverse.io.MailProcessor
-
- incBatchCounter() - Method in class com.toolsverse.etl.core.engine.Destination
-
Increment batch counter.
- incExecutedBlocks() - Method in class com.toolsverse.etl.core.engine.Scenario
-
Increment number of executed blocks (tasks, scenarios, sources and
destinations).
- INCLUDE_ATTR - Static variable in class com.toolsverse.etl.common.Variable
-
- INCLUDE_ATTR - Static variable in class com.toolsverse.etl.core.engine.Source
-
INCLUCE_ATTR.
- INCLUDE_NODE - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
The INCLUDE_NODE.
- INCLUDE_VAR - Static variable in class com.toolsverse.etl.core.config.EtlConfig
-
The INCLUDE variable name.
- incName(String, String, int) - Static method in class com.toolsverse.util.Utils
-
Calculate new name by incrementing number after last delimiter.
- incUsageCounter() - Method in class com.toolsverse.etl.core.engine.Source
-
Increments usage counter.
- INDEPENDENT_ATTR - Static variable in class com.toolsverse.etl.core.engine.Source
-
INDEPENDENT_ATTR.
- index - Variable in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentHashMapV8.Traverser
-
- IndexArrayList<E> - Class in com.toolsverse.util
-
The ArrayList implementation of the IndexList interface
- IndexArrayList() - Constructor for class com.toolsverse.util.IndexArrayList
-
Instantiates a new index array list.
- IndexArrayList(Collection<E>) - Constructor for class com.toolsverse.util.IndexArrayList
-
Instantiates a new index array list.
- IndexArrayList(int) - Constructor for class com.toolsverse.util.IndexArrayList
-
Instantiates a new index array list.
- IndexList<E> - Interface in com.toolsverse.util
-
This interface extends basic List by adding selected index and selected value.
- indexOf(V) - Method in class com.toolsverse.util.CaseInsensitiveListTreeMap
-
Returns the index of the first occurrence of the specified element
in this list, or -1 if this list does not contain the element.
- indexOf(V) - Method in class com.toolsverse.util.ListHashMap
-
Returns the index of the first occurrence of the specified element in
this list, or -1 if this list does not contain the element.
- indexOf() - Method in class com.toolsverse.util.TreeNode
-
Gets the index of this node in the list of the parents children.
- indexOf(String[], String) - Static method in class com.toolsverse.util.Utils
-
Get index of the string the array, ignoring whitespace.
- indexOfExtension(String) - Static method in class com.toolsverse.util.FilenameUtils
-
Returns the index of the last extension separator character, which is a
dot.
- indexOfLastSeparator(String) - Static method in class com.toolsverse.util.FilenameUtils
-
Returns the index of the last directory separator character.
- indexOfThrowable(Throwable, Class<?>) - Static method in class com.toolsverse.util.ExceptionUtils
-
Returns the (zero based) index of the first Throwable
that matches the specified class (exactly) in the exception chain.
- indexOfThrowable(Throwable, Class<?>, int) - Static method in class com.toolsverse.util.ExceptionUtils
-
Returns the (zero based) index of the first Throwable
that matches the specified type in the exception chain from
a specified index.
- indexOfType(Throwable, Class<?>) - Static method in class com.toolsverse.util.ExceptionUtils
-
Returns the (zero based) index of the first Throwable
that matches the specified class or subclass in the exception chain.
- indexOfType(Throwable, Class<?>, int) - Static method in class com.toolsverse.util.ExceptionUtils
-
Returns the (zero based) index of the first Throwable
that matches the specified type in the exception chain from
a specified index.
- INFO - Static variable in class com.toolsverse.util.log.Logger
-
Informational only - no help desk or support is required.
- INFO_STR - Static variable in class com.toolsverse.util.log.Logger
-
- InfoLogger - Interface in com.toolsverse.util.log
-
The class which implements this interface is used to log the debug information
- INFORMIX_DATE_FORMAT - Static variable in class com.toolsverse.etl.driver.informix.InformixDriver
-
The INFORMIX DATE FORMAT.
- INFORMIX_DATETIME_FORMAT - Static variable in class com.toolsverse.etl.driver.informix.InformixDriver
-
The INFORMIX DATETIME FORMAT.
- INFORMIX_HOME_PROP - Static variable in class com.toolsverse.etl.driver.informix.InformixDriver
-
The INFORMIX client HOME property.
- INFORMIX_HOME_VAR - Static variable in class com.toolsverse.etl.driver.informix.InformixDriver
-
The INFORMIX client HOME variable.
- INFORMIX_JDBC_CLASS - Static variable in class com.toolsverse.etl.common.FieldsRepository.FieldsRepositoryConfig
-
- INFORMIX_METADATA_METHODS - Static variable in class com.toolsverse.etl.metadata.informix.InformixMetadata
-
The Informix metadata methods.
- INFORMIX_SERVER - Static variable in class com.toolsverse.etl.driver.informix.InformixDriver
-
The Constant INFORMIX_SERVER.
- INFORMIX_TIME_FORMAT - Static variable in class com.toolsverse.etl.driver.informix.InformixDriver
-
The INFORMIX TIME FORMAT.
- INFORMIX_TYPE_SUPPORT_AS_TEXT - Static variable in class com.toolsverse.etl.metadata.informix.InformixMetadata
-
The Informix object types which support asText.
- INFORMIX_TYPE_SUPPORT_EXECUTE_AS_TEXT - Static variable in class com.toolsverse.etl.metadata.informix.InformixMetadata
-
The informix type support execute as text map.
- INFORMIX_TYPES_BY_PARENT - Static variable in class com.toolsverse.etl.metadata.informix.InformixMetadata
-
The Informix types by parent.
- InformixDbAccessTask - Class in com.toolsverse.etl.core.task.informix
-
This is a Informix specific
Task.POST task which executes sql using
Infromix DbAccess tool.
- InformixDbAccessTask() - Constructor for class com.toolsverse.etl.core.task.informix.InformixDbAccessTask
-
- InformixDriver - Class in com.toolsverse.etl.driver.informix
-
The Informix implementation of the Driver interface.
- InformixDriver() - Constructor for class com.toolsverse.etl.driver.informix.InformixDriver
-
- InformixExtractTask - Class in com.toolsverse.etl.core.task.informix
-
This is a Informix specific
Task.POST task which extracts data into the text file using DbAccess.
- InformixExtractTask() - Constructor for class com.toolsverse.etl.core.task.informix.InformixExtractTask
-
- InformixFunctions - Class in com.toolsverse.etl.core.function.informix
-
The Informix specific functions.
- InformixFunctions() - Constructor for class com.toolsverse.etl.core.function.informix.InformixFunctions
-
- InformixLoadTask - Class in com.toolsverse.etl.core.task.informix
-
This is a Informix specific
Task.POST task which loads data from the text file.
- InformixLoadTask() - Constructor for class com.toolsverse.etl.core.task.informix.InformixLoadTask
-
- InformixMetadata - Class in com.toolsverse.etl.metadata.informix
-
The Informix implementation of the Metadata interface.
- InformixMetadata() - Constructor for class com.toolsverse.etl.metadata.informix.InformixMetadata
-
- init() - Method in class com.toolsverse.cache.LinkedMemoryCache
-
- init() - Method in class com.toolsverse.cache.ListMemoryCache
-
Instantiate storage.
- init() - Method in class com.toolsverse.cache.MemoryCache
-
Instantiates storage.
- init() - Method in class com.toolsverse.cache.SynchLinkedMemoryCache
-
- init() - Method in class com.toolsverse.cache.SynchListMemoryCache
-
- init() - Method in class com.toolsverse.cache.SynchMemoryCache
-
- init() - Method in class com.toolsverse.etl.common.DataSet
-
Initialize the data set.
- init(Alias) - Method in class com.toolsverse.etl.connector.DataSetConnectorParams
-
Initializes itself using given alias.
- init(Map<String, String>) - Method in class com.toolsverse.etl.connector.DataSetConnectorParams
-
Initializes itself using given properties.
- init(ObjectStorage) - Method in class com.toolsverse.etl.connector.DataSetConnectorParams
-
Initializes itself using given object storage.
- init(Alias) - Method in class com.toolsverse.etl.connector.excel.ExcelConnectorParams
-
- init(Map<String, String>) - Method in class com.toolsverse.etl.connector.excel.ExcelConnectorParams
-
- init(ObjectStorage) - Method in class com.toolsverse.etl.connector.excel.ExcelConnectorParams
-
- init(Alias) - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
- init(Map<String, String>) - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
- init(Alias) - Method in class com.toolsverse.etl.connector.html.HtmlConnectorParams
-
- init(Map<String, String>) - Method in class com.toolsverse.etl.connector.html.HtmlConnectorParams
-
- init(ObjectStorage) - Method in class com.toolsverse.etl.connector.html.HtmlConnectorParams
-
- init(Alias) - Method in class com.toolsverse.etl.connector.json.JsonConnectorParams
-
- init(Map<String, String>) - Method in class com.toolsverse.etl.connector.json.JsonConnectorParams
-
- init(ObjectStorage) - Method in class com.toolsverse.etl.connector.json.JsonConnectorParams
-
- init(Alias) - Method in class com.toolsverse.etl.connector.json.JsonDatasetConnectorParams
-
- init(Map<String, String>) - Method in class com.toolsverse.etl.connector.json.JsonDatasetConnectorParams
-
- init(ObjectStorage) - Method in class com.toolsverse.etl.connector.json.JsonDatasetConnectorParams
-
- init(Alias) - Method in class com.toolsverse.etl.connector.pdf.PdfConnectorParams
-
- init(Map<String, String>) - Method in class com.toolsverse.etl.connector.pdf.PdfConnectorParams
-
- init(ObjectStorage) - Method in class com.toolsverse.etl.connector.pdf.PdfConnectorParams
-
- init(Alias) - Method in class com.toolsverse.etl.connector.SourceConnectorParams
-
- init(Map<String, String>) - Method in class com.toolsverse.etl.connector.SourceConnectorParams
-
- init(ObjectStorage) - Method in class com.toolsverse.etl.connector.SourceConnectorParams
-
- init(Alias) - Method in class com.toolsverse.etl.connector.sql.SqlConnectorParams
-
- init(Map<String, String>) - Method in class com.toolsverse.etl.connector.sql.SqlConnectorParams
-
- init(ObjectStorage) - Method in class com.toolsverse.etl.connector.sql.SqlConnectorParams
-
- init(Alias) - Method in class com.toolsverse.etl.connector.text.ClobConnectorParams
-
- init(Map<String, String>) - Method in class com.toolsverse.etl.connector.text.ClobConnectorParams
-
- init(ObjectStorage) - Method in class com.toolsverse.etl.connector.text.ClobConnectorParams
-
- init(Alias) - Method in class com.toolsverse.etl.connector.text.KeyValueConnectorParams
-
- init(Map<String, String>) - Method in class com.toolsverse.etl.connector.text.KeyValueConnectorParams
-
- init(ObjectStorage) - Method in class com.toolsverse.etl.connector.text.KeyValueConnectorParams
-
- init(Alias) - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
- init(Map<String, String>) - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
- init(ObjectStorage) - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
- init(Alias) - Method in class com.toolsverse.etl.connector.xml.XmlConnectorParams
-
- init(Map<String, String>) - Method in class com.toolsverse.etl.connector.xml.XmlConnectorParams
-
- init(ObjectStorage) - Method in class com.toolsverse.etl.connector.xml.XmlConnectorParams
-
- init(Alias) - Method in class com.toolsverse.etl.connector.xml.XmlObjectConnectorParams
-
- init(Map<String, String>) - Method in class com.toolsverse.etl.connector.xml.XmlObjectConnectorParams
-
- init(ObjectStorage) - Method in class com.toolsverse.etl.connector.xml.XmlObjectConnectorParams
-
- init() - Method in class com.toolsverse.etl.core.config.EtlConfig
-
Initializes EtlConfig.
- init(EtlConfig, Task) - Method in interface com.toolsverse.etl.core.engine.OnTask
-
Initializes task.
- init(EtlConfig, Task) - Method in class com.toolsverse.etl.core.task.common.AddDimension
-
- init(EtlConfig, Task) - Method in class com.toolsverse.etl.core.task.common.CmdTask
-
- init(EtlConfig, Task) - Method in class com.toolsverse.etl.core.task.common.CopyIntoDestinationTableTask
-
- init(EtlConfig, Task) - Method in class com.toolsverse.etl.core.task.common.EvalTransformator
-
- init(EtlConfig, Task) - Method in class com.toolsverse.etl.core.task.common.ExtractDimension
-
- init(EtlConfig, Task) - Method in class com.toolsverse.etl.core.task.common.FileManagerTask
-
- init(EtlConfig, Task) - Method in class com.toolsverse.etl.core.task.common.FileMerge
-
- init(EtlConfig, Task) - Method in class com.toolsverse.etl.core.task.common.Filter
-
- init(EtlConfig, Task) - Method in class com.toolsverse.etl.core.task.common.FilterDataSet
-
- init(EtlConfig, Task) - Method in class com.toolsverse.etl.core.task.common.Intersect
-
- init(EtlConfig, Task) - Method in class com.toolsverse.etl.core.task.common.Join
-
- init(EtlConfig, Task) - Method in class com.toolsverse.etl.core.task.common.KeyValueNormTransformator
-
- init(EtlConfig, Task) - Method in class com.toolsverse.etl.core.task.common.KeyValueTransformator
-
- init(EtlConfig, Task) - Method in class com.toolsverse.etl.core.task.common.MailTask
-
- init(EtlConfig, Task) - Method in class com.toolsverse.etl.core.task.common.Matrix
-
- init(EtlConfig, Task) - Method in class com.toolsverse.etl.core.task.common.Minus
-
- init(EtlConfig, Task) - Method in class com.toolsverse.etl.core.task.common.NormalizeNestedDataSet
-
- init(EtlConfig, Task) - Method in class com.toolsverse.etl.core.task.common.Order
-
- init(EtlConfig, Task) - Method in class com.toolsverse.etl.core.task.common.Pivot
-
- init(EtlConfig, Task) - Method in class com.toolsverse.etl.core.task.common.Populate
-
- init(EtlConfig, Task) - Method in class com.toolsverse.etl.core.task.common.RegexpTransformator
-
- init(EtlConfig, Task) - Method in class com.toolsverse.etl.core.task.common.RemoveDuplicates
-
- init(EtlConfig, Task) - Method in class com.toolsverse.etl.core.task.common.ScriptTask
-
- init(EtlConfig, Task) - Method in class com.toolsverse.etl.core.task.common.SplitDataSet
-
- init(EtlConfig, Task) - Method in class com.toolsverse.etl.core.task.common.SqlTask
-
- init(EtlConfig, Task) - Method in class com.toolsverse.etl.core.task.common.Transpose
-
- init(EtlConfig, Task) - Method in class com.toolsverse.etl.core.task.common.Union
-
- init(EtlConfig, Task) - Method in class com.toolsverse.etl.core.task.common.Validator
-
- init(EtlConfig, Task) - Method in class com.toolsverse.etl.core.task.common.XslTransormTask
-
- init(EtlConfig, Task) - Method in class com.toolsverse.etl.core.task.informix.InformixExtractTask
-
- init(EtlConfig, Task) - Method in class com.toolsverse.etl.core.task.informix.InformixLoadTask
-
- init(EtlConfig, Task) - Method in class com.toolsverse.etl.core.task.oracle.OracleCopyTask
-
- init(EtlConfig, Task) - Method in class com.toolsverse.etl.core.task.oracle.OracleExtractTask
-
- init(EtlConfig, Task) - Method in class com.toolsverse.etl.core.task.oracle.OracleLoadTask
-
- init(EtlConfig, Task) - Method in class com.toolsverse.etl.core.task.redshift.CopyIntoRedshiftTableTask
-
- init(EtlConfig, Task) - Method in class com.toolsverse.etl.core.task.snowflake.CopyIntoTableTask
-
- init(ConnectionFactory, ConnectionParamsProvider<Alias>, Driver) - Method in class com.toolsverse.etl.metadata.BaseMetadata
-
- init(ConnectionFactory, ConnectionParamsProvider<Alias>, Driver) - Method in interface com.toolsverse.etl.metadata.Metadata
-
Initializes metadata driver.
- init(String, Properties, UrlParser) - Method in class com.toolsverse.etl.sql.connection.SshTunnel
-
Initialize the tunnel.
- init(Map<String, String>) - Method in class com.toolsverse.io.MailParams
-
Initializes itself using given properties.
- init() - Method in interface com.toolsverse.mvc.controller.Controller
-
Binds model and view.
- init(Model, ControllerAdapter) - Method in interface com.toolsverse.mvc.controller.Controller
-
Inits the given model using given controllerAdapter.
- init() - Method in class com.toolsverse.mvc.controller.ControllerBundle
-
Starts MVC.
- init() - Method in class com.toolsverse.mvc.controller.ControllerImpl
-
- init(Model, ControllerAdapter) - Method in class com.toolsverse.mvc.controller.ControllerImpl
-
- init() - Method in interface com.toolsverse.storage.PersistableStorage
-
Initializes the storage.
- init() - Method in class com.toolsverse.storage.StorageManager
-
- init(A) - Method in class com.toolsverse.util.aspect.Aspect
-
Instantiate the new class which extends A but intercept all its methods.
- init(Class<A>) - Method in class com.toolsverse.util.aspect.Aspect
-
Instantiate the new class which extends A but intercept all its methods.
- init(String) - Method in class com.toolsverse.util.aspect.Aspect
-
Instantiate the new class which extends className but intercept all its methods.
- INIT_SQL - Static variable in class com.toolsverse.etl.core.config.EtlConfig
-
The INIT_SQL.
- INIT_SQL - Static variable in class com.toolsverse.etl.driver.db2.Db2Driver
-
The INIT SQL.
- INIT_SQL - Static variable in class com.toolsverse.etl.driver.informix.InformixDriver
-
The INIT sql.
- INIT_SQL - Static variable in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
The INIT SQL.
- INIT_SQL - Static variable in class com.toolsverse.etl.driver.oracle.OracleDriver
-
The INIT sql.
- INIT_SQL - Static variable in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
The INIT sql.
- INIT_SQL - Static variable in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
The INIT sql.
- INIT_SQL - Static variable in class com.toolsverse.etl.driver.sqlserver.SybaseDriver
-
The Constant INIT sql.
- INIT_SQL - Static variable in class com.toolsverse.etl.sql.config.SqlConfig
-
The INIT_SQL.
- initConfigXml() - Method in class com.toolsverse.etl.core.config.EtlConfig
-
Initializes the EtlConfig by parsing default xml configuration file.
- initConfigXml(String) - Method in class com.toolsverse.etl.core.config.EtlConfig
-
Initializes the EtlConfig by parsing given xml configuration file.
- initialCapacity - Variable in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap.Builder
-
- initialCapacity(int) - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap.Builder
-
Specifies the initial capacity of the hash table (default 16).
- INITIATE_OAUTH_PROP - Static variable in class com.toolsverse.etl.sql.connection.BaseConnectionCallback
-
- initProvider() - Method in class com.toolsverse.storage.StorageManager
-
Initializes the StorageProvider.
- initQueryLabel() - Method in interface com.toolsverse.etl.connector.DataSetConnector
-
The init query label.
- initQueryLabel() - Method in class com.toolsverse.etl.connector.excel.ExcelConnector
-
- initQueryLabel() - Method in class com.toolsverse.etl.connector.excel.ExcelXlsxConnector
-
- initQueryLabel() - Method in class com.toolsverse.etl.connector.html.HtmlConnector
-
- initQueryLabel() - Method in class com.toolsverse.etl.connector.json.JsonConnector
-
- initQueryLabel() - Method in class com.toolsverse.etl.connector.json.JsonDatasetConnector
-
- initQueryLabel() - Method in class com.toolsverse.etl.connector.pdf.PdfConnector
-
- initQueryLabel() - Method in class com.toolsverse.etl.connector.SourceConnector
-
- initQueryLabel() - Method in class com.toolsverse.etl.connector.sql.SqlConnector
-
- initQueryLabel() - Method in class com.toolsverse.etl.connector.text.ClobConnector
-
- initQueryLabel() - Method in class com.toolsverse.etl.connector.text.KeyValueConnector
-
- initQueryLabel() - Method in class com.toolsverse.etl.connector.text.TextConnector
-
- initQueryLabel() - Method in class com.toolsverse.etl.connector.xml.XmlConnector
-
- initQueryLabel() - Method in class com.toolsverse.etl.connector.xml.XmlObjectConnector
-
- initQueryLabel() - Method in class com.toolsverse.etl.connector.xml.XmlObjectStreamingConnector
-
- INLINE - Static variable in class com.toolsverse.etl.core.engine.Task
-
The INLINE task - executed for each row of the data set druring extract.
- INLINE_STR - Static variable in class com.toolsverse.etl.core.engine.Task
-
The INLINE task code.
- inlinePersist(P, DataSet, Driver, DataSetRecord, int, int) - Method in interface com.toolsverse.etl.connector.DataSetConnector
-
Persists data set row.
- inlinePersist(ExcelConnectorParams, DataSet, Driver, DataSetRecord, int, int) - Method in class com.toolsverse.etl.connector.excel.ExcelConnector
-
- inlinePersist(ExcelConnectorParams, DataSet, Driver, DataSetRecord, int, int) - Method in class com.toolsverse.etl.connector.excel.ExcelXlsxConnector
-
- inlinePersist(HtmlConnectorParams, DataSet, Driver, DataSetRecord, int, int) - Method in class com.toolsverse.etl.connector.html.HtmlConnector
-
- inlinePersist(JsonConnectorParams, DataSet, Driver, DataSetRecord, int, int) - Method in class com.toolsverse.etl.connector.json.JsonConnector
-
- inlinePersist(JsonDatasetConnectorParams, DataSet, Driver, DataSetRecord, int, int) - Method in class com.toolsverse.etl.connector.json.JsonDatasetConnector
-
- inlinePersist(PdfConnectorParams, DataSet, Driver, DataSetRecord, int, int) - Method in class com.toolsverse.etl.connector.pdf.PdfConnector
-
- inlinePersist(SourceConnectorParams, DataSet, Driver, DataSetRecord, int, int) - Method in class com.toolsverse.etl.connector.SourceConnector
-
- inlinePersist(SqlConnectorParams, DataSet, Driver, DataSetRecord, int, int) - Method in class com.toolsverse.etl.connector.sql.SqlConnector
-
- inlinePersist(ClobConnectorParams, DataSet, Driver, DataSetRecord, int, int) - Method in class com.toolsverse.etl.connector.text.ClobConnector
-
- inlinePersist(KeyValueConnectorParams, DataSet, Driver, DataSetRecord, int, int) - Method in class com.toolsverse.etl.connector.text.KeyValueConnector
-
- inlinePersist(TextConnectorParams, DataSet, Driver, DataSetRecord, int, int) - Method in class com.toolsverse.etl.connector.text.TextConnector
-
- inlinePersist(XmlConnectorParams, DataSet, Driver, DataSetRecord, int, int) - Method in class com.toolsverse.etl.connector.xml.XmlConnector
-
- inlinePersist(XmlObjectConnectorParams, DataSet, Driver, DataSetRecord, int, int) - Method in class com.toolsverse.etl.connector.xml.XmlObjectStreamingConnector
-
- INNER - Static variable in class com.toolsverse.etl.core.task.common.Join
-
INNER (default)
- INNER_CLASS_SEPARATOR - Static variable in class com.toolsverse.util.ClassUtils
-
The inner class separator String: "$".
- INNER_CLASS_SEPARATOR_CHAR - Static variable in class com.toolsverse.util.ClassUtils
-
The inner class separator character: '$' == 36.
- INNER_PARALLEL_ATTR - Static variable in class com.toolsverse.etl.core.engine.Scenario
-
The Constant INNER_PARALLEL_ATTR.
- INNER_SCENARIO_ATTR - Static variable in class com.toolsverse.etl.core.engine.Scenario
-
The Constant INNER_SCENARIO_ATTR.
- INNER_SCENARIO_NODE - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
The INNER_SCENARIO_NODE.
- INNER_SCENARIO_ON_EXCEPTION_ATTR - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
The SCENARIO_ON_EXCEPTION_ATTR.
- INNER_SCENARIO_ON_EXCEPTION_ATTR - Static variable in class com.toolsverse.etl.core.engine.Scenario
-
The Constant INNER_SCENARIO_ON_EXCEPTION_ATTR.
- INNER_SCENARIO_PARELLEL_ATTR - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
The INNER_SCENARIO_PARELLEL_ATTR.
- InputStream(InputStream) - Constructor for class com.toolsverse.util.Base64.InputStream
-
- InputStream(InputStream, int) - Constructor for class com.toolsverse.util.Base64.InputStream
-
- insatnce() - Static method in class com.toolsverse.util.Script
-
- INSENSITIVE - Static variable in class com.toolsverse.util.IOCase
-
The constant for case insensitive regardless of operating system.
- insert(Document, String, int) - Static method in class com.toolsverse.etl.parser.DocumentParser
-
Insert text into document.
- insert2Update(String, String) - Static method in class com.toolsverse.etl.core.util.EtlUtils
-
Converts "insert" sql to "update".
- INSERT_TYPE - Static variable in interface com.toolsverse.etl.sql.service.SqlService
-
The INSERT_TYPE.
- INSERT_VAR - Static variable in class com.toolsverse.etl.core.config.EtlConfig
-
The INSERT variable name.
- insertNode(TreeNode, int) - Method in class com.toolsverse.util.TreeNode
-
Inserts child node at the specified index.
- insertUpdate(SDocumentEvent) - Method in class com.toolsverse.mvc.view.wings.STextComponentAdapter
-
- instance() - Static method in class com.toolsverse.cache.CacheManager
-
Returns instance of the CacheManager
- instance() - Static method in class com.toolsverse.config.SystemConfig
-
Returns SystemConfig instance.
- instance() - Static method in class com.toolsverse.etl.core.engine.EtlEngine
-
Returns EtlEngine instance.
- instance() - Static method in class com.toolsverse.etl.core.engine.TaskRecorder
-
Returns TaskRecorder instance.
- instance() - Static method in class com.toolsverse.etl.core.task.common.PivotFunctions
-
Singleton instance of the PivotFunctions.
- instance() - Static method in class com.toolsverse.etl.sql.config.SqlConfig
-
Gets the singleton instance of the SqlConfig.
- instance() - Static method in class com.toolsverse.exception.DefaultExceptionHandler
-
Returns an singleton instance the DefaultExceptionHandler
- instance() - Static method in class com.toolsverse.ext.loader.SharedUnitLoader
-
Instance of SharedUnitLoader
- instance() - Static method in class com.toolsverse.imaging.ImageProcessor
-
Returns the instance of the ImageProcessor
- instance() - Static method in class com.toolsverse.io.IoProcessorFactory
-
Returns an instance of the IoProcessorFactory.
- instance() - Static method in class com.toolsverse.service.ServiceLoggerManager
-
Returns an instance of the ServiceLoggerManager.
- instance() - Static method in class com.toolsverse.service.web.HttpClientFactory
-
Returns an instance of the HttpClient.
- instance() - Static method in class com.toolsverse.storage.StorageManager
-
Returns an instance of the StorageManager.
- instance - Static variable in class com.toolsverse.util.BooleanComparator
-
The instance.
- instance() - Static method in class com.toolsverse.util.concurrent.DefaultDeferredExecutor
-
Returns and instance of the DefaultDeferredExecutor.
- instance - Static variable in class com.toolsverse.util.DateComparator
-
The instance.
- instance() - Static method in class com.toolsverse.util.factory.ObjectFactory
-
Instance.
- instance - Static variable in class com.toolsverse.util.NumberComparator
-
The instance.
- INTEGER - Static variable in class com.toolsverse.util.Utils
-
The INTEGER.
- intersect(DataSet, DataSet, String) - Static method in class com.toolsverse.etl.common.CommonEtlUtils
-
Performs intersect operations on two data sets.
- Intersect - Class in com.toolsverse.etl.core.task.common
-
This
Task.POST task performs an intersect operation on two data sets.
- Intersect() - Constructor for class com.toolsverse.etl.core.task.common.Intersect
-
- INTERSECT_VAR - Static variable in class com.toolsverse.etl.core.task.common.Intersect
-
The INTERSECT variable.
- intValue() - Method in class com.toolsverse.util.CalcNumber
-
- invalidate() - Method in class com.toolsverse.mvc.view.ComponentAdapter
-
Requests repaint for the component.
- invalidate() - Method in class com.toolsverse.mvc.view.wings.WingsComponentAdapter
-
- invert(BufferedImage) - Method in class com.toolsverse.imaging.ImageProcessor
-
Inverts image.
- InvertTransformation - Class in com.toolsverse.imaging
-
ImageTransformation which implements "invert" algorithm.
- InvertTransformation() - Constructor for class com.toolsverse.imaging.InvertTransformation
-
- invoke(Object, Method, Method, Object[]) - Method in class com.toolsverse.mvc.pojo.PojoWrapper
-
- invoke(Object, Method, Object[]) - Method in class com.toolsverse.service.ServiceProxy
-
- invoke(Object, Method, Object[]) - Method in class com.toolsverse.service.ServiceProxyLocal
-
- invoke(Object, Method, Object[]) - Method in class com.toolsverse.service.web.ServiceProxyWeb
-
- invoke(Object, Method, Method, Object[]) - Method in class com.toolsverse.util.aspect.Aspect
-
- IOCase - Class in com.toolsverse.util
-
Enumeration of IO case sensitivity.
- IoProcessor - Interface in com.toolsverse.io
-
The collection of basic IO methods, such as connect, copy, delete, mkdir,
etc.
- IoProcessorCallable - Class in com.toolsverse.etl.common
-
The particular implementation of this class passed as a parameter to the
CommonEtlUtils#processFiles(Alias, IoProcessorCallable, boolean).
- IoProcessorCallable() - Constructor for class com.toolsverse.etl.common.IoProcessorCallable
-
- IoProcessorCallable.DefaultIoProcessorCallable - Class in com.toolsverse.etl.common
-
- IoProcessorFactory - Class in com.toolsverse.io
-
Instantiates the particular implementation of the IoProcessor by name.
- IoStatus - Class in com.toolsverse.io
-
The status POJO returned by most IO operations.
- IoStatus() - Constructor for class com.toolsverse.io.IoStatus
-
Instantiates a new io status.
- IoStatus(boolean) - Constructor for class com.toolsverse.io.IoStatus
-
Instantiates a new io status.
- IOUtils - Class in com.toolsverse.util
-
General IO stream manipulation utilities.
- IOUtils() - Constructor for class com.toolsverse.util.IOUtils
-
Instances should NOT be constructed in standard programming.
- IS_FLAT_VAR - Static variable in class com.toolsverse.etl.core.task.common.FileManagerTask
-
The IS_FLAT_VAR.
- isADateFormat(int, String) - Method in class com.toolsverse.etl.connector.excel.ExcelConnectorParams
-
Checks if is a date format.
- isAdd() - Method in class com.toolsverse.etl.common.Variable
-
Checks if "is add" flag set.
- isAddCommentToTagName() - Method in class com.toolsverse.etl.connector.xml.XmlObjectConnectorParams
-
Checks if is adds the comment to tag name.
- isAdjustDataTypes() - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Checks if is adjust data types.
- isAlive() - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap.WeightedValue
-
If the entry is available in the hash-table and page replacement policy.
- isAllStrings() - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Checks if all fields should have a string data type.
- isAlter() - Method in class com.toolsverse.etl.core.engine.Destination
-
Checks if the destination table must be altered.
- isAlwaysEncloseTableAndColumnsInQuotes() - Method in class com.toolsverse.etl.common.Alias
-
Always enclose table and columns in quotes.
- isAlwaysQuote() - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Checks if the property always quote is set.
- isApi() - Method in class com.toolsverse.io.DirectProcessor
-
- isApi() - Method in class com.toolsverse.io.FileProcessor
-
- isApi() - Method in class com.toolsverse.io.FtpProcessor
-
- isApi() - Method in class com.toolsverse.io.HttpProcessor
-
- isApi() - Method in interface com.toolsverse.io.IoProcessor
-
Checks if processor is associated with api.
- isApi() - Method in class com.toolsverse.io.MailProcessor
-
- isApi() - Method in class com.toolsverse.io.NullProcessor
-
- isApi() - Method in class com.toolsverse.io.SftpProcessor
-
- isArray() - Method in class com.toolsverse.etl.common.FieldDef
-
- isArray(int) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Checks if fType is aeeay.
- isArrayByteBase64(byte[]) - Static method in class com.toolsverse.util.Base64UrlSafe
-
Tests a given byte array to see if it contains only valid characters within the Base64
alphabet.
- isAttribute() - Method in class com.toolsverse.etl.common.FieldDef
-
Checks if fields is an XML attribute.
- isAttrSet(String) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Checks if attribute is set and equals to true.
- isAutoCommit() - Method in class com.toolsverse.etl.common.Alias
-
- isAutoCommit() - Method in interface com.toolsverse.etl.common.ConnectionParams
-
Checks if "auto commit" flag set.
- isAutoCommit() - Method in class com.toolsverse.etl.sql.service.SqlRequest
-
Checks if auto commit is set.
- isAutoIncrement() - Method in class com.toolsverse.etl.common.FieldDef
-
Checks if field is auto increment.
- isAutoSelectLoadKey() - Method in class com.toolsverse.etl.core.engine.Destination
-
Checks if is auto select load key.
- isBehaviorSet(long) - Method in class com.toolsverse.mvc.view.ComponentAdapter
-
Checks if is the behavior modificator is set.
- isBinaryTimestamp(Object, FieldDef) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Checks if field is binary timestamp.
- isBit(Object) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Checks if is bit.
- isBlob() - Method in class com.toolsverse.etl.common.FieldDef
-
Checks if field is BLOB.
- isBlob(int) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Checks if fType is blob.
- isBoolean() - Method in class com.toolsverse.etl.common.FieldDef
-
Checks if field is boolean.
- isBoolean(int) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Checks if fType is boolean.
- isBoolean(String) - Static method in class com.toolsverse.util.Utils
-
Checks if string is boolean.
- isBooleanAsNumber() - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
If true convert true/false to 1/0.
- isCallable(String) - Method in class com.toolsverse.etl.parser.GenericSqlParser
-
- isCallable() - Method in class com.toolsverse.etl.parser.GenericSqlParser.SqlTypeParser
-
Gets the sql.
- isCallable(String) - Method in interface com.toolsverse.etl.parser.SqlParser
-
Checks if sql statement is callable.
- isCallStatement(String) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Checks if sql statement is in fact "select" statement.
- isCaptureComments() - Method in class com.toolsverse.etl.connector.xml.XmlObjectConnectorParams
-
Checks if is capture comments.
- isCaptureLog() - Method in class com.toolsverse.etl.sql.service.SqlRequest
-
Checks if dbms log should be captured after SQL script is executed.
- isCaseInsensitive() - Method in class com.toolsverse.util.ListHashMap
-
Checks if map is case insensitive.
- isCaseSensitive() - Method in class com.toolsverse.etl.metadata.DatabaseFilter
-
Checks if "CASE SENSITIVE" modifier is set.
- isCaseSensitive() - Method in class com.toolsverse.util.IOCase
-
Does the object represent case sensitive comparison.
- isCdata() - Method in class com.toolsverse.etl.common.FieldDef
-
Checks if this field is a CDATA XML node.
- isCData() - Method in class com.toolsverse.mvc.model.Model.Attribute
-
Checks if attribute should be stored as cdata when using xml.
- isCDataMethod(Method) - Method in class com.toolsverse.mvc.model.ModelImpl
-
Checks if it is a cdata method.
- isChar() - Method in class com.toolsverse.etl.common.FieldDef
-
Checks if field is char (all flavors of chars).
- isChar(int) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Checks if fType is char or varchar.
- isCharActual(int) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Checks if fType is char.
- isCheckKeyField() - Method in class com.toolsverse.etl.connector.sql.SqlConnectorParams
-
Checks if "check key field" flag was set.
- isCleanUpPersistOccured() - Method in class com.toolsverse.etl.connector.DataSetConnectorParams
-
Checks if DataSetConnector#cleanUp method has been already called.
- isClient() - Method in class com.toolsverse.config.SystemConfig
-
Checks if it is a client deployment.
- isClientServer() - Method in class com.toolsverse.config.SystemConfig
-
Checks if it is a client-server mode.
- isClob() - Method in class com.toolsverse.etl.common.FieldDef
-
Checks if field is CLOB.
- isClob(int) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Checks if fType is clob.
- isClose() - Method in class com.toolsverse.etl.sql.service.SqlRequest
-
Checks if "close when done" flag is set.
- isClosed() - Method in class com.toolsverse.etl.sql.connection.SshConnection
-
- isClosed() - Method in class com.toolsverse.etl.sql.connection.StreamingConnection
-
- isClosed() - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- isCloseInput() - Method in class com.toolsverse.etl.connector.DataSetConnectorParams
-
Checks if input stream needs to be closed.
- isCloseOnCompletion() - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- isCloseOutput() - Method in class com.toolsverse.etl.connector.DataSetConnectorParams
-
Checks if output stream needs to be closed.
- isCodeRecordingEnabled() - Method in class com.toolsverse.etl.core.engine.TaskRecorder
-
Checks if code recording is enabled.
- isCommit() - Method in class com.toolsverse.etl.sql.service.SqlRequest
-
Checks if "commit when done" flag is set.
- isCommitEachBlock() - Method in class com.toolsverse.etl.core.engine.Scenario
-
Checks if engine should commit each block.
- isCompatible(int, int) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Checks if types are compatible.
- isConnected() - Method in class com.toolsverse.etl.sql.connection.SshTunnel
-
Checks if session is connected.
- isContains() - Method in class com.toolsverse.etl.metadata.DatabaseFilter
-
Checks if "CONTAINS" modifier is set.
- isContinue() - Method in class com.toolsverse.io.IoStatus
-
Checks if is continue.
- isConvertNameToSqlName() - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Checks if field name should be converted to valid sql column name.
- isConvertNull() - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Checks if is convert null.
- isCreatedToHandleFileLoop() - Method in class com.toolsverse.etl.core.engine.Scenario
-
Checks if this scenario is created to handle file loop.
- isCreateIndexes() - Method in class com.toolsverse.etl.core.engine.Destination
-
Checks if indexes need to be created from the source when creating a
table.
- isCurrentOnly() - Method in class com.toolsverse.etl.common.Alias
-
Checks if is current only.
- isCurrentRunning() - Method in interface com.toolsverse.util.concurrent.ParallelProgressCallback
-
Checks if background task for the current object is running.
- isCurrentStreaming() - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Checks if is current streaming.
- isCursorTableTemp() - Method in class com.toolsverse.etl.core.engine.Destination
-
Checks if the source table for the cursor is temporary.
- isDatabaseCurrent(String) - Method in class com.toolsverse.etl.metadata.BaseMetadata
-
- isDatabaseCurrent(String) - Method in interface com.toolsverse.etl.metadata.Metadata
-
Checks if database is current.
- isDate() - Method in class com.toolsverse.etl.common.FieldDef
-
Checks if field is date or time or timestamp.
- isDate(int) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Checks if fType is date.
- isDateFormat(String) - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Checks if given format string is a date format.
- isDateOnly() - Method in class com.toolsverse.etl.common.FieldDef
-
Checks if field is date.
- isDateOnly(int) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Checks if fType is date only.
- isDateOnly(Date, TimeZone) - Static method in class com.toolsverse.util.Utils
-
Checks if given date is a date only.
- isDateTime() - Method in class com.toolsverse.etl.common.FieldDef
-
Checks if field is date or timestamp.
- isDateTime(int) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Checks if fType is date+time.
- isDateTimeFormat(String) - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Checks if given format string is a date time format.
- isDbConnection() - Method in class com.toolsverse.etl.common.Alias
-
- isDbConnection() - Method in interface com.toolsverse.etl.common.ConnectionParams
-
Checks if it is a database connection.
- isDead() - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap.WeightedValue
-
If the entry was removed from the hash-table and the page replacement
policy.
- isDecimal(int) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Checks if fType is decimal.
- isDecimal() - Method in class com.toolsverse.etl.sql.util.TypeAndValue
-
Checks if numeric value has decimal part.
- isDecimal(Number) - Static method in class com.toolsverse.util.Utils
-
Checks if number is decimal.
- isDeclare() - Method in class com.toolsverse.etl.common.Variable
-
Checks if variable need to be declared.
- isDirect() - Method in class com.toolsverse.io.DirectProcessor
-
- isDirect() - Method in class com.toolsverse.io.FileProcessor
-
- isDirect() - Method in class com.toolsverse.io.FtpProcessor
-
- isDirect() - Method in class com.toolsverse.io.HttpProcessor
-
- isDirect() - Method in interface com.toolsverse.io.IoProcessor
-
Checks if processor gets and saves data directly to the alias.
- isDirect() - Method in class com.toolsverse.io.MailProcessor
-
- isDirect() - Method in class com.toolsverse.io.NullProcessor
-
- isDirect() - Method in class com.toolsverse.io.SftpProcessor
-
- isDirectory() - Method in class com.toolsverse.io.FileResource
-
Checks if file is a directory.
- isDirty() - Method in class com.toolsverse.mvc.model.ModelImpl
-
- isDirty() - Method in interface com.toolsverse.util.Mutable
-
Checks if object has changed but hasn't been baselined.
- isDirty() - Method in class com.toolsverse.util.UpdateArrayList
-
- isDisableStreaming() - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Checks if streaming is disabled.
- isDoLog() - Method in class com.toolsverse.service.LogNode
-
Checks if logging should be enabled for this particular event.
- isDoNotEncode() - Method in class com.toolsverse.etl.common.FunctionContext
-
Checks if "do not encode" flag is set.
- isDowntimeException(Throwable) - Static method in class com.toolsverse.util.Utils
-
Checks if this is a downtime exception.
- isEmpty() - Method in class com.toolsverse.etl.common.DataSet
-
Checks if data set is empty.
- isEmpty() - Method in class com.toolsverse.etl.common.DataSetData
-
Checks if it is empty.
- isEmpty() - Method in interface com.toolsverse.etl.core.engine.Block
-
Checks if DataSet object associated with the scenario block
is empty.
- isEmpty() - Method in class com.toolsverse.etl.core.engine.Destination
-
- isEmpty() - Method in class com.toolsverse.etl.core.engine.Source
-
- isEmpty() - Method in class com.toolsverse.etl.metadata.DatabaseFilter
-
Checks if filter is empty.
- isEmpty() - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentHashMapV8.CollectionView
-
- isEmpty() - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentHashMapV8
- isEmpty() - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
-
- isEmpty() - Method in class com.toolsverse.util.concurrentlinkedhashmap.LinkedDeque
-
- isEmpty() - Method in class com.toolsverse.util.LinkedCaseInsensitiveMap
-
- isEmpty(Object) - Static method in class com.toolsverse.util.Utils
-
Checks if object is 'empty'.
- isEnableBackground() - Method in class com.toolsverse.util.concurrent.ConcurrentFeature
-
Checks if execution in background enabled.
- isEnableCancel() - Method in class com.toolsverse.util.concurrent.ConcurrentFeature
-
Checks if cancel functionality is enabled.
- isEnableChangeReplication() - Method in class com.toolsverse.etl.core.engine.Destination
-
Checks if change replication is enabled.
- isEnabled() - Method in class com.toolsverse.etl.connector.DataSetConnectorParams
-
Checks if writing and reading enabled.
- isEnabled() - Method in class com.toolsverse.etl.core.config.EtlConfig
-
Checks if config enabled.
- isEnabled() - Method in interface com.toolsverse.etl.core.engine.Block
-
Checks if scenario block is enabled.
- isEnabled() - Method in class com.toolsverse.etl.core.engine.Destination
-
- isEnabled() - Method in class com.toolsverse.etl.core.engine.EtlRequest
-
Checks if request enabled.
- isEnabled() - Method in class com.toolsverse.etl.core.engine.Scenario
-
Checks if scenario enabled.
- isEnabled() - Method in class com.toolsverse.etl.core.engine.Source
-
- isEnabled() - Method in class com.toolsverse.etl.core.engine.Task
-
Checks if task is enabled.
- isEnabled() - Method in class com.toolsverse.etl.core.engine.TaskRecorder
-
Checks if recording is enabled.
- isEnabled() - Method in interface com.toolsverse.io.RedisService
-
Checks if service is enabled.
- isEnabled() - Method in interface com.toolsverse.mvc.controller.Controller
-
Checks if controller is enabled.
- isEnabled() - Method in interface com.toolsverse.mvc.controller.ControllerAdapter
-
Checks if ControllerAdapter is enabled.
- isEnabled() - Method in class com.toolsverse.mvc.controller.ControllerAdapterImpl
-
- isEnabled() - Method in class com.toolsverse.mvc.controller.ControllerImpl
-
- isEnabled() - Method in interface com.toolsverse.util.TextFormatter
-
Checks if formatter is enabled.
- isEnableKeyValue() - Method in class com.toolsverse.etl.connector.json.JsonConnectorParams
-
Checks if is key value special case is enabled.
- isEnableRequestIdLog() - Method in class com.toolsverse.config.EtlThreadContext
-
Checks if request id log enabled.
- isEnableRequestIdLog() - Method in class com.toolsverse.etl.core.engine.EtlRequest
-
Checks if request id log enabled.
- isEncode() - Method in class com.toolsverse.etl.common.DataSet
-
Checks if encoded flag set for the data set.
- isEncode() - Method in class com.toolsverse.etl.common.FieldDef
-
Checks if field is encoded.
- isEncodeClob() - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Checks if CLOB fields should be encoded using base64 algorithm.
- isEncoded() - Method in interface com.toolsverse.etl.core.engine.Block
-
Checks if encoded flag set for the DataSet object associated
with the scenario block.
- isEncoded() - Method in class com.toolsverse.etl.core.engine.Destination
-
- isEncoded() - Method in class com.toolsverse.etl.core.engine.Source
-
- isEncodedName(String) - Static method in class com.toolsverse.util.collector.AppInfo
-
Checks if given name is encoded.
- isEncodeInnerDataSets() - Method in class com.toolsverse.etl.connector.excel.ExcelConnectorParams
-
Checks if inner data sets should be encoded using base64.
- isEndsWith() - Method in class com.toolsverse.etl.metadata.DatabaseFilter
-
Checks if "ENDS WITH" modifier is set.
- isEqualDriver(Driver) - Method in class com.toolsverse.etl.driver.AbstractDriver
-
- isEqualDriver(Driver) - Method in interface com.toolsverse.etl.driver.Driver
-
Checks if given driver equals to this driver.
- isEqualDriver(Driver) - Method in class com.toolsverse.etl.driver.GenericJdbcDriver
-
- isEscapeQuote() - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
It true escape quotes in CSV.
- isExactSearch() - Method in class com.toolsverse.etl.metadata.DatabaseFilter
-
Checks if "exact search" flag is set.
- isExecuteQuery() - Method in class com.toolsverse.etl.sql.service.SqlRequest
-
Checks if execute query should be used instead of execute.
- isExpectedValidationError() - Method in class com.toolsverse.etl.connector.ConnectorResult
-
Checks if it is an expected validation error.
- isExtension(String, Collection<String>) - Static method in class com.toolsverse.util.FilenameUtils
-
Checks whether the extension of the filename is one of those specified.
- isExtension(String, String) - Static method in class com.toolsverse.util.FilenameUtils
-
Checks whether the extension of the filename is that specified.
- isExtension(String, String[]) - Static method in class com.toolsverse.util.FilenameUtils
-
Checks whether the extension of the filename is one of those specified.
- isExtract(int) - Static method in class com.toolsverse.etl.core.util.EtlUtils
-
Checks if extract needs to be performed during execution of the etl
scenario.
- isExtractLoad(int) - Static method in class com.toolsverse.etl.core.util.EtlUtils
-
Checks if extract and load needs to be performed during execution of the
etl scenario.
- isExtractRecordingEnabled() - Method in class com.toolsverse.etl.core.engine.TaskRecorder
-
Checks if extract recording is enabled.
- isFieldEncoded(FieldDef) - Method in class com.toolsverse.etl.common.DataSet
-
Checks if field is encoded.
- isFieldTypeOverriddenByVar() - Method in class com.toolsverse.etl.common.FieldDef
-
Checks if the field type is overridden by var.
- isFileConnector() - Method in interface com.toolsverse.etl.connector.DataSetConnector
-
Checks if this is a connector to the file based data source.
- isFileConnector() - Method in class com.toolsverse.etl.connector.excel.ExcelConnector
-
- isFileConnector() - Method in class com.toolsverse.etl.connector.excel.ExcelXlsxConnector
-
- isFileConnector() - Method in class com.toolsverse.etl.connector.html.HtmlConnector
-
- isFileConnector() - Method in class com.toolsverse.etl.connector.json.JsonConnector
-
- isFileConnector() - Method in class com.toolsverse.etl.connector.json.JsonDatasetConnector
-
- isFileConnector() - Method in class com.toolsverse.etl.connector.pdf.PdfConnector
-
- isFileConnector() - Method in class com.toolsverse.etl.connector.SourceConnector
-
- isFileConnector() - Method in class com.toolsverse.etl.connector.sql.SqlConnector
-
- isFileConnector() - Method in class com.toolsverse.etl.connector.text.ClobConnector
-
- isFileConnector() - Method in class com.toolsverse.etl.connector.text.KeyValueConnector
-
- isFileConnector() - Method in class com.toolsverse.etl.connector.text.TextConnector
-
- isFileConnector() - Method in class com.toolsverse.etl.connector.xml.XmlConnector
-
- isFileConnector() - Method in class com.toolsverse.etl.connector.xml.XmlObjectStreamingConnector
-
- isFileNameRequired() - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Checks if file name is required.
- isFileNameRequired() - Method in class com.toolsverse.etl.connector.sql.SqlConnectorParams
-
Checks if file name is required.
- isFileNameValid(String) - Static method in class com.toolsverse.util.FileUtils
-
Checks if filename is valid.
- isFileSystem() - Method in class com.toolsverse.io.DirectProcessor
-
- isFileSystem() - Method in class com.toolsverse.io.FileProcessor
-
- isFileSystem() - Method in class com.toolsverse.io.FtpProcessor
-
- isFileSystem() - Method in class com.toolsverse.io.HttpProcessor
-
- isFileSystem() - Method in interface com.toolsverse.io.IoProcessor
-
Checks if IoProcessor operates on a local file system.
- isFileSystem() - Method in class com.toolsverse.io.MailProcessor
-
- isFileSystem() - Method in class com.toolsverse.io.NullProcessor
-
- isFileSystem() - Method in class com.toolsverse.io.SftpProcessor
-
- isFinal() - Method in class com.toolsverse.etl.core.engine.Task
-
If task is final it must be executed at the very end of the etl process.
- isFirstRowData() - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Checks if "first row has data" flag was set.
- isFolder() - Method in class com.toolsverse.util.TreeNode
-
Checks if is this node is a FOLDER.
- isForceExt() - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
If true the file extension will be forced when reading and writing files
- isForEncryption(PGPPublicKey) - Static method in class com.toolsverse.util.encryption.pgp.PgpUtils
-
Checks if is for encryption.
- isFromCursor() - Method in class com.toolsverse.etl.common.FunctionContext
-
Checks if "from cursor" flag is set.
- isGetterMethod(Method) - Method in class com.toolsverse.mvc.model.ModelImpl
-
Checks if it is a getter method.
- isGlobal() - Method in class com.toolsverse.etl.common.Variable
-
Checks if variable is global.
- isGlobal() - Method in class com.toolsverse.storage.StorageProvider.StorageObject
-
Checks if scope is global.
- isGroupThreads() - Method in class com.toolsverse.etl.core.engine.Destination
-
Returns the flag which enables grouping destinations with the same
threadGroupName.
- isHasFieldsWithIndex() - Method in class com.toolsverse.etl.common.DataSetFields
-
- isHasNoParentRowTag() - Method in class com.toolsverse.etl.common.FieldDef
-
Checks if is the field has no parent row tag in XML.
- isHiddenIfEmpty() - Method in class com.toolsverse.etl.common.FieldDef
-
Checks if this field is hidden if it doesn't have a value
- isHiddenInNested() - Method in class com.toolsverse.etl.common.FieldDef
-
Checks if field must be hidden in nested datasets.
- isHideInNested() - Method in class com.toolsverse.etl.connector.xml.XmlObjectConnectorParams
-
Checks if XML writer should not be creating nested XML nodes.
- isHwmRecordingEnabled() - Method in class com.toolsverse.etl.core.engine.TaskRecorder
-
Checks if HWM recording is enabled.
- isIgnoreAttrsInValueAttrNode() - Method in class com.toolsverse.etl.connector.xml.XmlObjectConnectorParams
-
Checks if is ignore attrs in value attr node.
- isIgnoreBindVarCheck() - Method in class com.toolsverse.etl.core.engine.Destination
-
Checks if is ignore bind var check.
- isIgnoreBom() - Method in class com.toolsverse.etl.connector.text.KeyValueConnectorParams
-
Checks if parser should ignore byte order mark (bom).
- isIgnoreBom() - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Checks if parser should ignore byte order mark (bom).
- isIgnoreEmpty() - Method in class com.toolsverse.etl.connector.DataSetConnectorParams
-
If true, the source without dataset, for example, when file does not
exist, will be ignored.
- isIgnoreEmpty() - Method in class com.toolsverse.etl.core.engine.Source
-
Checks if ignore empty source flag is set.
- isIgnoreNoRecords() - Method in class com.toolsverse.etl.connector.DataSetConnectorParams
-
If true, the source without without records will be ignored.
- isIgnoreNoRecords() - Method in class com.toolsverse.etl.core.engine.Source
-
Checks if ignore empty no records in the source flag is set.
- isIgnoreValuesInValueAttrNode() - Method in class com.toolsverse.etl.connector.xml.XmlObjectConnectorParams
-
Checks if is ignore values in value attr node.
- isInclude() - Method in class com.toolsverse.etl.common.Variable
-
Checks if "is include" flag set.
- isIndependent() - Method in class com.toolsverse.etl.core.engine.Source
-
Checks if source is independent.
- isInitialized() - Method in class com.toolsverse.etl.core.engine.EtlEngine
-
- isInitialized() - Method in class com.toolsverse.etl.core.engine.EtlProcess
-
Checks if process is initialized.
- isInitializing() - Method in interface com.toolsverse.mvc.controller.Controller
-
Checks if controller is in process of initialization.
- isInitializing() - Method in interface com.toolsverse.mvc.controller.ControllerAdapter
-
Checks if controller is in process of initialization.
- isInitializing() - Method in class com.toolsverse.mvc.controller.ControllerAdapterImpl
-
- isInitializing() - Method in class com.toolsverse.mvc.controller.ControllerImpl
-
- isInlineTask() - Method in interface com.toolsverse.etl.core.engine.OnTask
-
Checks if this is inline task.
- isInlineTask() - Method in class com.toolsverse.etl.core.task.common.AddDimension
-
- isInlineTask() - Method in class com.toolsverse.etl.core.task.common.CmdTask
-
- isInlineTask() - Method in class com.toolsverse.etl.core.task.common.EvalTransformator
-
- isInlineTask() - Method in class com.toolsverse.etl.core.task.common.ExtractDimension
-
- isInlineTask() - Method in class com.toolsverse.etl.core.task.common.FileManagerTask
-
- isInlineTask() - Method in class com.toolsverse.etl.core.task.common.FileMerge
-
- isInlineTask() - Method in class com.toolsverse.etl.core.task.common.Filter
-
- isInlineTask() - Method in class com.toolsverse.etl.core.task.common.FilterDataSet
-
- isInlineTask() - Method in class com.toolsverse.etl.core.task.common.Intersect
-
- isInlineTask() - Method in class com.toolsverse.etl.core.task.common.Join
-
- isInlineTask() - Method in class com.toolsverse.etl.core.task.common.KeyValueNormTransformator
-
- isInlineTask() - Method in class com.toolsverse.etl.core.task.common.KeyValueTransformator
-
- isInlineTask() - Method in class com.toolsverse.etl.core.task.common.MailTask
-
- isInlineTask() - Method in class com.toolsverse.etl.core.task.common.Matrix
-
- isInlineTask() - Method in class com.toolsverse.etl.core.task.common.Minus
-
- isInlineTask() - Method in class com.toolsverse.etl.core.task.common.NormalizeNestedDataSet
-
- isInlineTask() - Method in class com.toolsverse.etl.core.task.common.Order
-
- isInlineTask() - Method in class com.toolsverse.etl.core.task.common.Pivot
-
- isInlineTask() - Method in class com.toolsverse.etl.core.task.common.Populate
-
- isInlineTask() - Method in class com.toolsverse.etl.core.task.common.RegexpTransformator
-
- isInlineTask() - Method in class com.toolsverse.etl.core.task.common.RemoveDuplicates
-
- isInlineTask() - Method in class com.toolsverse.etl.core.task.common.ScriptTask
-
- isInlineTask() - Method in class com.toolsverse.etl.core.task.common.SplitDataSet
-
- isInlineTask() - Method in class com.toolsverse.etl.core.task.common.SqlTask
-
- isInlineTask() - Method in class com.toolsverse.etl.core.task.common.Transpose
-
- isInlineTask() - Method in class com.toolsverse.etl.core.task.common.Union
-
- isInlineTask() - Method in class com.toolsverse.etl.core.task.common.Validator
-
- isInlineTask() - Method in class com.toolsverse.etl.core.task.common.XslTransormTask
-
- isInlineTask() - Method in class com.toolsverse.etl.core.task.oracle.OracleCopyTask
-
- isInlineTask() - Method in class com.toolsverse.etl.core.task.oracle.OracleExtractTask
-
- isInlineTask() - Method in class com.toolsverse.etl.core.task.oracle.OracleLoadTask
-
- isInner() - Method in class com.toolsverse.etl.core.engine.Scenario
-
Checks if this scenario is inner.
- isInnerDataSet() - Method in class com.toolsverse.etl.common.DataSet
-
Checks if it is inner data set.
- isInteger(double) - Static method in class com.toolsverse.util.Utils
-
Checks if number is integer (or long).
- isItem() - Method in class com.toolsverse.util.TreeNode
-
Checks if this node is an ITEM.
- isJndiConnection(String) - Method in class com.toolsverse.etl.sql.connection.AliasConnectionProvider
-
Checks if url implies JNDI connection.
- isJsonArray() - Method in class com.toolsverse.etl.common.FieldDef
-
Checks if field is json array.
- isKeepDataSet() - Method in class com.toolsverse.etl.core.engine.Destination
-
Checks if destination should keep data set if it is already exists
(default is false).
- isKey() - Method in class com.toolsverse.etl.common.FieldDef
-
Checks if this field is a part of the primary key.
- isLargeObject() - Method in class com.toolsverse.etl.common.FieldDef
-
Checks if field is CLOB or BLOB.
- isLargeObject(int) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Checks if fType is large object.
- isLoad(int) - Static method in class com.toolsverse.etl.core.util.EtlUtils
-
Checks if load needs to be performed during execution of the etl
scenario.
- isLoadActionSkipDeletesWithMerge() - Method in class com.toolsverse.etl.core.engine.Destination
-
Checks if is load should skip deletes with cdc merge.
- isLoadKeySet() - Method in class com.toolsverse.etl.core.engine.Destination
-
Checks if is load key set.
- isLocal() - Method in class com.toolsverse.storage.StorageProvider.StorageObject
-
Checks if scope is local.
- isLocalCommit() - Method in class com.toolsverse.etl.common.Alias
-
Checks if local commit field is set for the connection.
- isLogByDefault() - Method in class com.toolsverse.etl.core.service.EtlServiceImpl
-
- isLogByDefault() - Method in class com.toolsverse.etl.sql.service.SqlServiceImpl
-
- isLogByDefault() - Method in interface com.toolsverse.service.Loggable
-
Checks if service call should be logged by default.
- isMac() - Static method in class com.toolsverse.util.Utils
-
Checks if current OS is Mac.
- isMandatory() - Method in class com.toolsverse.etl.core.engine.Source
-
Checks if source is mandatory.
- isMarkedToDelete() - Method in class com.toolsverse.etl.common.FieldDef
-
Checks if field is mark to be deleted.
- isMaxRowsExceededException(Exception) - Method in class com.toolsverse.etl.connector.DataSetConnectorParams
-
Checks if is "max rows exceeded" exception has occurred.
- isMergeInNonCallableSupported() - Method in class com.toolsverse.etl.driver.AbstractDriver
-
- isMergeInNonCallableSupported() - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- isMergeInNonCallableSupported() - Method in interface com.toolsverse.etl.driver.Driver
-
Checks if "merge" statement can be not callable.
- isMergeInNonCallableSupported() - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- isMergeInNonCallableSupported() - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- isMergeInNonCallableSupported() - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- isMergeInNonCallableSupported() - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- isMergeInNonCallableSupported() - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- isMergeInNonCallableSupported() - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- isMergeMetrics() - Method in class com.toolsverse.etl.core.engine.Scenario
-
Checks if is merge metrics.
- isMetadataAlter() - Method in class com.toolsverse.etl.core.engine.Destination
-
Checks if etl process should check if the destination table should be
altered.
- isMetadataCreate() - Method in class com.toolsverse.etl.core.engine.Destination
-
Checks if etl process should check if the destination table should be
re-created.
- isMetadataDest() - Method in class com.toolsverse.etl.core.engine.Destination
-
Checks if is metadata dest.
- isMetadataOrder() - Method in class com.toolsverse.etl.core.engine.Destination
-
Checks if is metadata order.
- isMetadataSource() - Method in class com.toolsverse.etl.core.engine.Destination
-
Checks if is metadata source.
- isMetricsEnabled() - Method in interface com.toolsverse.etl.core.engine.Block
-
Checks if capturing metrics enabled.
- isMetricsEnabled() - Method in class com.toolsverse.etl.core.engine.Destination
-
- isMetricsEnabled() - Method in class com.toolsverse.etl.core.engine.Source
-
- isMetricsEnabled() - Method in class com.toolsverse.etl.core.engine.Task
-
Checks if is metrics enabled.
- isMetroUiReady() - Static method in class com.toolsverse.util.Utils
-
Checks if UI is metro style ready.
- isMultiLineRecord() - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Checks if "potentially multi line record" flag is set.
- isNestedField(String, String...) - Method in class com.toolsverse.etl.common.DataSet
-
Checks field represented by given name is a nested field.
- isNewConnection() - Method in class com.toolsverse.etl.core.engine.Destination
-
Checks if new destination connection should be created for each transformation.
- isNewConnection() - Method in class com.toolsverse.etl.core.engine.Source
-
Checks if new source connection should be created for each transformation.
- isNewConnectionSourceQuery() - Method in class com.toolsverse.etl.core.engine.Source
-
Checks if new connection should be created for each SQL in source query.
- isNix() - Static method in class com.toolsverse.util.Utils
-
Checks if current OS is Unix or Linux.
- isNoOriginalFileName() - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Checks if "no original file name" flag is set.
- isNoOwner() - Method in class com.toolsverse.etl.common.Alias
-
Checks if is no owner.
- isNoReader() - Method in class com.toolsverse.etl.core.engine.Destination
-
Checks if destination should have no reader.
- isNothing(Object) - Static method in class com.toolsverse.util.Utils
-
Returns true if object is null, or if object.toString().trim().length()
== 0.
- isNoWriter() - Method in class com.toolsverse.etl.core.engine.Destination
-
Checks if destination should have no writer.
- isNullable() - Method in class com.toolsverse.etl.common.FieldDef
-
Checks if field is nullable.
- isNullIfEmpty() - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
If true and the value of the string is "" return null.
- isNullIfEmpty() - Method in class com.toolsverse.etl.core.engine.LoadFunctionContext
-
If true and the value of the string is "" return null.
- isNumber(int) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Checks if fType is number.
- isNumber(String) - Static method in class com.toolsverse.util.Utils
-
Checks if string is number.
- isNumberOfDataColsSameAsFields() - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Checks if the number of data columns is the same as fields.
- isNumeric() - Method in class com.toolsverse.etl.common.FieldDef
-
Checks if field is numeric.
- ISO_8859_1 - Static variable in class com.toolsverse.util.Charsets
-
- isObjectsAsStrings() - Method in class com.toolsverse.etl.common.FieldDef
-
Checks if objects such as arrays, structs, etc should deserialized as
strings.
- isObjectsAsStrings() - Method in class com.toolsverse.etl.connector.sql.SqlConnectorParams
-
Checks if objects such as arrays, structs, etc should deserialized as strings.
- isOther() - Method in class com.toolsverse.etl.common.FieldDef
-
Checks if field is on the following data types: DISTINCT, REF, DATALINK.
- isOther(int) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Checks if fType is other.
- isOutParam(String) - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Checks if this is output parameter.
- isOverrideWildcrad() - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Checks if override wildcard file name in the tag.
- isParallel() - Method in interface com.toolsverse.etl.core.engine.Block
-
Checks if code for the particular scenario block can be executed in the
separate thread.
- isParallel() - Method in class com.toolsverse.etl.core.engine.Destination
-
- isParallel() - Method in class com.toolsverse.etl.core.engine.Source
-
- isParallelConnections() - Method in class com.toolsverse.etl.core.engine.Scenario
-
Checks if scenario requires parallel connections.
- isParallelInnerScenario() - Method in class com.toolsverse.etl.core.engine.Scenario
-
Checks if this is a parallel inner scenario.
- isParallelScenario() - Method in class com.toolsverse.etl.core.engine.Scenario
-
Checks if this is a parallel scenario.
- isParseAttrs() - Method in class com.toolsverse.etl.connector.xml.XmlObjectConnectorParams
-
Checks if connector should parse xml attributes.
- isParseCdata() - Method in class com.toolsverse.etl.connector.xml.XmlObjectConnectorParams
-
Checks if parse cdata.
- isParseDates() - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Checks if system should parse dates.
- isParseRootAttrs() - Method in class com.toolsverse.etl.connector.xml.XmlObjectConnectorParams
-
Checks if connector should parse xml attributes in the root node.
- isParticularException(Throwable, String) - Static method in class com.toolsverse.util.Utils
-
Checks if ex.getMessage() contains pattern.
- isPersistable() - Method in class com.toolsverse.mvc.model.Model.Attribute
-
Checks if attribute is persistable - cab be save to the storage such as xml, database, etc.
- isPersistMetaData() - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Checks if "is persist meta data" flag was set.
- isPoolable() - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- isPostPersistOccured() - Method in class com.toolsverse.etl.connector.DataSetConnectorParams
-
Checks if DataSetConnector#postPersist has been already called.
- isPostTask() - Method in interface com.toolsverse.etl.core.engine.OnTask
-
Checks if it is a post task.
- isPostTask() - Method in class com.toolsverse.etl.core.task.common.AddDimension
-
- isPostTask() - Method in class com.toolsverse.etl.core.task.common.CmdTask
-
- isPostTask() - Method in class com.toolsverse.etl.core.task.common.EvalTransformator
-
- isPostTask() - Method in class com.toolsverse.etl.core.task.common.ExtractDimension
-
- isPostTask() - Method in class com.toolsverse.etl.core.task.common.FileManagerTask
-
- isPostTask() - Method in class com.toolsverse.etl.core.task.common.FileMerge
-
- isPostTask() - Method in class com.toolsverse.etl.core.task.common.Filter
-
- isPostTask() - Method in class com.toolsverse.etl.core.task.common.FilterDataSet
-
- isPostTask() - Method in class com.toolsverse.etl.core.task.common.Intersect
-
- isPostTask() - Method in class com.toolsverse.etl.core.task.common.Join
-
- isPostTask() - Method in class com.toolsverse.etl.core.task.common.KeyValueNormTransformator
-
- isPostTask() - Method in class com.toolsverse.etl.core.task.common.KeyValueTransformator
-
- isPostTask() - Method in class com.toolsverse.etl.core.task.common.MailTask
-
- isPostTask() - Method in class com.toolsverse.etl.core.task.common.Matrix
-
- isPostTask() - Method in class com.toolsverse.etl.core.task.common.Minus
-
- isPostTask() - Method in class com.toolsverse.etl.core.task.common.NormalizeNestedDataSet
-
- isPostTask() - Method in class com.toolsverse.etl.core.task.common.Order
-
- isPostTask() - Method in class com.toolsverse.etl.core.task.common.Pivot
-
- isPostTask() - Method in class com.toolsverse.etl.core.task.common.Populate
-
- isPostTask() - Method in class com.toolsverse.etl.core.task.common.RegexpTransformator
-
- isPostTask() - Method in class com.toolsverse.etl.core.task.common.RemoveDuplicates
-
- isPostTask() - Method in class com.toolsverse.etl.core.task.common.ScriptTask
-
- isPostTask() - Method in class com.toolsverse.etl.core.task.common.SplitDataSet
-
- isPostTask() - Method in class com.toolsverse.etl.core.task.common.SqlTask
-
- isPostTask() - Method in class com.toolsverse.etl.core.task.common.Transpose
-
- isPostTask() - Method in class com.toolsverse.etl.core.task.common.Union
-
- isPostTask() - Method in class com.toolsverse.etl.core.task.common.Validator
-
- isPostTask() - Method in class com.toolsverse.etl.core.task.common.XslTransormTask
-
- isPostTask() - Method in class com.toolsverse.etl.core.task.oracle.OracleCopyTask
-
- isPostTask() - Method in class com.toolsverse.etl.core.task.oracle.OracleExtractTask
-
- isPostTask() - Method in class com.toolsverse.etl.core.task.oracle.OracleLoadTask
-
- isPreEtlTask() - Method in interface com.toolsverse.etl.core.engine.OnTask
-
Checks if it is a pre etl task.
- isPreEtlTask() - Method in class com.toolsverse.etl.core.task.common.AddDimension
-
- isPreEtlTask() - Method in class com.toolsverse.etl.core.task.common.CmdTask
-
- isPreEtlTask() - Method in class com.toolsverse.etl.core.task.common.EvalTransformator
-
- isPreEtlTask() - Method in class com.toolsverse.etl.core.task.common.ExtractDimension
-
- isPreEtlTask() - Method in class com.toolsverse.etl.core.task.common.FileManagerTask
-
- isPreEtlTask() - Method in class com.toolsverse.etl.core.task.common.FileMerge
-
- isPreEtlTask() - Method in class com.toolsverse.etl.core.task.common.Filter
-
- isPreEtlTask() - Method in class com.toolsverse.etl.core.task.common.FilterDataSet
-
- isPreEtlTask() - Method in class com.toolsverse.etl.core.task.common.Intersect
-
- isPreEtlTask() - Method in class com.toolsverse.etl.core.task.common.Join
-
- isPreEtlTask() - Method in class com.toolsverse.etl.core.task.common.KeyValueNormTransformator
-
- isPreEtlTask() - Method in class com.toolsverse.etl.core.task.common.KeyValueTransformator
-
- isPreEtlTask() - Method in class com.toolsverse.etl.core.task.common.MailTask
-
- isPreEtlTask() - Method in class com.toolsverse.etl.core.task.common.Matrix
-
- isPreEtlTask() - Method in class com.toolsverse.etl.core.task.common.Minus
-
- isPreEtlTask() - Method in class com.toolsverse.etl.core.task.common.NormalizeNestedDataSet
-
- isPreEtlTask() - Method in class com.toolsverse.etl.core.task.common.Order
-
- isPreEtlTask() - Method in class com.toolsverse.etl.core.task.common.Pivot
-
- isPreEtlTask() - Method in class com.toolsverse.etl.core.task.common.Populate
-
- isPreEtlTask() - Method in class com.toolsverse.etl.core.task.common.RegexpTransformator
-
- isPreEtlTask() - Method in class com.toolsverse.etl.core.task.common.RemoveDuplicates
-
- isPreEtlTask() - Method in class com.toolsverse.etl.core.task.common.ScriptTask
-
- isPreEtlTask() - Method in class com.toolsverse.etl.core.task.common.SplitDataSet
-
- isPreEtlTask() - Method in class com.toolsverse.etl.core.task.common.SqlTask
-
- isPreEtlTask() - Method in class com.toolsverse.etl.core.task.common.Transpose
-
- isPreEtlTask() - Method in class com.toolsverse.etl.core.task.common.Union
-
- isPreEtlTask() - Method in class com.toolsverse.etl.core.task.common.Validator
-
- isPreEtlTask() - Method in class com.toolsverse.etl.core.task.common.XslTransormTask
-
- isPreEtlTask() - Method in class com.toolsverse.etl.core.task.oracle.OracleCopyTask
-
- isPreEtlTask() - Method in class com.toolsverse.etl.core.task.oracle.OracleExtractTask
-
- isPreEtlTask() - Method in class com.toolsverse.etl.core.task.oracle.OracleLoadTask
-
- isPrePersistOccured() - Method in class com.toolsverse.etl.connector.DataSetConnectorParams
-
Checks if DataSetConnector#prePersist has been already called.
- isPreTask() - Method in interface com.toolsverse.etl.core.engine.OnTask
-
Checks if it is a pre task.
- isPreTask() - Method in class com.toolsverse.etl.core.task.common.AddDimension
-
- isPreTask() - Method in class com.toolsverse.etl.core.task.common.CmdTask
-
- isPreTask() - Method in class com.toolsverse.etl.core.task.common.EvalTransformator
-
- isPreTask() - Method in class com.toolsverse.etl.core.task.common.ExtractDimension
-
- isPreTask() - Method in class com.toolsverse.etl.core.task.common.FileManagerTask
-
- isPreTask() - Method in class com.toolsverse.etl.core.task.common.FileMerge
-
- isPreTask() - Method in class com.toolsverse.etl.core.task.common.Filter
-
- isPreTask() - Method in class com.toolsverse.etl.core.task.common.FilterDataSet
-
- isPreTask() - Method in class com.toolsverse.etl.core.task.common.Intersect
-
- isPreTask() - Method in class com.toolsverse.etl.core.task.common.Join
-
- isPreTask() - Method in class com.toolsverse.etl.core.task.common.KeyValueNormTransformator
-
- isPreTask() - Method in class com.toolsverse.etl.core.task.common.KeyValueTransformator
-
- isPreTask() - Method in class com.toolsverse.etl.core.task.common.MailTask
-
- isPreTask() - Method in class com.toolsverse.etl.core.task.common.Matrix
-
- isPreTask() - Method in class com.toolsverse.etl.core.task.common.Minus
-
- isPreTask() - Method in class com.toolsverse.etl.core.task.common.NormalizeNestedDataSet
-
- isPreTask() - Method in class com.toolsverse.etl.core.task.common.Order
-
- isPreTask() - Method in class com.toolsverse.etl.core.task.common.Pivot
-
- isPreTask() - Method in class com.toolsverse.etl.core.task.common.Populate
-
- isPreTask() - Method in class com.toolsverse.etl.core.task.common.RegexpTransformator
-
- isPreTask() - Method in class com.toolsverse.etl.core.task.common.RemoveDuplicates
-
- isPreTask() - Method in class com.toolsverse.etl.core.task.common.ScriptTask
-
- isPreTask() - Method in class com.toolsverse.etl.core.task.common.SplitDataSet
-
- isPreTask() - Method in class com.toolsverse.etl.core.task.common.SqlTask
-
- isPreTask() - Method in class com.toolsverse.etl.core.task.common.Transpose
-
- isPreTask() - Method in class com.toolsverse.etl.core.task.common.Union
-
- isPreTask() - Method in class com.toolsverse.etl.core.task.common.Validator
-
- isPreTask() - Method in class com.toolsverse.etl.core.task.common.XslTransormTask
-
- isPreTask() - Method in class com.toolsverse.etl.core.task.oracle.OracleCopyTask
-
- isPreTask() - Method in class com.toolsverse.etl.core.task.oracle.OracleExtractTask
-
- isPreTask() - Method in class com.toolsverse.etl.core.task.oracle.OracleLoadTask
-
- isProcOrFunc() - Method in class com.toolsverse.etl.core.engine.Destination
-
Checks if is destination is a stored procedure or function.
- isReaderMethod(Method) - Method in class com.toolsverse.mvc.model.ModelImpl
-
Checks if it is a reader method.
- isReadOnly() - Method in class com.toolsverse.etl.common.Alias
-
Checks if is read only.
- isReadOnly() - Method in class com.toolsverse.etl.sql.connection.SshConnection
-
- isReadOnly() - Method in class com.toolsverse.etl.sql.connection.StreamingConnection
-
- isReadOnlyMetadata() - Method in class com.toolsverse.etl.connector.DataSetConnectorParams
-
If true read only metadata and skip data.
- isReady() - Method in class com.toolsverse.etl.core.engine.Scenario
-
Checks if scenario is fully loaded and ready to be executed.
- isReady() - Method in interface com.toolsverse.etl.metadata.MetadataProvider
-
Checks if provider is ready.
- isReadyToCommit(Connection) - Method in class com.toolsverse.etl.core.connection.EtlConnectionFactoryImpl
-
- isReadyToCommit(Connection) - Method in interface com.toolsverse.etl.sql.connection.ConnectionFactory
-
Checks if connection is ready to commit.
- isReadyToCommit(Connection) - Method in class com.toolsverse.etl.sql.connection.ConnectionFactoryWrapper
-
- isReadyToCommit(Connection) - Method in class com.toolsverse.etl.sql.connection.DummyConnectionFactory
-
- isReadyToCommit(Connection) - Method in class com.toolsverse.etl.sql.connection.GenericConnectionFactory
-
- isReCreate() - Method in class com.toolsverse.etl.core.engine.Destination
-
Checks if the destination table must be re-created.
- isRedirected(HttpRequest, HttpResponse, HttpContext) - Method in class com.toolsverse.service.web.HttpClientFactory.FlexibleRedirectStrategy
-
- isRegexpSearch() - Method in class com.toolsverse.etl.metadata.DatabaseFilter
-
Checks if "regexp search" modifier is set.
- isRemoveEol() - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Check if connector needs to remove the EOL characters when creating the file.
- isReorder() - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Checks if columns should reordered suing order of vars before creating the files.
- isRequestStop() - Method in class com.toolsverse.etl.core.config.EtlConfig
-
Checks if user requested to stop the loop.
- isRetired() - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap.WeightedValue
-
If the entry was removed from the hash-table and is awaiting removal from
the page replacement policy.
- isReturnSql() - Method in class com.toolsverse.etl.sql.service.SqlRequest
-
If true the response will include actual executed sql.
- isRunning() - Method in interface com.toolsverse.util.concurrent.ParallelProgressCallback
-
Checks if any background task associated this object is running.
- isSavePoint() - Method in class com.toolsverse.etl.common.OnException
-
Checks if save point on exception enabled.
- isScientificNotation(String) - Static method in class com.toolsverse.util.Utils
-
Checks if string is a number in scientific notation.
- isScopeSet(int) - Method in class com.toolsverse.etl.common.Variable
-
Checks if given scope is set.
- isScopeSet(int) - Method in class com.toolsverse.etl.core.engine.Task
-
Checks if scope is set.
- isSelectStatement(String) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Checks if sql statement is in fact "select" statement.
- isServer() - Method in class com.toolsverse.config.SystemConfig
-
Checks if it is a server deployment.
- isSession() - Method in class com.toolsverse.storage.StorageProvider.StorageObject
-
Checks if scope is session.
- isSetterMethod(Method) - Method in class com.toolsverse.mvc.model.ModelImpl
-
Checks if it is a setter method.
- isSheetAlreadyExatractedException(Exception) - Method in class com.toolsverse.etl.connector.excel.ExcelConnectorParams
-
Checks if given exception is a "sheet already extracted" exception.
- isShowProgress() - Method in class com.toolsverse.util.concurrent.ConcurrentFeature
-
Checks if progress indicator is configured to be displayed.
- isSilent() - Method in class com.toolsverse.etl.connector.DataSetConnectorParams
-
Checks if "is silent" flag set.
- isSilentUpdate() - Method in class com.toolsverse.mvc.model.ModelImpl
-
Checks if "silent update" flag is set.
- isSingleton() - Method in class com.toolsverse.ext.loader.Unit
-
Checks if module should be a singleton.
- isSkipBad() - Method in class com.toolsverse.etl.connector.text.KeyValueConnectorParams
-
Checks if skip bad (not properly formatted) rows flag is enabled.
- isSkipBad() - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Checks if skip bad (not properly formatted) rows flag is enabled.
- isSkipDataSetField() - Method in class com.toolsverse.etl.connector.text.KeyValueConnectorParams
-
Checks if "skip column with datasets when writing data" flag was set.
- isSkipDataSetField() - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Checks if "skip column with datasets when writing data" flag was set.
- isSkipDataSetRow() - Method in class com.toolsverse.etl.connector.text.KeyValueConnectorParams
-
Checks if "skip rows with dataset column when writing data" flag was set.
- isSkipDataSetRow() - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Checks if "skip rows with dataset column when writing data" flag was set.
- isSkipEmpty() - Method in class com.toolsverse.etl.connector.excel.ExcelConnectorParams
-
Checks if empty rows should be ignored.
- isSkipEmpty() - Method in class com.toolsverse.etl.connector.text.KeyValueConnectorParams
-
Checks if "skip empty rows when reading data" flag was set.
- isSkipEmpty() - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Checks if "skip empty rows when reading data" flag was set.
- isSkipFirst() - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Checks if skip first row flag is enabled.
- isSkipWhenFewerColumns() - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Checks if is skip when fewer columns.
- isSkipWhenMoreColumns() - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Checks if is skip when more columns.
- isSsh() - Method in class com.toolsverse.etl.sql.connection.SshTunnel
-
Checks if ssh tunnel should be used.
- isStartsWith() - Method in class com.toolsverse.etl.metadata.DatabaseFilter
-
Checks if "STARTS WITH" modifier is set.
- isStopped() - Method in class com.toolsverse.util.FileWatcher
-
Checks if is stopped.
- isStream() - Method in class com.toolsverse.etl.core.engine.Destination
-
Checks if data should be streamed from the source to the destination.
- isStreaming() - Method in class com.toolsverse.etl.connector.DataSetConnectorParams
-
Checks if is streaming.
- isStreamingProcessor() - Method in class com.toolsverse.io.DirectProcessor
-
- isStreamingProcessor() - Method in class com.toolsverse.io.FileProcessor
-
- isStreamingProcessor() - Method in class com.toolsverse.io.FtpProcessor
-
- isStreamingProcessor() - Method in class com.toolsverse.io.HttpProcessor
-
- isStreamingProcessor() - Method in interface com.toolsverse.io.IoProcessor
-
Checks if this is a streaming processor.
- isStreamingProcessor() - Method in class com.toolsverse.io.MailProcessor
-
- isStreamingProcessor() - Method in class com.toolsverse.io.NullProcessor
-
- isStreamingProcessor() - Method in class com.toolsverse.io.SftpProcessor
-
- isStrIn(String, String...) - Static method in class com.toolsverse.util.Utils
-
Checks if gives string belongs to the given array of strings.
- isStripNotPrintable() - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Checks if system should strip not printable chars when writing.
- isStruct(int) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Checks if fType is struct.
- isStub() - Method in class com.toolsverse.etl.core.engine.Source
-
Checks if source is a stub.
- isSystemWindows() - Static method in class com.toolsverse.util.FilenameUtils
-
Determines if Windows file system is in use.
- isTableName(String) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Checks if given sql is a table name.
- isTagValueField() - Method in class com.toolsverse.etl.common.FieldDef
-
Checks if this field is an XML tag value.
- isTempTable() - Method in class com.toolsverse.etl.core.engine.Destination
-
Checks if destination is a temp table.
- isTerminated() - Method in class com.toolsverse.util.concurrent.ParallelExecutor
-
Checks if execution was terminated.
- isTextFormat() - Method in interface com.toolsverse.etl.connector.DataSetConnector
-
Checks if this is a connector for the text-based data format, such as
JOSN, XML, etc.
- isTextFormat() - Method in class com.toolsverse.etl.connector.excel.ExcelConnector
-
- isTextFormat() - Method in class com.toolsverse.etl.connector.excel.ExcelXlsxConnector
-
- isTextFormat() - Method in class com.toolsverse.etl.connector.html.HtmlConnector
-
- isTextFormat() - Method in class com.toolsverse.etl.connector.json.JsonConnector
-
- isTextFormat() - Method in class com.toolsverse.etl.connector.json.JsonDatasetConnector
-
- isTextFormat() - Method in class com.toolsverse.etl.connector.pdf.PdfConnector
-
- isTextFormat() - Method in class com.toolsverse.etl.connector.SourceConnector
-
- isTextFormat() - Method in class com.toolsverse.etl.connector.sql.SqlConnector
-
- isTextFormat() - Method in class com.toolsverse.etl.connector.text.ClobConnector
-
- isTextFormat() - Method in class com.toolsverse.etl.connector.text.KeyValueConnector
-
- isTextFormat() - Method in class com.toolsverse.etl.connector.text.TextConnector
-
- isTextFormat() - Method in class com.toolsverse.etl.connector.xml.XmlConnector
-
- isTextFormat() - Method in class com.toolsverse.etl.connector.xml.XmlObjectStreamingConnector
-
- isTime() - Method in class com.toolsverse.etl.common.FieldDef
-
Checks if field is time.
- isTime(int) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Checks if fType is time.
- isTimeFormat(String) - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Checks if given format string is a time format.
- isTimeOnly(Date, TimeZone) - Static method in class com.toolsverse.util.Utils
-
Checks if date is a time only.
- isTimestamp() - Method in class com.toolsverse.etl.common.FieldDef
-
Checks if field is timestamp.
- isTimestamp(int) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Checks if fType is timestamp.
- isTolerate() - Method in class com.toolsverse.etl.common.Variable
-
Checks if ignore any exception during function execution flag is set.
- isTrackFiles() - Method in class com.toolsverse.etl.core.connection.DefaultTransactionMonitor
-
- isTrackFiles() - Method in interface com.toolsverse.etl.sql.connection.TransactionMonitor
-
Checks if is track files flag is set.
- isTrackingEnabled() - Method in interface com.toolsverse.etl.common.ReadTracker
-
Checks if tracking is allowed.
- isTrackingEnabled() - Method in class com.toolsverse.etl.core.engine.Source
-
- isTrackMetrics() - Method in class com.toolsverse.etl.core.engine.Scenario
-
Checks if is track metrics.
- isTrimValue() - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Checks if should should trim column value.
- isTruncateUrl() - Method in class com.toolsverse.io.DirectProcessor
-
- isTruncateUrl() - Method in class com.toolsverse.io.FileProcessor
-
- isTruncateUrl() - Method in class com.toolsverse.io.FtpProcessor
-
- isTruncateUrl() - Method in class com.toolsverse.io.HttpProcessor
-
- isTruncateUrl() - Method in interface com.toolsverse.io.IoProcessor
-
Checks if url needs to be truncated (separated from the file name).
- isTruncateUrl() - Method in class com.toolsverse.io.MailProcessor
-
- isTruncateUrl() - Method in class com.toolsverse.io.NullProcessor
-
- isTruncateUrl() - Method in class com.toolsverse.io.SftpProcessor
-
- isUnique() - Method in class com.toolsverse.etl.connector.sql.SqlConnectorParams
-
Checks if is unique.
- isUnique(DataSet, int) - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
Checks if index is unique using given data set with indexes and row which
is a number of the index.
- isUnsignedInt(String) - Static method in class com.toolsverse.util.Utils
-
Checks if string is an unsigned int.
- isUpdateDirtyOnChange() - Method in class com.toolsverse.mvc.model.ModelImpl
-
Checks if "is update dirty on change" flag is set.
- isUpdateIndexOnChange() - Method in class com.toolsverse.etl.common.DataSet
-
Checks if index should be updated automatically.
- isUpdateIndexOnChange() - Method in class com.toolsverse.etl.core.engine.Source
-
Checks if index should be updated automatically.
- isUpdateLocation() - Method in class com.toolsverse.etl.core.config.EtlConfig
-
Checks if "update location" flag is set.
- isUrl(String) - Static method in class com.toolsverse.util.UrlUtils
-
Checks if given string a is a formally url.
- isUsedByOtherDestination() - Method in class com.toolsverse.etl.core.engine.Destination
-
Checks if this destination is used by other destination.
- isValid(int) - Method in class com.toolsverse.etl.sql.connection.SshConnection
-
- isValid(int) - Method in class com.toolsverse.etl.sql.connection.StreamingConnection
-
- isValidationFailed() - Method in class com.toolsverse.etl.common.DataSet
-
Checks if is validation failed.
- isValidDate(int, int, int) - Static method in class com.toolsverse.util.CalendarUtil
-
Checks whether the given day, month and year combination is a valid date
or not.
- isValidDate(int, int, int, int, int, int) - Static method in class com.toolsverse.util.CalendarUtil
-
Checks whether the given day, month, year, hour, minute and second
combination is a valid date or not.
- isValidDate(String) - Static method in class com.toolsverse.util.DateUtil
-
Checks whether the actual date of the given date string is valid.
- isValidDate(String, String) - Static method in class com.toolsverse.util.DateUtil
-
Checks whether the actual date of the given date string is valid based on
the given date format pattern.
- isValidPartOfSqlName(String) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
- isValidTime(int, int, int) - Static method in class com.toolsverse.util.CalendarUtil
-
Checks whether the given hour, minute and second combination is a valid
time or not.
- isVarChar(int) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Checks if type is varchar.
- isVarcharOnly() - Method in class com.toolsverse.etl.common.Alias
-
Checks if all fields are varchars only.
- isVarcharOnly(String) - Method in interface com.toolsverse.etl.common.FieldsRepository
-
Checks if all fields are varchars.
- isVarcharOnly(String) - Method in class com.toolsverse.etl.core.config.EtlConfig
-
- isVisible() - Method in class com.toolsverse.etl.common.FieldDef
-
Checks if field is visible.
- isWarning() - Method in exception com.toolsverse.etl.exception.EtlException
-
Checks if is warning.
- isWebService() - Method in class com.toolsverse.config.SystemConfig
-
Checks if it is a web service deployment.
- isWellKnownDriver(String) - Static method in class com.toolsverse.etl.common.FieldsRepository.FieldsRepositoryConfig
-
- isWildCard(String) - Static method in class com.toolsverse.util.FileUtils
-
Checks for wildcards in the file name.
- isWildcardParallel() - Method in class com.toolsverse.etl.core.engine.Source
-
Checks if parallel processing of wildcard sources is enabled.
- isWindows() - Static method in class com.toolsverse.util.Utils
-
Checks if current OS is Windows.
- isWrapperFor(Class<?>) - Method in class com.toolsverse.etl.sql.connection.SshConnection
-
- isWrapperFor(Class<?>) - Method in class com.toolsverse.etl.sql.connection.StreamingConnection
-
- isWrapperFor(Class<?>) - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- isWriterMethod(Method) - Method in class com.toolsverse.mvc.model.ModelImpl
-
Checks if it is a writer method.
- isXml() - Method in class com.toolsverse.etl.common.FieldDef
-
Checks if field is XML.
- isXml(int) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Checks if data type is xml.
- isXmlTag() - Method in class com.toolsverse.etl.connector.xml.XmlObjectConnectorParams
-
Checks if connector should add standard xml root tag when creating an
xml.
- ITEM_TYPE - Static variable in class com.toolsverse.util.TreeNode
-
ITEM which is not FOLDER
- itemStateChanged(ItemEvent) - Method in class com.toolsverse.mvc.view.wings.SComboBoxAdapter
-
- iterable() - Static method in class com.toolsverse.util.concurrentlinkedhashmap.Weighers
-
A weigher where the value is a Iterable and its weight is the
number of elements.
- iterator() - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentHashMapV8.CollectionView
-
Returns a "weakly consistent" iterator that will never
throw ConcurrentModificationException, and
guarantees to traverse elements as they existed upon
construction of the iterator, and may (but is not
guaranteed to) reflect any modifications subsequent to
construction.
- iterator() - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentHashMapV8.EntrySetView
-
- iterator() - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentHashMapV8.KeySetView
-
- iterator() - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentHashMapV8.ValuesView
-
- iterator() - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap.DiscardingQueue
-
- iterator - Variable in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap.EntryIterator
-
- iterator() - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap.EntrySet
-
- iterator - Variable in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap.KeyIterator
-
- iterator() - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap.KeySet
-
- iterator - Variable in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap.ValueIterator
-
- iterator() - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap.Values
-
- iterator() - Method in class com.toolsverse.util.concurrentlinkedhashmap.LinkedDeque
-
- iterator2List(Iterator<?>) - Static method in class com.toolsverse.util.CollectionUtils
-
Converts iterator to List
- sameDay(Calendar, Calendar) - Static method in class com.toolsverse.util.CalendarUtil
-
Returns true if the two given calendars are dated on the same
year, month and day.
- sameDay(Date, Date) - Static method in class com.toolsverse.util.DateUtil
-
Returns true if the two given dates are dated on the same year,
month and day.
- sameHour(Calendar, Calendar) - Static method in class com.toolsverse.util.CalendarUtil
-
Returns true if the two given calendars are dated on the same
year, month, day and hour.
- sameHour(Date, Date) - Static method in class com.toolsverse.util.DateUtil
-
Returns true if the two given dates are dated on the same year,
month, day and hour.
- sameMinute(Calendar, Calendar) - Static method in class com.toolsverse.util.CalendarUtil
-
Returns true if the two given calendars are dated on the same
year, month, day, hour and minute.
- sameMinute(Date, Date) - Static method in class com.toolsverse.util.DateUtil
-
Returns true if the two given dates are dated on the same year,
month, day, hour and minute.
- sameMonth(Calendar, Calendar) - Static method in class com.toolsverse.util.CalendarUtil
-
Returns true if the two given calendars are dated on the same
year and month.
- sameMonth(Date, Date) - Static method in class com.toolsverse.util.DateUtil
-
Returns true if the two given dates are dated on the same year
and month.
- sameSecond(Calendar, Calendar) - Static method in class com.toolsverse.util.CalendarUtil
-
Returns true if the two given calendars are dated on the same
year, month, day, hour, minute and second.
- sameSecond(Date, Date) - Static method in class com.toolsverse.util.DateUtil
-
Returns true if the two given dates are dated on the same year,
month, day, hour, minute and second.
- sameTime(Calendar, Calendar) - Static method in class com.toolsverse.util.CalendarUtil
-
Returns true if the two given calendars are dated on the same
time.
- sameYear(Calendar, Calendar) - Static method in class com.toolsverse.util.CalendarUtil
-
Returns true if the two given calendars are dated on the same
year.
- sameYear(Date, Date) - Static method in class com.toolsverse.util.DateUtil
-
Returns true if the two given dates are dated on the same year.
- SAS_LANG - Static variable in interface com.toolsverse.util.lang.ParserTypeFactory
-
SAS.
- save(String, Properties) - Method in class com.toolsverse.etl.sql.connection.BaseConnectionCallback
-
Save configuration.
- SAVE_HTTP_CODE_PROP - Static variable in class com.toolsverse.io.HttpProcessor
-
The SAVE HTTP CODE PROPERTY.
- SAVE_RESPONSE_HEADERS_PROP - Static variable in class com.toolsverse.io.HttpProcessor
-
The SAVE RESPONSE HEADERS PROPERTY.
- SAVE_RESPONSE_ON_ERROR_PROP - Static variable in class com.toolsverse.io.HttpProcessor
-
The SAVE_RESPONSE_ON_ERROR PROPERTY.
- saveFile(ByteArrayOutputStream, String) - Static method in class com.toolsverse.util.FileUtils
-
Create file using given output stream and file name.
- saveTempFile(ByteArrayOutputStream, String) - Static method in class com.toolsverse.util.FileUtils
-
Create file in the temporary folder using given stream and file name.
- saveTemplate(EtlConfig, String, String, Object, boolean) - Static method in class com.toolsverse.etl.core.task.common.FileManagerTask
-
Send the template to the given destination.
- saveTextFile(String, String) - Static method in class com.toolsverse.util.FileUtils
-
Saves the text file.
- SButtonAdapter - Class in com.toolsverse.mvc.view.wings
-
SButtonAdapter is a default implementation of the WingComponentAdapter for the SButton
- SButtonAdapter(View, SButton, long) - Constructor for class com.toolsverse.mvc.view.wings.SButtonAdapter
-
Instantiates a new SButtonAdapter.
- SC_REQUIRE_DEST_ATTR - Static variable in class com.toolsverse.etl.core.engine.Scenario
-
The Constant SC_REQUIRE_DEST_ATTR.
- SC_REQUIRE_SOURCE_ATTR - Static variable in class com.toolsverse.etl.core.engine.Scenario
-
The Constant SC_REQUIRE_SOURCE_ATTR.
- scale(BufferedImage, Object[]) - Method in class com.toolsverse.imaging.ImageProcessor
-
Scales the image
- SCALE_ATTR - Static variable in class com.toolsverse.etl.common.DataSet
-
The SCALE_ATTR attribute.
- ScaleTransformation - Class in com.toolsverse.imaging
-
ImageTransformation which implements "scale" algorithm.
- ScaleTransformation() - Constructor for class com.toolsverse.imaging.ScaleTransformation
-
- SCENARIO - Static variable in class com.toolsverse.etl.core.config.EtlConfig
-
The SCENARIO.
- Scenario - Class in com.toolsverse.etl.core.engine
-
This class defines an etl (extract, transfer, load) scenario.
- Scenario() - Constructor for class com.toolsverse.etl.core.engine.Scenario
-
Instantiates a new etl scenario.
- SCENARIO_ACTION - Static variable in class com.toolsverse.etl.core.config.EtlConfig
-
The SCENARIO_ACTION.
- SCENARIO_ACTION_ATTR - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
The SCENARIO_ACTION_ATTR.
- SCENARIO_ALLOWED_ACTIONS_NODE - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
The SCENARIO_ALLOWED_ACTIONS_NODE.
- SCENARIO_ATTR - Static variable in class com.toolsverse.etl.core.engine.Scenario
-
The Constant SCENARIO_ATTR.
- SCENARIO_CODEGEN_CLASS_NAME_NODE - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
The SCENARIO_CODEGEN_CLASS_NAME_NODE.
- SCENARIO_CONNECTION_NAME_NODE - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
The SCENARIO_CONNECTION_NAME_NODE.
- SCENARIO_DEF_FUNCTION_CLASS_NAME_NODE - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
The SCENARIO_DEF_FUNCTION_CLASS_NAME_NODE.
- SCENARIO_DESCRIPTION_NODE - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
The SCENARIO_DESCRIPTION_NODE.
- SCENARIO_DEST_CONNECTION_NAME - Static variable in class com.toolsverse.etl.core.config.EtlConfig
-
The SCENARIO_DEST_CONNECTION_NAME.
- SCENARIO_LOOP_CODE_ATTR - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
The SCENARIO_LOOP_CODE_ATTR.
- SCENARIO_LOOP_CONNECTION_ATTR - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
The SCENARIO_LOOP_CONNECTION_ATTR.
- SCENARIO_LOOP_COUNT_ATTR - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
The SCENARIO_LOOP_COUNT_ATTR.
- SCENARIO_LOOP_FIELD_ATTR - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
The SCENARIO_LOOP_FIELD_ATTR.
- SCENARIO_LOOP_LANG_ATTR - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
The SCENARIO_LOOP_LANG_ATTR.
- SCENARIO_LOOP_THREADS_ATTR - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
The SCENARIO_LOOP_THREADS_ATTR.
- SCENARIO_LOOP_VAR_ATTR - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
The SCENARIO_LOOP_VAR_ATTR.
- SCENARIO_LOOP_VAR_PATTERN_ATTR - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
The SCENARIO_LOOP_VAR_PATTERN_ATTR.
- SCENARIO_MAX_LOOP_ITERATIONS_ATTR - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
The SCENARIO_MAX_LOOP_ITERATIONS_ATTR.
- SCENARIO_NAME - Static variable in class com.toolsverse.etl.core.config.EtlConfig
-
The SCENARIO_NAME.
- SCENARIO_NAME_NODE - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
The SCENARIO_NAME_NODE.
- SCENARIO_NO_TEMP_ATTR - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
The Constant SCENARIO_NO_TEMP_ATTR.
- SCENARIO_NODE - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
The SCENARIO_NODE.
- SCENARIO_ON_EXECUTE_NODE - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
The SCENARIO_ON_EXECUTE_NODE.
- SCENARIO_ON_PERSIST_NODE - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
The SCENARIO_ON_PERSIST_NODE.
- SCENARIO_ON_POPULATE_NODE - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
The SCENARIO_ON_POPULATE_NODE.
- SCENARIO_ON_SAVE_NODE - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
The SCENARIO_ON_SAVE_NODE.
- SCENARIO_PARALLEL - Static variable in class com.toolsverse.etl.core.config.EtlConfig
-
The SCENARIO_PARALLEL.
- SCENARIO_PATH_PROP - Static variable in class com.toolsverse.etl.core.config.EtlConfig
-
The SCENARIO_PATH property.
- SCENARIO_REQUIRE_DEST_ATTR - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
The Constant SCENARIO_REQUIRE_DEST_ATTR.
- SCENARIO_REQUIRE_SOURCE_ATTR - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
The Constant SCENARIO_REQUIRE_SOURCE_ATTR.
- SCENARIO_SCRIPT_NAME_NODE - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
The SCENARIO_SCRIPT_NAME_NODE.
- SCENARIO_VAR_VALUE - Static variable in class com.toolsverse.etl.core.config.EtlConfig
-
The SCENARIO_VAR_VALUE.
- SCENARIO_VARIABLE_ATTR - Static variable in class com.toolsverse.etl.common.Variable
-
- SCENARIO_VARIABLE_ATTR - Static variable in class com.toolsverse.etl.core.function.DefFunctions
-
The GLOBAL VARIABLE ATTRIBUTE.
- SCENARIO_VARS - Static variable in class com.toolsverse.etl.core.config.EtlConfig
-
The SCENARIO_VARS.
- SCheckBoxAdapter - Class in com.toolsverse.mvc.view.wings
-
SCheckBoxAdapter is a default implementation of the WingComponentAdapter for the SCheckBox
- SCheckBoxAdapter(View, SCheckBox) - Constructor for class com.toolsverse.mvc.view.wings.SCheckBoxAdapter
-
Instantiates a new SCheckBoxAdapter.
- SCHEMA - Static variable in class com.toolsverse.etl.metadata.DatabaseFilter
-
SCHEMA.
- SComboBoxAdapter - Class in com.toolsverse.mvc.view.wings
-
SComboBoxAdapter is a default implementation of the WingComponentAdapter for the SComboBox
- SComboBoxAdapter(View, SComboBox) - Constructor for class com.toolsverse.mvc.view.wings.SComboBoxAdapter
-
Instantiates a new SComboBoxAdapter.
- SCOPE - Static variable in class com.toolsverse.etl.core.engine.Task
-
The DEST_SCOPE.
- SCOPE_AFTER_ATTR - Static variable in class com.toolsverse.etl.common.Variable
-
- SCOPE_AFTER_ATTR - Static variable in class com.toolsverse.etl.core.engine.Task
-
- SCOPE_ATTR - Static variable in class com.toolsverse.etl.common.Variable
-
- SCOPE_ATTR - Static variable in class com.toolsverse.etl.core.engine.Destination
-
The Constant SCOPE_ATTR.
- SCOPE_BEFORE_ATTR - Static variable in class com.toolsverse.etl.common.Variable
-
- SCOPE_GLOBAL - Static variable in class com.toolsverse.etl.core.engine.Destination
-
The global scope.
- SCOPE_INLINE_ATTR - Static variable in class com.toolsverse.etl.core.engine.Task
-
- SCOPE_ON_EXCEPTION_ATTR - Static variable in class com.toolsverse.etl.core.engine.Task
-
- SCOPE_PRE_ATTR - Static variable in class com.toolsverse.etl.core.engine.Task
-
- SCOPE_RUNTIME_ATTR - Static variable in class com.toolsverse.etl.common.Variable
-
- SCOPE_SINGLE - Static variable in class com.toolsverse.etl.core.engine.Destination
-
The single scope.
- script(LoadFunctionContext) - Method in class com.toolsverse.etl.core.function.DefFunctions
-
Executes script (typically JavaScript).
- Script - Class in com.toolsverse.util
-
This is a wrapper for the Java scripting engine.
- Script() - Constructor for class com.toolsverse.util.Script
-
Instantiates new Script object.
- SCRIPT_ATTR - Static variable in class com.toolsverse.etl.core.engine.Scenario
-
The Constant SCRIPT_ATTR.
- SCRIPT_FUNCTION - Static variable in class com.toolsverse.etl.core.function.DefFunctions
-
The SCRIPT_FUNCTION.
- ScriptResult - Class in com.toolsverse.util
-
The instance of this class is used to return values from Python scripts
- ScriptResult() - Constructor for class com.toolsverse.util.ScriptResult
-
- SCRIPTS_PATH - Static variable in class com.toolsverse.config.SystemConfig
-
SCRIPTS PATH suffix.
- ScriptTask - Class in com.toolsverse.etl.core.task.common
-
This can be a
Task.PRE,
Task.POST (default) or
Task.INLINE task which evaluates code in one of the supported script
languages (for example JavaScript).
- ScriptTask() - Constructor for class com.toolsverse.etl.core.task.common.ScriptTask
-
- SEARCH_STR - Static variable in class com.toolsverse.etl.metadata.DatabaseFilter
-
The SEARCH_STR modifier.
- searchDatabase(DatabaseFilter) - Method in class com.toolsverse.etl.metadata.BaseMetadata
-
- searchDatabase(DatabaseFilter) - Method in class com.toolsverse.etl.metadata.db2.Db2Metadata
-
- searchDatabase(DatabaseFilter) - Method in class com.toolsverse.etl.metadata.informix.InformixMetadata
-
- searchDatabase(DatabaseFilter) - Method in interface com.toolsverse.etl.metadata.Metadata
-
Search database objects.
- searchDatabase(DatabaseFilter) - Method in class com.toolsverse.etl.metadata.mysql.MySqlMetadata
-
- searchDatabase(DatabaseFilter) - Method in class com.toolsverse.etl.metadata.oracle.OracleMetadata
-
- searchDatabase(DatabaseFilter) - Method in class com.toolsverse.etl.metadata.postgres.PostgresMetadata
-
- searchDatabase(DatabaseFilter) - Method in class com.toolsverse.etl.metadata.sqlserver.MsSqlMetadata
-
- searchDatabase(DatabaseFilter) - Method in class com.toolsverse.etl.metadata.sqlserver.SybaseMetadata
-
- SEED_INCREMENT - Static variable in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentHashMapV8
-
Increment for counterHashCodeGenerator.
- Segment(float) - Constructor for class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentHashMapV8.Segment
-
- SELECT_TYPE - Static variable in interface com.toolsverse.etl.sql.service.SqlService
-
The SELECT_TYPE.
- selfDiscover(boolean) - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Self discover IO processor type.
- SEND_FROM_ATTR - Static variable in class com.toolsverse.etl.core.task.common.MailTask
-
- SEND_TO_ATTR - Static variable in class com.toolsverse.etl.core.task.common.MailTask
-
- sendMail(MailParams, String, String, String) - Static method in class com.toolsverse.io.Mailer
-
Send email.
- sendMail(MailParams) - Static method in class com.toolsverse.io.Mailer
-
Send email.
- SENSITIVE - Static variable in class com.toolsverse.util.IOCase
-
The constant for case sensitive regardless of operating system.
- separatorsToSystem(String) - Static method in class com.toolsverse.util.FilenameUtils
-
Converts all separators to the system separator.
- separatorsToUnix(String) - Static method in class com.toolsverse.util.FilenameUtils
-
Converts all separators to the Unix separator of forward slash.
- separatorsToWindows(String) - Static method in class com.toolsverse.util.FilenameUtils
-
Converts all separators to the Windows separator of backslash.
- SequentialCallable - Interface in com.toolsverse.util.concurrent
-
The class which requires execution of the callable with the given group name in order within the group
must implement this interface.
- SerializationProxy(ConcurrentLinkedHashMap<K, V>) - Constructor for class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap.SerializationProxy
-
- serialVersionUID - Static variable in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap.BoundedEntryWeigher
-
- serialVersionUID - Static variable in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap.SerializationProxy
-
- serialVersionUID - Static variable in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
-
- serialVersionUID - Static variable in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap.WriteThroughEntry
-
- serialVersionUID - Static variable in class com.toolsverse.util.concurrentlinkedhashmap.Weighers.EntryWeigherView
-
- SERVER_BASE_URL - Static variable in class com.toolsverse.config.SystemConfig
-
SERVER BASE URL property.
- SERVER_DEPLOYMENT - Static variable in class com.toolsverse.config.SystemConfig
-
SERVER DEPLOYMENT - server side deployment.
- SERVER_PARAM - Static variable in interface com.toolsverse.etl.driver.Driver
-
The server name.
- SERVER_URL - Static variable in class com.toolsverse.config.SystemConfig
-
SERVER URL property.
- Service - Interface in com.toolsverse.service
-
This interface defines a contract between the consumers of the service and the provider of the service.
- SERVICE_NAME_PROP - Static variable in class com.toolsverse.io.HttpProcessor
-
The service name property.
- ServiceFactory - Class in com.toolsverse.service
-
The ServiceFactory is a static class that provides a factory for the creation of instances of the type com.toolsverse.service.Service.
- ServiceFactory() - Constructor for class com.toolsverse.service.ServiceFactory
-
- ServiceLogger - Interface in com.toolsverse.service
-
Class which logs service invocations must implement this interface.
- ServiceLoggerManager - Class in com.toolsverse.service
-
This class delegates service invocation logging to the appropriate ServiceLogger.
- ServiceProxy - Class in com.toolsverse.service
-
The basis of each element in the service proxy stack.
- ServiceProxy() - Constructor for class com.toolsverse.service.ServiceProxy
-
- ServiceProxyLocal - Class in com.toolsverse.service
-
Local implementation of the ServiceProxy class.
- ServiceProxyLocal() - Constructor for class com.toolsverse.service.ServiceProxyLocal
-
- ServiceProxyWeb - Class in com.toolsverse.service.web
-
HTTP implementation of the abstract ServiceProxy class.
- ServiceProxyWeb() - Constructor for class com.toolsverse.service.web.ServiceProxyWeb
-
- ServiceProxyWebJson - Class in com.toolsverse.service.web
-
The extension of the
ServiceProxyWeb which is uses json to serialize/deserialize requests and responses.
- ServiceProxyWebJson() - Constructor for class com.toolsverse.service.web.ServiceProxyWebJson
-
- ServiceRequest - Class in com.toolsverse.service
-
The ServiceRequest is used if translation is required between request and response protocols (for example for Web services).
- ServiceRequest(Method, Object[], Class<? extends Service>, SecurityContext) - Constructor for class com.toolsverse.service.ServiceRequest
-
Instantiates a new ServiceRequest.
- ServiceResponse - Class in com.toolsverse.service
-
The ServiceResponse is used if translation is required between request and response protocols (for example for Web services).
- ServiceResponse(Object, Throwable) - Constructor for class com.toolsverse.service.ServiceResponse
-
Instantiates a new ServiceResponse.
- SESSION - Static variable in interface com.toolsverse.storage.StorageProvider
-
The SESSION scope.
- SessionConnectionProvider<C extends ConnectionParams> - Interface in com.toolsverse.etl.sql.connection
-
The ConnectionProvider which links connections to the current session.
- set(int, DataSetRecord) - Method in class com.toolsverse.etl.common.DataSetData
-
Sets the record at the index.
- set(int, Object) - Method in class com.toolsverse.etl.common.DataSetRecord
-
Sets the value at the index.
- set(String, V, boolean) - Method in class com.toolsverse.util.CaseInsensitiveListTreeMap
-
If value associated with the key doesn't (or equal to null) associates the specified value
with the specified key in this map and adds value to the end of the list.
- set() - Static method in class com.toolsverse.util.concurrentlinkedhashmap.Weighers
-
A weigher where the value is a Set and its weight is the number
of elements.
- set(K, V, boolean) - Method in class com.toolsverse.util.ListHashMap
-
If value associated with the key doesn't (or equal to null) associates
the specified value with the specified key in this map and adds value to
the end of the list.
- setAction(String) - Method in class com.toolsverse.etl.core.engine.FileMetrics
-
Sets the action.
- setAction(int) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Sets the action.
- setActualBatchWindow(int) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the actual batch window.
- setActualConnectionName(String) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the actual connection name.
- setActualData(Object) - Method in class com.toolsverse.etl.common.DataSet
-
Sets the additional data associated with data set.
- setActualIndex(int) - Method in class com.toolsverse.etl.connector.text.TextFilter
-
Sets the actual index.
- setActualLoadAction(String) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the actual load action.
- setAddCommentToTagName(boolean) - Method in class com.toolsverse.etl.connector.xml.XmlObjectConnectorParams
-
Sets the adds the comment to tag name.
- setAddFieldValueCallback(AddFieldValueCallback) - Method in class com.toolsverse.etl.connector.DataSetConnectorParams
-
Sets the AddFieldValueCallback object.
- setAdditionalInfo(String) - Method in class com.toolsverse.etl.common.DataSet
-
Sets the additional info, such as transformation type.
- setAddRecordCallback(AddRecordCallback) - Method in class com.toolsverse.etl.connector.DataSetConnectorParams
-
Sets the AddRecordCallback object.
- setAdjustDataTypes(boolean) - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Sets the adjust data types.
- setAfter(String) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the block of code which is executed after all auto generated and
conditional blocks of the destination.
- setAfterCallback(AfterCallback) - Method in class com.toolsverse.etl.connector.DataSetConnectorParams
-
Sets the AfterCallback object.
- setAfterTasks(ListHashMap<String, Task>) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Sets the tasks executed after ETL.
- setAliasesMap(Map<String, Alias>) - Method in class com.toolsverse.etl.core.config.EtlConfig
-
Sets the map of aliases.
- setAllowedActions(String) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Sets the allowed actions.
- setAllStrings(boolean) - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Sets the "all strings" which controls whether all fields should have a
string data type.
- setAlter(boolean) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the flag which controls if the destination table must be altered.
- setAlwaysEncloseTableAndColumnsInQuotes(boolean) - Method in class com.toolsverse.etl.common.Alias
-
Sets the always enclose table and columns in quotes.
- setAlwaysEncloseTableAndColumnsInQuotes(boolean) - Method in class com.toolsverse.etl.driver.AbstractDriver
-
- setAlwaysEncloseTableAndColumnsInQuotes(boolean) - Method in interface com.toolsverse.etl.driver.Driver
-
Sets the value of the flag "always enclose table and columns in quotes".
- setAlwaysQuote(boolean) - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Sets the always quote property.
- setAnyField(Object, String, Object) - Static method in class com.toolsverse.util.Utils
-
Sets value for any field, including private.
- setAppHome(String) - Method in class com.toolsverse.util.collector.AppInfo
-
Sets the app home folder.
- setAppRoot(String) - Method in class com.toolsverse.util.collector.AppInfo
-
Sets the app root folder.
- setArray(int, Array) - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- setAsciiStream(int, InputStream, int) - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- setAsciiStream(int, InputStream, long) - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- setAsciiStream(int, InputStream) - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- setAsciiStream(String, InputStream) - Method in class com.toolsverse.etl.sql.NamedParameterPreparedStatement
-
- setAsynchronous(int) - Method in class com.toolsverse.etl.core.engine.Task
-
Sets the asynchronous flag.
- setAttribute(boolean) - Method in class com.toolsverse.etl.common.FieldDef
-
Makes field an XML attribute.
- setAttributeClass(Class<?>) - Method in class com.toolsverse.mvc.model.Model.Attribute
-
Sets the attribute class.
- setAttributeValue(String, Object) - Method in class com.toolsverse.mvc.model.ModelImpl
-
Sets the new attribute value.
- setAttrs(Map<String, String>) - Method in class com.toolsverse.etl.common.Variable
-
Sets the attributes.
- setAttrs(Map<String, String>) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Sets the attributes.
- setAttrValue(String, String) - Method in class com.toolsverse.etl.common.Variable
-
Sets the attribute value.
- setAttrValue(String, String) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Sets the attribute value.
- setAutoCommit(boolean) - Method in class com.toolsverse.etl.common.Alias
-
Sets the auto commit flag.
- setAutoCommit(boolean) - Method in class com.toolsverse.etl.sql.connection.SshConnection
-
- setAutoCommit(boolean) - Method in class com.toolsverse.etl.sql.connection.StreamingConnection
-
- setAutoCommit(boolean) - Method in class com.toolsverse.etl.sql.service.SqlRequest
-
Sets the auto commit flag.
- setAutoIncrement(boolean) - Method in class com.toolsverse.etl.common.FieldDef
-
Sets the auto increment flag for the field.
- setAutoSelectLoadKey(boolean) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the auto select load key.
- setBatchWindow(int) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the batch window.
- setBcc(String) - Method in class com.toolsverse.io.MailParams
-
Sets the bcc.
- setBeforeCallback(BeforeCallback) - Method in class com.toolsverse.etl.connector.DataSetConnectorParams
-
Sets the AfterCallback object.
- setBeforeEtlTasks(ListHashMap<String, Task>) - Method in interface com.toolsverse.etl.core.engine.Block
-
Sets the tasks which are executed before etl framework starts processing
the DataSet object associated with the particular scenario
block but after initializing is done.
- setBeforeEtlTasks(ListHashMap<String, Task>) - Method in class com.toolsverse.etl.core.engine.Destination
-
- setBeforeEtlTasks(ListHashMap<String, Task>) - Method in class com.toolsverse.etl.core.engine.Source
-
- setBeforePrepareSourceQuery(String) - Method in class com.toolsverse.etl.core.engine.Source
-
Sets the JavaScript code to execute before prepare source query.
- setBeforeTasks(ListHashMap<String, Task>) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Set the tasks executed before ETL.
- setBehaviorMask(long) - Method in class com.toolsverse.mvc.view.ComponentAdapter
-
Sets the behavior modification mask.
- setBestMatch(FieldDef) - Method in class com.toolsverse.etl.common.FieldDef
-
Sets the best match.
- setBigDecimal(int, BigDecimal) - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- setBigDecimal(String, BigDecimal) - Method in class com.toolsverse.etl.sql.NamedParameterPreparedStatement
-
- setBinaryStream(int, InputStream, int) - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- setBinaryStream(int, InputStream, long) - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- setBinaryStream(int, InputStream) - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- setBinaryStream(String, InputStream, int) - Method in class com.toolsverse.etl.sql.NamedParameterPreparedStatement
-
- setBindVar(PreparedStatement, Object, int) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Sets the bind variable.
- setBindVar(PreparedStatement, Object, int, int) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Sets the bind variable.
- setBindVar(PreparedStatement, String, int) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Sets the bind variable.
- setBindVar(PreparedStatement, String, int, int) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Sets the bind variable.
- setBindVarAndRegisterOutputParams(PreparedStatement, Object, int, Driver) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Sets the bind var and register output parameters.
- setBindVariables(PreparedStatement, Map<String, Object>, Map<String, List<Integer>>, List<String>, Driver) - Method in class com.toolsverse.etl.parser.GenericSqlParser
-
- setBindVariables(String, Map<String, Object>) - Method in class com.toolsverse.etl.parser.GenericSqlParser
-
- setBindVariables(PreparedStatement, Map<String, Object>, Map<String, List<Integer>>, List<String>, Driver) - Method in interface com.toolsverse.etl.parser.SqlParser
-
Sets the bind variables for the given prepared statement, including registering output parameters if any exist.
- setBindVariables(String, Map<String, Object>) - Method in interface com.toolsverse.etl.parser.SqlParser
-
Sets the bind variables using given properties.
- setBindVarName(String) - Method in class com.toolsverse.etl.core.engine.LoadFunctionContext
-
Sets the bind variable name.
- setBindVars(PreparedStatement, List<TypedKeyValue<String, Object>>, Driver) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Sets the bind variables.
- setBlob(PreparedStatement, Object, int) - Method in class com.toolsverse.etl.driver.CallableDriver
-
- setBlob(PreparedStatement, Object, int) - Method in interface com.toolsverse.etl.driver.Driver
-
Sets the blob field.
- setBlob(PreparedStatement, Object, int) - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- setBlob(int, Blob) - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- setBlob(int, InputStream, long) - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- setBlob(int, InputStream) - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- setBlob(PreparedStatement, Object, int) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Sets the blob.
- setBlockName(String) - Method in exception com.toolsverse.etl.exception.EtlException
-
Sets the block name.
- setBlockType(Block.BlockType) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the block type.
- setBlockType(Block.BlockType) - Method in class com.toolsverse.etl.core.engine.Source
-
Sets the block type.
- setBoolean(int, boolean) - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- setBoolean(String, boolean) - Method in class com.toolsverse.etl.sql.NamedParameterPreparedStatement
-
- setBooleanAsNumber(boolean) - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Sets the value of the property "boolean as number".
- setByte(int, byte) - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- setByte(String, byte) - Method in class com.toolsverse.etl.sql.NamedParameterPreparedStatement
-
- setBytes(int, byte[]) - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- setBytes(String, byte[]) - Method in class com.toolsverse.etl.sql.NamedParameterPreparedStatement
-
- setCache(Cache<String, Object>) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the cache associated with the destination.
- setCacheProvider(CacheProvider<String, Object>) - Method in class com.toolsverse.etl.connector.DataSetConnectorParams
-
Sets the cache provider.
- setCalculatedTableName(String) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the calculated table name.
- setCanCommit(boolean) - Method in class com.toolsverse.etl.sql.service.SqlResult
-
Sets the "can commit" flag.
- setCanRollback(boolean) - Method in class com.toolsverse.etl.sql.service.SqlResult
-
Sets the "can rollback" rollback.
- setCapacity(long) - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
-
Sets the maximum weighted capacity of the map and eagerly evicts entries
until it shrinks to the appropriate size.
- setCaptureComments(boolean) - Method in class com.toolsverse.etl.connector.xml.XmlObjectConnectorParams
-
- setCaptureLog(boolean) - Method in class com.toolsverse.etl.sql.service.SqlRequest
-
Sets the value of the "capture log" flag.
- setCaseSensitive(int) - Method in class com.toolsverse.etl.driver.AbstractDriver
-
- setCaseSensitive(int) - Method in interface com.toolsverse.etl.driver.Driver
-
Sets the case sensitive attribute.
- setCaseSensitive(boolean) - Method in class com.toolsverse.etl.metadata.DatabaseFilter
-
Sets the "CASE_SENSITIVE" modifier.
- setCatalog(String) - Method in class com.toolsverse.etl.common.Alias
-
Sets the catalog.
- setCatalog(String) - Method in class com.toolsverse.etl.metadata.DatabaseFilter
-
Sets the catalog.
- setCatalog(String) - Method in class com.toolsverse.etl.sql.connection.SshConnection
-
- setCatalog(String) - Method in class com.toolsverse.etl.sql.connection.StreamingConnection
-
- setCc(String) - Method in class com.toolsverse.io.MailParams
-
Sets the cc.
- setCData(Object) - Method in class com.toolsverse.etl.common.Alias
-
Sets the cdata.
- setCdata(boolean) - Method in class com.toolsverse.etl.common.FieldDef
-
Sets the cdata flag for the field.
- setCdata(Object) - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Sets the cdata.
- setCharacterStream(int, Reader, int) - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- setCharacterStream(int, Reader, long) - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- setCharacterStream(int, Reader) - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- setCharSeparator(String) - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Sets the char separator.
- setCheckKeyField(boolean) - Method in class com.toolsverse.etl.connector.sql.SqlConnectorParams
-
Sets the "check key field: flag.
- setChildren(List<TreeNode>) - Method in class com.toolsverse.util.TreeNode
-
Sets the list of the children to this node.
- setClassName(String) - Method in class com.toolsverse.etl.core.engine.Task
-
Sets the class name.
- setClassPath(String) - Method in class com.toolsverse.ext.loader.Unit
-
Sets the class path.
- setCleanUpPersistOccurred(boolean) - Method in class com.toolsverse.etl.connector.DataSetConnectorParams
-
Sets the flag "clean up has occurred".
- setCleanUpPersistOccurred(boolean) - Method in class com.toolsverse.etl.connector.text.KeyValueConnectorParams
-
- setCleanUpPersistOccurred(boolean) - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
- setClientAddr(String) - Method in class com.toolsverse.util.collector.AppInfo
-
Sets the client address.
- setClientHost(String) - Method in class com.toolsverse.util.collector.AppInfo
-
Sets the client host name.
- setClientInfo(String, String) - Method in class com.toolsverse.etl.sql.connection.SshConnection
-
- setClientInfo(Properties) - Method in class com.toolsverse.etl.sql.connection.SshConnection
-
- setClientInfo(String, String) - Method in class com.toolsverse.etl.sql.connection.StreamingConnection
-
- setClientInfo(Properties) - Method in class com.toolsverse.etl.sql.connection.StreamingConnection
-
- setClob(PreparedStatement, Object, int) - Method in class com.toolsverse.etl.driver.CallableDriver
-
- setClob(PreparedStatement, Object, int) - Method in interface com.toolsverse.etl.driver.Driver
-
Sets the clob field.
- setClob(PreparedStatement, Object, int) - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- setClob(int, Clob) - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- setClob(int, Reader, long) - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- setClob(int, Reader) - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- setClob(PreparedStatement, Object, int) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Sets the clob.
- setCloseInput(boolean) - Method in class com.toolsverse.etl.connector.DataSetConnectorParams
-
Sets the flag "close input stream".
- setCloseOutput(boolean) - Method in class com.toolsverse.etl.connector.DataSetConnectorParams
-
Sets the flag "close output stream".
- setCode(String) - Method in class com.toolsverse.etl.common.Variable
-
Sets the code.
- setCode(TextFilter.TextFilterCode) - Method in class com.toolsverse.etl.connector.text.TextFilter
-
Sets the code.
- setCode(String) - Method in class com.toolsverse.etl.core.engine.EtlResponse
-
Sets the last executed code(sql).
- setCode(String) - Method in class com.toolsverse.etl.core.engine.RunningEtlTask
-
Sets the code.
- setCode(String) - Method in class com.toolsverse.etl.core.engine.Task
-
Sets the code.
- setCode(String) - Method in class com.toolsverse.etl.core.function.BindVarReturnValue
-
Sets the code which will be used in the automatically generated SQL.
- setCodeGenClass(String) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Sets the code generator class name.
- setColumnName(String) - Method in class com.toolsverse.etl.connector.text.ClobConnectorParams
-
Sets the column name.
- setCommitEachBlock(boolean) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Sets the "commit each block" flag.
- setCommitPolicy(StreamingCommitPolicy) - Method in class com.toolsverse.etl.connector.BaseDataSetConnector
-
Sets the commit policy.
- setCommitPolicy(StreamingCommitPolicy) - Method in class com.toolsverse.etl.core.engine.Source
-
Sets the commit policy.
- setCommitPolicy(StreamingCommitPolicy) - Method in interface com.toolsverse.io.StreamingConnector
-
Sets the commit policy.
- setCommitWhenDone(boolean) - Method in class com.toolsverse.etl.core.engine.Task
-
Sets the "commit when done" flag.
- setCondition(String) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the condition, usually sql, executed before the code for the
destination.
- setConditionCode(String) - Method in class com.toolsverse.etl.common.ConditionalExecution
-
Sets the condition code.
- setConditionConnectionName(String) - Method in class com.toolsverse.etl.common.ConditionalExecution
-
Sets the condition connection name.
- setConditionLang(String) - Method in class com.toolsverse.etl.common.ConditionalExecution
-
Sets the condition language.
- setConfig(EtlConfig) - Method in class com.toolsverse.etl.core.engine.LoadFunctionContext
-
Sets the etl config associated with the current etl process.
- setConnection(Connection) - Method in class com.toolsverse.etl.common.DataSet
-
Sets the connection.
- setConnection(Connection) - Method in interface com.toolsverse.etl.core.engine.Block
-
Sets the actual JDBC connection associated with the scenario block.
- setConnection(Connection) - Method in class com.toolsverse.etl.core.engine.Destination
-
- setConnection(Connection) - Method in class com.toolsverse.etl.core.engine.Source
-
- setConnection(Connection) - Method in class com.toolsverse.etl.core.engine.Task
-
Sets the connection.
- setConnectionFactory(EtlConnectionFactory) - Method in class com.toolsverse.etl.core.connection.DefaultTransactionMonitor
-
- setConnectionFactory(EtlConnectionFactory) - Method in interface com.toolsverse.etl.sql.connection.TransactionMonitor
-
Sets the connection factory.
- setConnectionName(String) - Method in interface com.toolsverse.etl.core.engine.Block
-
Sets the name of the connection associated with the scenario block.
- setConnectionName(String) - Method in class com.toolsverse.etl.core.engine.Destination
-
- setConnectionName(String) - Method in class com.toolsverse.etl.core.engine.Source
-
- setConnectionName(String) - Method in class com.toolsverse.etl.core.engine.Task
-
Sets the connection name.
- setConnectionParamsProvider(ConnectionParamsProvider<Alias>) - Method in class com.toolsverse.etl.sql.service.SqlRequest
-
Sets the connection params provider.
- setConnectorClassName(String) - Method in class com.toolsverse.etl.common.Alias
-
Sets the connector class name.
- setConstraints(S) - Method in class com.toolsverse.etl.sql.connection.StreamingConnection
-
Sets the constraints.
- setConsumer(DataConsumer<String>) - Method in class com.toolsverse.io.DirectProcessor
-
Sets the consumer.
- setContains(boolean) - Method in class com.toolsverse.etl.metadata.DatabaseFilter
-
Sets the "contains" modifier.
- setContentType(String) - Method in class com.toolsverse.io.MailParams
-
Sets the content type.
- setContext(String) - Method in class com.toolsverse.util.filter.BaseFilterContext
-
Sets the context.
- setContinue(boolean) - Method in class com.toolsverse.io.IoStatus
-
Sets the continue.
- setController(Controller) - Method in interface com.toolsverse.mvc.view.View
-
Sets the controller for the view
- setController(Controller) - Method in class com.toolsverse.mvc.view.ViewImpl
-
- setControllerAdapter(ControllerAdapter) - Method in class com.toolsverse.mvc.controller.ControllerBundle
-
Sets the controller adapter.
- setConvertNameToSqlName(boolean) - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Sets the "convert name to sql name" flag.
- setConvertNull(boolean) - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Sets the convert null.
- setCount(int) - Method in class com.toolsverse.util.AvgNumber
-
Sets the count.
- setCreatedToHandleFileLoop(boolean) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Sets the value for the flag "created to handle file loop".
- setCreateIndexes(boolean) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the value of the "create indexes when creating a table from the
source" flag.
- setCreateTableTemplate(String) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the creates the table template.
- setCrudAction(String) - Method in class com.toolsverse.etl.common.DataSetRecord
-
Sets the crud action.
- setCrudAction(String) - Method in class com.toolsverse.etl.connector.BaseStreamingPackage
-
- setCrudAction(String) - Method in class com.toolsverse.etl.connector.DataSetConnectorParams
-
Sets the crud action.
- setCrudAction(String) - Method in interface com.toolsverse.io.StreamingPackage
-
Sets the CRUD action.
- setCurrentCode(Driver, String, int) - Method in class com.toolsverse.etl.core.codegen.DefaultCodeGen
-
Sets the current code.
- setCurrentDatabase(String) - Method in class com.toolsverse.etl.metadata.BaseMetadata
-
Sets the current database.
- setCurrentNode(TreeNode) - Method in class com.toolsverse.util.TreeNode
-
Sets the current node for the tree.
- setCurrentNumberOfExtractedRecords(String, Long) - Method in class com.toolsverse.etl.core.engine.EtlMetricsTracker
-
Sets the current number of extracted records.
- setCurrentNumberOfLoadedRecords(String, Long) - Method in class com.toolsverse.etl.core.engine.EtlMetricsTracker
-
Sets the current number of loaded records.
- setCurrentOnly(boolean) - Method in class com.toolsverse.etl.common.Alias
-
Sets the current only.
- setCurrentRecord(DataSetRecord) - Method in class com.toolsverse.etl.common.DataSet
-
Sets the current record.
- setCurrentRecord(DataSetRecord) - Method in class com.toolsverse.etl.common.FunctionContext
-
Sets the current record of the data set.
- setCurrentRow(int) - Method in class com.toolsverse.etl.connector.excel.ExcelConnectorParams
-
Sets the current row.
- setCurrentValue(Object) - Method in class com.toolsverse.etl.common.FunctionContext
-
Sets the value of the current field of the current record of the data set.
- setCursorName(String) - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- setCursorSql(String) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the cursor sql.
- setCursorTableName(String) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the name of the source table for the cursor.
- setCursorTableType(String) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the type of the source table for the cursor.
- setData(Object) - Method in class com.toolsverse.config.EtlThreadContext
-
Sets the data.
- setData(String) - Method in class com.toolsverse.etl.common.Alias
-
Sets the data.
- setData(DataSetData) - Method in class com.toolsverse.etl.common.DataSet
-
Sets the data.
- setData(Object) - Method in class com.toolsverse.etl.common.DataSetRecord
-
Sets the data associated with a record.
- setData(Object) - Method in class com.toolsverse.etl.common.FieldDef
-
Sets the data associated with a field.
- setData(String) - Method in class com.toolsverse.io.IoStatus
-
Sets the data.
- setDatabase(String) - Method in class com.toolsverse.etl.common.Alias
-
Sets the database.
- setDataObjectToRead(String) - Method in class com.toolsverse.etl.common.DataSet
-
Sets the name of the data object to read.
- setDataReaderClassName(String) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the class name of the data reader.
- setDataReaderClassName(String) - Method in class com.toolsverse.etl.core.engine.Source
-
Sets the data reader class name.
- setDataReaderParams(Map<String, String>) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the data reader params.
- setDataReaderParams(Map<String, String>) - Method in class com.toolsverse.etl.core.engine.Source
-
Sets the data reader params.
- setDataSet(DataSet) - Method in class com.toolsverse.etl.connector.BaseStreamingPackage
-
Sets the data set.
- setDataSet(DataSet) - Method in class com.toolsverse.etl.connector.SourceConnectorParams
-
Set data set.
- setDataSet(DataSet, boolean) - Method in interface com.toolsverse.etl.core.engine.Block
-
Sets the DataSet object associated with the scenario block.
- setDataSet(DataSet, boolean) - Method in class com.toolsverse.etl.core.engine.Destination
-
- setDataSet(DataSet, boolean) - Method in class com.toolsverse.etl.core.engine.Source
-
- setDataSet(DataSet) - Method in class com.toolsverse.etl.core.engine.Task
-
Sets the data set.
- setDataSet(DataSet) - Method in class com.toolsverse.etl.core.engine.TaskResult
-
Sets the data set.
- setDataSetIndex(Map<String, DataSetRecord>) - Method in class com.toolsverse.etl.common.DataSet
-
Sets the index..
- setDataSize(String) - Method in class com.toolsverse.etl.common.FieldDef
-
Sets the data size.
- setDataTypeInArray(int) - Method in class com.toolsverse.etl.common.FieldDef
-
Sets the data type in array.
- setDataWriterClassName(String) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the data writer class name.
- setDataWriterClassName(String) - Method in class com.toolsverse.etl.core.engine.Source
-
Sets the data writer class name.
- setDataWriterParams(Map<String, String>) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the data writer params.
- setDataWriterParams(Map<String, String>) - Method in class com.toolsverse.etl.core.engine.Source
-
Sets the data writer params.
- setDate(int, Date) - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- setDate(int, Date, Calendar) - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- setDate(String, Date) - Method in class com.toolsverse.etl.sql.NamedParameterPreparedStatement
-
- setDate(Date, int, int, TimeZone) - Static method in class com.toolsverse.util.Utils
-
Sets the value for the specific calendar field using given TimeZone.
- setDateCellStyle(CellStyle) - Method in class com.toolsverse.etl.connector.excel.ExcelConnectorParams
-
Sets the date cell style.
- setDateFormat(String) - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Sets the date format.
- setDateTimeCellStyle(CellStyle) - Method in class com.toolsverse.etl.connector.excel.ExcelConnectorParams
-
Sets the date time cell style.
- setDateTimeFormat(String) - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Sets the date time format.
- setDateToBeginningOfTime(Date) - Static method in class com.toolsverse.util.Utils
-
Sets the date to beginning of time.
- setDebugInfo(String) - Method in class com.toolsverse.etl.core.engine.EtlResponse
-
Sets the debug information.
- setDecimal(boolean) - Method in class com.toolsverse.etl.sql.util.TypeAndValue
-
Sets the "is decimal" flag.
- setDeclare(String) - Method in class com.toolsverse.etl.common.Variable
-
Sets the declare code.
- setDefaultFields(String) - Method in class com.toolsverse.etl.common.Alias
-
Sets the template.
- setDefaultFromVar(Map<String, Object>, String, String) - Method in class com.toolsverse.etl.core.engine.Task
-
Sets the default value to the model attribute using given variable.
- setDefaultFromVar(Map<String, Object>, String, String, String) - Method in class com.toolsverse.etl.core.engine.Task
-
Sets the default value to the model attribute using given variable.
- setDefaultFunctionClass(String) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Sets the default function class name.
- setDefaults(Map<String, Object>, OnTask) - Method in class com.toolsverse.etl.core.engine.Task
-
Set default values for the model attributes used to edit task.
- setDelimiter(String) - Method in class com.toolsverse.etl.connector.text.KeyValueConnectorParams
-
Sets the delimiter.
- setDelimiter(String) - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Sets the delimiter.
- setDescription(String) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Sets the description.
- setDestConnectionName(String) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Sets the destination connection name.
- setDestination(String) - Method in class com.toolsverse.etl.common.FieldMapping
-
Sets the destination name
- setDestination(Destination) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the destination, linked to the destination.
- setDestination(String) - Method in class com.toolsverse.etl.core.engine.FileMetrics
-
Sets the destination.
- setDestination(Destination) - Method in class com.toolsverse.etl.core.engine.LoadFunctionContext
-
Sets the current Destination.
- setDestinations(ListHashMap<String, Destination>) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Sets the destinations.
- setDestLevel(Integer) - Method in class com.toolsverse.etl.common.FieldMapping
-
Sets the destination nest level.
- setDirty(boolean) - Method in class com.toolsverse.mvc.model.ModelImpl
-
- setDirty(boolean) - Method in interface com.toolsverse.util.Mutable
-
Sets the state of the object to dirty or baselined
- setDirty(boolean) - Method in class com.toolsverse.util.UpdateArrayList
-
- setDisableStreaming(boolean) - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Sets the disable streaming flag.
- setDisplayFunctions(Map<String, TypedKeyValue<String, String>>) - Method in class com.toolsverse.etl.common.DataSet
-
Sets the display functions.
- setDisplayKeyField(String) - Method in class com.toolsverse.etl.common.DataSet
-
Sets the "display name" for the key field.
- setDisplayName(String) - Method in class com.toolsverse.etl.common.FieldDef
-
Sets the display name.
- setDoc(Document) - Method in class com.toolsverse.util.XmlUtils
-
Sets the doc.
- setDocument(Document) - Method in class com.toolsverse.etl.connector.pdf.PdfConnectorParams
-
Sets the document.
- setDoLog(boolean) - Method in class com.toolsverse.service.LogNode
-
Enables or disables logging for this particular event.
- setDoNotEncode(boolean) - Method in class com.toolsverse.etl.common.FunctionContext
-
Sets the "do not encode" flag.
- setDouble(int, double) - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- setDouble(String, float) - Method in class com.toolsverse.etl.sql.NamedParameterPreparedStatement
-
- setDriver(Driver) - Method in class com.toolsverse.etl.common.DataSet
-
Sets the driver.
- setDriver(Driver) - Method in class com.toolsverse.etl.connector.BaseStreamingPackage
-
Sets the driver.
- setDriver(String) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Sets the default destination driver class name.
- setDriver(Driver) - Method in class com.toolsverse.etl.core.engine.Task
-
Sets the driver.
- setDriver(Driver) - Method in class com.toolsverse.etl.sql.service.SqlRequest
-
Sets the driver.
- setDriverClassName(String) - Method in interface com.toolsverse.etl.core.engine.Block
-
Sets the driver class name.
- setDriverClassName(String) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the class name of the driver.
- setDriverClassName(String) - Method in class com.toolsverse.etl.core.engine.Source
-
- setDriverClassName(String) - Method in class com.toolsverse.etl.core.engine.Task
-
Sets the driver class name.
- setDriverName(String) - Method in class com.toolsverse.etl.sql.connection.JdbcUrlParser
-
Sets the driver name.
- setElse(String) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the block of code which is executed after "else" in the
if something then then_code else else_code end if;
- setEnableBackground(boolean) - Method in class com.toolsverse.util.concurrent.ConcurrentFeature
-
Enables or disables background execution.
- setEnableCancel(boolean) - Method in class com.toolsverse.util.concurrent.ConcurrentFeature
-
Enables or disables cancel functionality.
- setEnableChangeReplication(boolean) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the "enable change replication" flag.
- setEnabled(boolean) - Method in class com.toolsverse.etl.connector.DataSetConnectorParams
-
Sets the "is enabled" flag.
- setEnabled(boolean) - Method in class com.toolsverse.etl.core.config.EtlConfig
-
Sets the enabled flag for the config.
- setEnabled(boolean) - Method in interface com.toolsverse.etl.core.engine.Block
-
Sets the enabled property of the scenario block.
- setEnabled(boolean) - Method in class com.toolsverse.etl.core.engine.Destination
-
- setEnabled(boolean) - Method in class com.toolsverse.etl.core.engine.EtlRequest
-
Sets the enabled flag for the request.
- setEnabled(boolean) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Sets the enabled flag for the scenario.
- setEnabled(boolean) - Method in class com.toolsverse.etl.core.engine.Source
-
- setEnabled(boolean) - Method in class com.toolsverse.etl.core.engine.Task
-
Sets the is enabled flag.
- setEnabled(boolean) - Method in interface com.toolsverse.mvc.controller.Controller
-
Sets the enabled flag.
- setEnabled(boolean) - Method in interface com.toolsverse.mvc.controller.ControllerAdapter
-
Sets the enabled flag.
- setEnabled(boolean) - Method in class com.toolsverse.mvc.controller.ControllerAdapterImpl
-
- setEnabled(boolean) - Method in class com.toolsverse.mvc.controller.ControllerImpl
-
- setEnableKeyValue(boolean) - Method in class com.toolsverse.etl.connector.json.JsonConnectorParams
-
Sets the value for the key-value special case.
- setEnableRequestIdLog(boolean) - Method in class com.toolsverse.config.EtlThreadContext
-
Sets the enable request id log.
- setEnableRequestIdLog(boolean) - Method in class com.toolsverse.etl.core.engine.EtlRequest
-
Sets the enable request id log.
- setEncode(boolean) - Method in class com.toolsverse.etl.common.DataSet
-
Sets the encoded flag for the data set.
- setEncode(boolean) - Method in class com.toolsverse.etl.common.FieldDef
-
Sets the encode flag.
- setEncodeClob(boolean) - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Sets the flag which triggers encoding CLOB fiels using base64 algorithm.
- setEncoded(boolean) - Method in interface com.toolsverse.etl.core.engine.Block
-
Sets the encoded flag for the DataSet object associated with
the scenario block.
- setEncoded(boolean) - Method in class com.toolsverse.etl.core.engine.Destination
-
- setEncoded(boolean) - Method in class com.toolsverse.etl.core.engine.Source
-
- setEncodeInnerDataSets(boolean) - Method in class com.toolsverse.etl.connector.excel.ExcelConnectorParams
-
Set to true if you want o encode inner data sets using base64.
- setEncoding(String) - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Sets the encoding.
- setEncoding(String) - Method in class com.toolsverse.etl.connector.sql.SqlConnectorParams
-
Sets the encoding.
- setEndGroupingRow(int) - Method in class com.toolsverse.etl.connector.excel.ExcelConnectorParams
-
Sets the end grouping row.
- setEndRow(int) - Method in class com.toolsverse.etl.connector.excel.ExcelConnectorParams
-
Sets the end row.
- setEndRow(int) - Method in class com.toolsverse.etl.connector.text.KeyValueConnectorParams
-
Sets the end row.
- setEndRow(int) - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Sets the end row.
- setEndsWith(boolean) - Method in class com.toolsverse.etl.metadata.DatabaseFilter
-
Sets the "ENDS WITH" modifier.
- setEndTime(Date) - Method in class com.toolsverse.etl.core.engine.EtlResponse
-
Sets the end time.
- setError(String) - Method in class com.toolsverse.etl.core.engine.TaskResult
-
Sets the error.
- setErrorLocationInSql(Point) - Method in class com.toolsverse.etl.core.config.EtlConfig
-
Sets the location of the error in SQL.
- setErrorLocationInSql(Point) - Method in class com.toolsverse.etl.core.engine.EtlResponse
-
Sets the error location in the last executed SQL.
- setEscapeProcessing(boolean) - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- setEscapeQuote(boolean) - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Sets the escape quote.
- setEtlConfig(EtlConfig) - Method in class com.toolsverse.etl.core.engine.EtlRequest
-
Sets the etl config.
- setEtlDriverClassname(String) - Method in class com.toolsverse.etl.common.Alias
-
Sets the etl driver classname.
- setEtlMetricsTracker(EtlMetricsTracker) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Sets the etl metrics tracker.
- setEtlThreadContext(EtlThreadContext) - Method in class com.toolsverse.config.SystemConfig
-
Sets the etl thread context.
- setEvent(String) - Method in class com.toolsverse.service.LogNode
-
Sets the event.
- setExactSearch(boolean) - Method in class com.toolsverse.etl.metadata.DatabaseFilter
-
Sets the "exact search" modifier.
- setException(Exception) - Method in class com.toolsverse.etl.core.engine.EtlResponse
-
Sets the exception.
- setException(String) - Method in class com.toolsverse.etl.core.engine.FileMetrics
-
Sets the exception.
- setException(Exception) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Sets the exception.
- setException(Exception) - Method in class com.toolsverse.etl.sql.service.SqlResult
-
Sets the exception.
- setExceptionDuringExtract(String) - Method in class com.toolsverse.etl.core.engine.EtlMetrics
-
Sets the exception during extract.
- setExceptionDuringLoad(String) - Method in class com.toolsverse.etl.core.engine.EtlMetrics
-
Sets the exception during load.
- setExceptionMask(String) - Method in class com.toolsverse.etl.common.OnException
-
Sets the exception mask.
- setExclude(Boolean) - Method in class com.toolsverse.etl.common.FieldMapping
-
Sets the exclude from the destination flag
- setExclude(String) - Method in class com.toolsverse.etl.core.engine.Source
-
Sets the list of the excluded tables for wildcard matching.
- setExecute(List<Scenario>) - Method in class com.toolsverse.etl.core.config.EtlConfig
-
Sets the list of the etl scenarios to execute.
- setExecute(List<Scenario>) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Sets the list of inner scenarios.
- setExt(String) - Method in class com.toolsverse.etl.connector.html.HtmlConnectorParams
-
Sets the file extension.
- setExt(String) - Method in class com.toolsverse.etl.connector.json.JsonConnectorParams
-
Sets the file extension.
- setExt(String) - Method in class com.toolsverse.etl.connector.json.JsonDatasetConnectorParams
-
Sets the file extension.
- setExt(String) - Method in class com.toolsverse.etl.connector.pdf.PdfConnectorParams
-
Sets the file extension.
- setExt(String) - Method in class com.toolsverse.etl.connector.text.ClobConnectorParams
-
Sets the file extension.
- setExt(String) - Method in class com.toolsverse.etl.connector.text.KeyValueConnectorParams
-
Sets the file extension.
- setExt(String) - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Sets the file extension.
- setExt(String) - Method in class com.toolsverse.etl.connector.xml.XmlObjectConnectorParams
-
Sets the file extension.
- setExtractFinished(Object) - Method in class com.toolsverse.etl.core.engine.EtlMetrics
-
Sets the extract finished.
- setExtractStarted(Object) - Method in class com.toolsverse.etl.core.engine.EtlMetrics
-
Sets the extract started.
- setFetchDirection(int) - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- setFetchSize(int) - Method in class com.toolsverse.etl.common.Alias
-
Sets the fetch size.
- setFetchSize(int) - Method in class com.toolsverse.etl.core.engine.Source
-
Sets the fetch size.
- setFetchSize(int) - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- setField(FieldDef) - Method in class com.toolsverse.etl.common.DataSet
-
Replaces current field defined by field.getName() on the given field.
- setFieldAttr(FieldDef, String, String) - Method in class com.toolsverse.etl.common.DataSet
-
Sets the attribute of the field.
- setFieldDataType(FieldDef, int, String) - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Sets the field data type.
- setFieldName(String) - Method in class com.toolsverse.etl.common.Variable
-
Sets the field name.
- setFields(DataSetFields) - Method in class com.toolsverse.etl.common.DataSet
-
Sets the fields.
- setFields(String) - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Sets the fields.
- setFieldSize(int) - Method in class com.toolsverse.etl.common.FieldDef
-
Sets the field size.
- setFieldsMapping(ListHashMap<String, String>) - Method in class com.toolsverse.etl.connector.sql.SqlConnectorParams
-
Sets the fields mapping.
- setFieldTypeOverriddenByVar(boolean) - Method in class com.toolsverse.etl.common.FieldDef
-
Sets the value of the parameter "field type overridden by var".
- setFieldValue(DataSetRecord, int, Object) - Method in class com.toolsverse.etl.common.DataSet
-
Sets the field value.
- setFieldValue(DataSetRecord, String, Object) - Method in class com.toolsverse.etl.common.DataSet
-
Sets the field value.
- setFieldValue(int, int, Object) - Method in class com.toolsverse.etl.common.DataSet
-
Sets the field value.
- setFieldValue(int, String, Object) - Method in class com.toolsverse.etl.common.DataSet
-
Sets the field value.
- setFieldValue(String, Object) - Method in class com.toolsverse.etl.core.engine.BaseMetrics
-
Sets the field value.
- setFile(String) - Method in class com.toolsverse.io.MailParams
-
Sets the file name to attach.
- setFileName(String) - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Sets the file name.
- setFileName(String) - Method in class com.toolsverse.etl.connector.sql.SqlConnectorParams
-
Sets the file name.
- setFileName(String) - Method in class com.toolsverse.etl.core.engine.EtlMetricsTracker
-
Sets the file name.
- setFileName(String) - Method in class com.toolsverse.etl.core.engine.EtlResponse
-
Sets the file name.
- setFileNameRequired(boolean) - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Sets the "file name required" flag.
- setFileNameRequired(boolean) - Method in class com.toolsverse.etl.connector.sql.SqlConnectorParams
-
Sets the "file name required" flag.
- setFileNameToRead(String) - Method in class com.toolsverse.etl.common.DataSet
-
Sets the file name to read.
- setFileNameToWrite(String) - Method in class com.toolsverse.etl.common.DataSet
-
Sets the file name to write.
- setFileOutputStream(OutputStream) - Method in class com.toolsverse.etl.connector.xml.XmlConnectorParams
-
Sets the file output stream.
- setFileOutputStream(OutputStream) - Method in class com.toolsverse.etl.connector.xml.XmlObjectConnectorParams
-
Sets the file output stream.
- setFilter(String) - Method in class com.toolsverse.etl.common.DataSet
-
Sets the filter.
- setFilter(String) - Method in class com.toolsverse.etl.connector.BaseProducerPackage
-
Sets the filter.
- setFilter(String) - Method in class com.toolsverse.etl.connector.BaseStreamingPackage
-
Sets the filter.
- setFilter(String) - Method in class com.toolsverse.etl.connector.json.JsonConnectorParams
-
Sets the javascript filter.
- setFilter(String) - Method in class com.toolsverse.etl.connector.service.ConnectorRequest
-
Sets the filter.
- setFilter(String) - Method in class com.toolsverse.etl.connector.text.KeyValueConnectorParams
-
Sets the javascript filter.
- setFilter(String) - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Sets the javascript filter.
- setFilterByField(String) - Method in class com.toolsverse.etl.connector.sql.SqlConnectorParams
-
Sets the field name to filter by.
- setFilterByFieldValue(String) - Method in class com.toolsverse.etl.connector.sql.SqlConnectorParams
-
Sets the field value to filter by.
- setFinal(boolean) - Method in class com.toolsverse.etl.core.engine.Task
-
Sets the "is final" attribute of the task.
- setFinished(Date) - Method in class com.toolsverse.etl.core.engine.FileMetrics
-
Sets the finished.
- setFirstRowData(boolean) - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Sets the "first row hash data" flag.
- setFloat(int, float) - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- setFloat(String, float) - Method in class com.toolsverse.etl.sql.NamedParameterPreparedStatement
-
- setFlow(String) - Method in class com.toolsverse.etl.core.engine.EtlMetrics
-
Sets the flow name.
- setFlow(String) - Method in class com.toolsverse.etl.core.engine.FileMetrics
-
Sets the flow name.
- setFlow(String) - Method in class com.toolsverse.etl.core.engine.Task
-
Sets the flow name.
- setFlowId(String) - Method in class com.toolsverse.config.EtlThreadContext
-
Sets the flow id.
- setFlowId(String) - Method in class com.toolsverse.etl.core.engine.EtlRequest
-
Sets the flow id.
- setFolder(String) - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Sets the folder.
- setFolder(String) - Method in class com.toolsverse.io.MailParams
-
Sets the name of folder in which to record mail.
- setFooter(String) - Method in class com.toolsverse.io.MailParams
-
Sets the footer.
- setForceExt(boolean) - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Sets the value of the flag forceExt.
- setFormat(String) - Method in class com.toolsverse.etl.core.engine.EtlMetricsTracker
-
Sets the format.
- setFormula(String) - Method in class com.toolsverse.etl.common.FieldMapping
-
Sets the formula
- setFormulaType(String) - Method in class com.toolsverse.etl.common.FieldMapping
-
Sets the formula type
- setFrom(String) - Method in class com.toolsverse.io.MailParams
-
Sets the from.
- setFromCursor(boolean) - Method in class com.toolsverse.etl.common.FunctionContext
-
Sets the flag "from cursor".
- setFullyQualifiedDestination(String) - Method in class com.toolsverse.etl.common.FieldMapping
-
Sets the fully qualified destination name.
- setFullyQualifiedSource(String) - Method in class com.toolsverse.etl.common.FieldMapping
-
Sets the fully qualified source name.
- setFunction(String) - Method in class com.toolsverse.etl.common.Variable
-
Sets the function.
- setFunctionClassName(String) - Method in class com.toolsverse.etl.common.Variable
-
Sets the function class name.
- setGenerator(JsonGenerator) - Method in class com.toolsverse.etl.connector.json.JsonConnectorParams
-
Sets the json generator.
- setGenerator(JsonGenerator) - Method in class com.toolsverse.etl.connector.json.JsonDatasetConnectorParams
-
Sets the json generator.
- setGetter(String) - Method in class com.toolsverse.mvc.model.Model.Attribute
-
Sets the name of the getter method.
- setGlobalRowLimit(Integer) - Method in class com.toolsverse.etl.core.config.EtlConfig
-
Sets the global row limit.
- setGroupThreads(boolean) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the flag which enables grouping destinations with the same
threadGroupName
- setHasAddRecordCallback(boolean) - Method in class com.toolsverse.etl.connector.DataSetConnectorParams
-
Sets the flag "has add record callback".
- setHasCatalogs(boolean) - Method in class com.toolsverse.etl.metadata.BaseMetadata
-
Sets the value for the flag "has catalogs".
- setHasDecimal(boolean) - Method in class com.toolsverse.etl.common.FieldDef
-
Sets the checks for decimal.
- setHasDestinationsWithNewConnection(boolean) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Sets the value of the flag hasDestinationsWithNewConnection.
- setHasExtraDataCols(boolean) - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Sets the value of the flag "file has extra data columns".
- setHasFieldsWithIndex(boolean) - Method in class com.toolsverse.etl.common.DataSetFields
-
Sets the checks for fields with index.
- setHasNoParentRowTag(boolean) - Method in class com.toolsverse.etl.common.FieldDef
-
Sets the flag "has no parent row tag".
- setHasParams(boolean) - Method in class com.toolsverse.etl.common.FieldDef
-
Sets the "has parameters" flag.
- setHasParams(boolean) - Method in class com.toolsverse.etl.sql.service.SqlRequest
-
Sets the "has params" flag.
- setHasSchemas(boolean) - Method in class com.toolsverse.etl.metadata.BaseMetadata
-
Sets the value for the flag "has schemas".
- setHeader(String) - Method in class com.toolsverse.io.MailParams
-
Sets the header.
- setHiddenIfEmpty(boolean) - Method in class com.toolsverse.etl.common.FieldDef
-
Sets the value of the flag "hidden if empty".
- setHiddenInNested(boolean) - Method in class com.toolsverse.etl.common.FieldDef
-
Sets the attribute "hidden in nested".
- setHideInNested(boolean) - Method in class com.toolsverse.etl.connector.xml.XmlObjectConnectorParams
-
Sets the new value of the flag "hide in nested".
- setHighWatermarkCode(String) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the high watermark code.
- setHighWatermarkField(String) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the high watermark field.
- setHighWatermarkField(String) - Method in class com.toolsverse.etl.core.engine.Source
-
Sets the high watermark field.
- setHighWatermarkFieldValue(Object) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the high watermark field value.
- setHighWatermarkFieldValueOnStart(Object) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the high watermark field value on start.
- setHighWatermarkOnExtract(Object) - Method in class com.toolsverse.etl.core.engine.EtlMetrics
-
Sets the high watermark on extract.
- setHighWatermarkOnLoad(Object) - Method in class com.toolsverse.etl.core.engine.EtlMetrics
-
Sets the high watermark on load.
- setHoldability(int) - Method in class com.toolsverse.etl.sql.connection.SshConnection
-
- setHoldability(int) - Method in class com.toolsverse.etl.sql.connection.StreamingConnection
-
- setHost(String) - Method in class com.toolsverse.etl.sql.connection.GenericUrlParser
-
- setHost(String) - Method in class com.toolsverse.etl.sql.connection.JdbcUrlParser
-
- setHost(String) - Method in interface com.toolsverse.etl.sql.connection.UrlParser
-
Sets the host.
- setHosts(List<String>) - Method in class com.toolsverse.etl.sql.connection.GenericUrlParser
-
- setHosts(List<String>) - Method in class com.toolsverse.etl.sql.connection.JdbcUrlParser
-
- setHosts(List<String>) - Method in interface com.toolsverse.etl.sql.connection.UrlParser
-
Sets the hosts.
- setHwmSqlExceptionToIgnore(String) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the hwm sql exception to ignore.
- setId(String) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Sets the unique id.
- setId(String) - Method in class com.toolsverse.io.FileResource
-
Sets the file id.
- setIgnoreAttrsInValueAttrNode(boolean) - Method in class com.toolsverse.etl.connector.xml.XmlObjectConnectorParams
-
Sets the ignore attrs in value attr node.
- setIgnoreBindVarCheck(boolean) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the ignore bind var check.
- setIgnoreBom(boolean) - Method in class com.toolsverse.etl.connector.text.KeyValueConnectorParams
-
Sets the ignore byte order mark (bom) property.
- setIgnoreBom(boolean) - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Sets the ignore byte order mark (bom) property.
- setIgnoreEmpty(boolean) - Method in class com.toolsverse.etl.connector.DataSetConnectorParams
-
Sets the ignore empty flag.
- setIgnoreEmpty(boolean) - Method in class com.toolsverse.etl.core.engine.Source
-
Sets the ignore empty source flag.
- setIgnoreNoRecords(boolean) - Method in class com.toolsverse.etl.connector.DataSetConnectorParams
-
Sets the ignore no records flag.
- setIgnoreNoRecords(boolean) - Method in class com.toolsverse.etl.core.engine.Source
-
Sets the ignore no records in source flag.
- setIgnoreValuesInValueAttrNode(boolean) - Method in class com.toolsverse.etl.connector.xml.XmlObjectConnectorParams
-
Sets the ignore values in value attr node.
- setInclude(Boolean) - Method in class com.toolsverse.etl.common.FieldMapping
-
Sets the add to the destination flag
- setInclude(String) - Method in class com.toolsverse.etl.core.engine.Source
-
Sets the list of the included tables for wildcard matching.
- setIndex(int) - Method in class com.toolsverse.etl.common.FieldDef
-
Sets the index.
- setIndex(int) - Method in class com.toolsverse.etl.connector.text.TextFilter
-
Sets the index.
- setIndexInRecord(int) - Method in class com.toolsverse.etl.common.FieldDef
-
Sets the index in record.
- setIndexSuffix(String) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the index suffix.
- setInitSql(String) - Method in class com.toolsverse.etl.common.Alias
-
Sets the sql which will be executed right after JDBC connection is
established.
- setInitSql(String) - Method in class com.toolsverse.etl.driver.CallableDriver
-
- setInitSql(String) - Method in interface com.toolsverse.etl.driver.Driver
-
Sets the initialization sql.
- setInitSql(String) - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- setInlineTasks(ListHashMap<String, Task>) - Method in interface com.toolsverse.etl.core.engine.Block
-
Sets the tasks which are executed for each row of the
DataSet object associated with the scenario block.
- setInlineTasks(ListHashMap<String, Task>) - Method in class com.toolsverse.etl.core.engine.Destination
-
- setInlineTasks(ListHashMap<String, Task>) - Method in class com.toolsverse.etl.core.engine.Source
-
- setInnerDataSet(boolean, DataSet) - Method in class com.toolsverse.etl.common.DataSet
-
Sets the inner data set flag.
- setInputStream(InputStream) - Method in class com.toolsverse.etl.connector.DataSetConnectorParams
-
Sets the input stream.
- setInputStream(InputStream) - Method in class com.toolsverse.io.DirectProcessor
-
- setInt(int, int) - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- setInt(String, int) - Method in class com.toolsverse.etl.sql.NamedParameterPreparedStatement
-
- setIoProcessor(IoProcessor) - Method in class com.toolsverse.etl.connector.DataSetConnectorParams
-
Sets the io processor.
- setIsAdd(boolean) - Method in class com.toolsverse.etl.common.Variable
-
Sets "is add" flag.
- setIsCdata(boolean) - Method in class com.toolsverse.mvc.model.Model.Attribute
-
Sets the value of the "is cdata" flag.
- setIsDirectory(boolean) - Method in class com.toolsverse.io.FileResource
-
Sets the flag isDirectory.
- setIsEmpty(boolean) - Method in interface com.toolsverse.etl.core.engine.Block
-
Sets the state of the field isEmpty for the scenario block
regardless of the actual state of the DataSet object.
- setIsEmpty(boolean) - Method in class com.toolsverse.etl.core.engine.Destination
-
- setIsEmpty(boolean) - Method in class com.toolsverse.etl.core.engine.Source
-
- setIsExecuteQuery(boolean) - Method in class com.toolsverse.etl.sql.service.SqlRequest
-
Sets the "is execute query" flag.
- setIsGlobal(boolean) - Method in class com.toolsverse.etl.common.Variable
-
Sets the "is global" flag.
- setIsInclude(boolean) - Method in class com.toolsverse.etl.common.Variable
-
Sets "is include" flag.
- setIsIndependent(Boolean) - Method in class com.toolsverse.etl.core.engine.Source
-
Sets the "is independent" flag.
- setIsInitializing(boolean) - Method in interface com.toolsverse.mvc.controller.ControllerAdapter
-
Sets the checks if is initializing.
- setIsInitializing(boolean) - Method in class com.toolsverse.mvc.controller.ControllerAdapterImpl
-
- setIsInner(boolean) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Sets "is inner" flag.
- setIsTolerate(boolean) - Method in class com.toolsverse.etl.common.Variable
-
Sets the "tolerate" flag.
- setJarPath(String) - Method in class com.toolsverse.ext.loader.Unit
-
Sets the jar path.
- setJavaType(String) - Method in class com.toolsverse.etl.common.FieldMapping
-
Sets the java.sql.Type type
- setJdbcDriverClass(String) - Method in class com.toolsverse.etl.common.Alias
-
Sets the class name of the driver for the JDBC database connection.
- setJsonArray(boolean) - Method in class com.toolsverse.etl.common.FieldDef
-
Sets the flag "is json array".
- setJsonWriter(JsonWriter) - Method in class com.toolsverse.etl.connector.json.JsonConnectorParams
-
Sets the json writer.
- setJsonWriter(JsonWriter) - Method in class com.toolsverse.etl.connector.json.JsonDatasetConnectorParams
-
Sets the json writer.
- setKeepDataSet(boolean) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the "is keep data set" flag.
- setKey(boolean) - Method in class com.toolsverse.etl.common.FieldDef
-
Sets the 'is key' flag.
- setKey(K) - Method in class com.toolsverse.util.TypedKeyValue
-
Sets the key.
- setKeyFields(String) - Method in class com.toolsverse.etl.common.DataSet
-
Sets the names of the key fields.
- setKeyFields(String) - Method in class com.toolsverse.etl.common.OnException
-
Sets the name of the key fields.
- setKeyFields(String) - Method in class com.toolsverse.etl.core.engine.Source
-
- setKeyName(String) - Method in class com.toolsverse.etl.core.engine.Source
-
Sets the key name.
- setLabel(String) - Method in class com.toolsverse.etl.common.Variable
-
Sets the label.
- setLang(String) - Method in class com.toolsverse.etl.common.Variable
-
Sets the code language.
- setLanguage(String) - Method in class com.toolsverse.etl.core.engine.RunningEtlTask
-
Sets the language.
- setLastComment(String) - Method in class com.toolsverse.etl.connector.xml.XmlObjectConnectorParams
-
Sets the last comment.
- setLastCreatedFile(String) - Method in class com.toolsverse.etl.core.engine.EtlMetrics
-
Sets the last created file.
- setLastCreatedFile(String, String) - Method in class com.toolsverse.etl.core.engine.EtlMetricsTracker
-
Sets the last created file.
- setLastException(Throwable) - Method in class com.toolsverse.config.LocalEtlThreadContext
-
Sets the last exception.
- setLastException(Throwable) - Method in class com.toolsverse.etl.core.config.EtlConfig
-
Sets the last exception.
- setLastException(Throwable) - Method in class com.toolsverse.etl.core.config.EtlContextImpl
-
- setLastException(Throwable) - Method in interface com.toolsverse.util.log.InfoLogger
-
Sets the last exception.
- setLastExecutedCode(String) - Method in class com.toolsverse.etl.core.config.EtlConfig
-
Sets the last executed code.
- setLastExecutedFileName(String) - Method in class com.toolsverse.etl.core.config.EtlConfig
-
Sets the last executed file name.
- setLastModified(long) - Method in class com.toolsverse.io.FileResource
-
Sets the last modification time.
- setLastReadFile(String) - Method in class com.toolsverse.etl.core.engine.EtlMetrics
-
Sets the last read file.
- setLastReadFile(String, String) - Method in class com.toolsverse.etl.core.engine.EtlMetricsTracker
-
Sets the last created file.
- setLastSuccessfulExtractFinished(Object) - Method in class com.toolsverse.etl.core.engine.EtlMetrics
-
Sets the last successful extract finished.
- setLastSuccessfulExtractStarted(Object) - Method in class com.toolsverse.etl.core.engine.EtlMetrics
-
Sets the last successful extract started.
- setLastSuccessfulLoadFinished(Object) - Method in class com.toolsverse.etl.core.engine.EtlMetrics
-
Sets the last successful load finished.
- setLastSuccessfulLoadStarted(Object) - Method in class com.toolsverse.etl.core.engine.EtlMetrics
-
Sets the last successful load started.
- setLengthArray(int[]) - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Sets the length array.
- setLevel(Integer) - Method in class com.toolsverse.etl.common.FieldMapping
-
Sets the source field nestiness level
- setLevel(int) - Method in class com.toolsverse.etl.connector.xml.XmlObjectConnectorParams
-
Sets the level of nestennes.
- setLevel(int) - Method in class com.toolsverse.util.log.Log4jWriter
-
- setLevel(Object, int) - Method in class com.toolsverse.util.log.Log4jWriter
-
- setLevel(int) - Static method in class com.toolsverse.util.log.Logger
-
Sets the log levelt.
- setLevel(Object, int) - Static method in class com.toolsverse.util.log.Logger
-
Sets the log level for the object.
- setLevel(int) - Method in interface com.toolsverse.util.log.LogWriter
-
Sets the log levelt.
- setLevel(Object, int) - Method in interface com.toolsverse.util.log.LogWriter
-
Sets the log level for the object.
- setLine(String) - Method in class com.toolsverse.etl.connector.text.TextFilter
-
Sets the line.
- setLineSeparator(String) - Method in class com.toolsverse.etl.connector.text.KeyValueConnectorParams
-
Sets the line separator.
- setLineSeparator(String) - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Sets the line separator.
- setLinesLimit(int) - Method in class com.toolsverse.etl.driver.CallableDriver
-
- setLinesLimit(int) - Method in interface com.toolsverse.etl.driver.Driver
-
Sets the maximum number of lines in the sql block supported by database.
- setLinesLimit(int) - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- setLinkedCacheProvider(CacheProvider<String, Object>) - Method in class com.toolsverse.etl.common.Variable
-
Sets the linked cache provider.
- setLinkedDestination(String) - Method in class com.toolsverse.etl.common.Variable
-
Sets the name of the linked destination.
- setLinkedSourceName(String) - Method in class com.toolsverse.etl.core.engine.Source
-
Sets the name of the linked source.
- setLinkedVarName(String) - Method in class com.toolsverse.etl.common.Variable
-
Sets the linked variable name.
- setLoadAction(String) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the load action.
- setLoadActionCond(String) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the load action evaluation conditions.
- setLoadActionLang(String) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the load action evaluation language.
- setLoadActionSkipDeletesWithMerge(boolean) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the flag which when enabled will trigger skipping the deletes when executing cdc merge action.
- setLoadFinished(Object) - Method in class com.toolsverse.etl.core.engine.EtlMetrics
-
Sets the load finished.
- setLoadKey(String) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the load key.
- setLoadKeySet(boolean) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the load key set.
- setLoadStarted(Object) - Method in class com.toolsverse.etl.core.engine.EtlMetrics
-
Sets the load started.
- setLocalCommit(boolean) - Method in class com.toolsverse.etl.common.Alias
-
Sets the value for local commit field.
- setLocalEtlThreadContext(LocalEtlThreadContext) - Method in class com.toolsverse.config.SystemConfig
-
Sets the local etl thread context.
- setLocalHost(String) - Method in class com.toolsverse.etl.sql.connection.SshConnection
-
Sets the local host.
- setLocalPort(int) - Method in class com.toolsverse.etl.sql.connection.SshConnection
-
Sets the local port.
- setLocation(boolean, String, TypedKeyValue<Point, Point>) - Method in class com.toolsverse.etl.common.Variable
-
Set the location for the artifacts such UI items.
- setLocation(boolean, String, Node) - Method in interface com.toolsverse.etl.core.engine.Block
-
Set the location for the artifacts such as tasks, variables, etc.
- setLocation(boolean, String, TypedKeyValue<Point, Point>) - Method in interface com.toolsverse.etl.core.engine.Block
-
Set the location for the artifacts such as tasks, variables, etc.
- setLocation(boolean, String, Node) - Method in class com.toolsverse.etl.core.engine.Destination
-
- setLocation(boolean, String, TypedKeyValue<Point, Point>) - Method in class com.toolsverse.etl.core.engine.Destination
-
- setLocation(boolean, String, Node) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Set the location for the artifacts such as sources, destinations, etc.
- setLocation(boolean, String, TypedKeyValue<Point, Point>) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Set the location for the artifacts such as sources, destinations, etc.
- setLocation(boolean, String, Node) - Method in class com.toolsverse.etl.core.engine.Source
-
- setLocation(boolean, String, TypedKeyValue<Point, Point>) - Method in class com.toolsverse.etl.core.engine.Source
-
- setLocation(boolean, String, Node) - Method in class com.toolsverse.etl.core.engine.Task
-
Set the location for the artifacts such as variables, etc.
- setLocation(boolean, String, TypedKeyValue<Point, Point>) - Method in class com.toolsverse.etl.core.engine.Task
-
Set the location for the artifacts such as variables, etc.
- setLogAppender(Object) - Method in class com.toolsverse.config.EtlThreadContext
-
Sets the log appender.
- setLogger(LogWriter) - Static method in class com.toolsverse.util.log.Logger
-
Set the LogWriter
- setLogLevel(int) - Method in class com.toolsverse.etl.core.config.EtlConfig
-
Sets the log level.
- setLogLevel(int) - Method in class com.toolsverse.etl.core.engine.EtlRequest
-
Sets the log level.
- setLogStep(int) - Method in class com.toolsverse.etl.connector.DataSetConnectorParams
-
Sets the log step.
- setLogStep(int) - Method in class com.toolsverse.etl.core.config.EtlConfig
-
Sets the log step.
- setLong(int, long) - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- setLong(String, long) - Method in class com.toolsverse.etl.sql.NamedParameterPreparedStatement
-
- setLoopCode(String) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Sets the loop code.
- setLoopConnectionName(String) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Sets the loop connection name.
- setLoopCount(String) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Sets the loop count.
- setLoopField(String) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Sets the loop field.
- setLoopLang(String) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Sets the loop language.
- setLoopProperties(Map<String, String>) - Method in exception com.toolsverse.etl.exception.EtlException
-
Sets the loop properties.
- setLoopThreads(int) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Sets the loop threads.
- setLoopVarName(String) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Sets the loop variable name.
- setLoopVarPattern(String) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Sets the loop variable pattern.
- setMailer(String) - Method in class com.toolsverse.io.MailParams
-
Sets the mailer.
- setMailHost(String) - Method in class com.toolsverse.io.MailParams
-
Sets the mail host.
- setMailPassword(String) - Method in class com.toolsverse.io.MailParams
-
Sets the mail password.
- setMailPort(String) - Method in class com.toolsverse.io.MailParams
-
Sets the mail port.
- setMailUser(String) - Method in class com.toolsverse.io.MailParams
-
Sets the mail user.
- setMainScenarioName(String) - Method in class com.toolsverse.etl.core.config.EtlConfig
-
Sets the main scenario name.
- setMandatory(boolean) - Method in class com.toolsverse.etl.core.engine.Source
-
Sets the "mandatory" flag.
- setMandatorySources(ListHashMap<String, Source>) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Sets the mandatory sources.
- setMasterModel(Model) - Method in interface com.toolsverse.mvc.controller.Controller
-
Sets the master model.
- setMasterModel(Model) - Method in class com.toolsverse.mvc.controller.ControllerImpl
-
- setMasterView(View) - Method in interface com.toolsverse.mvc.controller.Controller
-
Sets the master view.
- setMasterView(View) - Method in class com.toolsverse.mvc.controller.ControllerImpl
-
- setMatch(String) - Method in class com.toolsverse.etl.core.engine.Source
-
Sets the match.
- setMaxCharSize(int) - Method in class com.toolsverse.etl.driver.CallableDriver
-
- setMaxCharSize(int) - Method in interface com.toolsverse.etl.driver.Driver
-
Sets the maximum char size.
- setMaxCharSize(int) - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- setMaxFieldSize(int) - Method in class com.toolsverse.etl.common.Alias
-
Sets the max field size.
- setMaxFieldSize(int) - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- setMaxFiles(int) - Method in class com.toolsverse.etl.core.engine.Source
-
Sets the max files to process when wildcard processing is enabled.
- setMaxLoopIterations(int) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Sets the maximum number of loop iterations.
- setMaxPrecision(int) - Method in class com.toolsverse.etl.driver.CallableDriver
-
- setMaxPrecision(int) - Method in interface com.toolsverse.etl.driver.Driver
-
Sets the maximum precision.
- setMaxPrecision(int) - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- setMaxRows(int) - Method in class com.toolsverse.etl.common.Alias
-
Sets the max rows.
- setMaxRows(int) - Method in class com.toolsverse.etl.connector.DataSetConnectorParams
-
Sets the maximum number of rows allowed for the DataSet.
- setMaxRows(int) - Method in class com.toolsverse.etl.core.engine.Source
-
Sets the maximum number of rows to extract.
- setMaxRows(int) - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- setMaxRowsInFile(int) - Method in class com.toolsverse.etl.connector.text.KeyValueConnectorParams
-
Sets the max number of rows in file created.
- setMaxRowsInFile(int) - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Sets the max number of rows in file created.
- setMaxScale(int) - Method in class com.toolsverse.etl.driver.CallableDriver
-
- setMaxScale(int) - Method in interface com.toolsverse.etl.driver.Driver
-
Sets the maximum scale.
- setMaxScale(int) - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- setMaxSize(int) - Method in class com.toolsverse.cache.LinkedMemoryCache
-
Sets the maximum size of the cache
- setMaxSize(int) - Method in class com.toolsverse.cache.SynchLinkedMemoryCache
-
Sets the maximum size of the cache
- setMaxSize(int) - Method in interface com.toolsverse.util.history.History
-
Sets the maximum size of the history.
- setMaxSize(int) - Method in class com.toolsverse.util.history.HistoryImpl
-
- setMaxSize(int) - Method in class com.toolsverse.util.LimitedMap
-
Sets the max size.
- setMaxStringLiteralSize(int) - Method in class com.toolsverse.etl.driver.CallableDriver
-
- setMaxStringLiteralSize(int) - Method in interface com.toolsverse.etl.driver.Driver
-
Sets the maximum string literal size.
- setMaxStringLiteralSize(int) - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- setMaxVarcharSize(int) - Method in class com.toolsverse.etl.driver.CallableDriver
-
- setMaxVarcharSize(int) - Method in interface com.toolsverse.etl.driver.Driver
-
Sets the maximum varchar size.
- setMaxVarcharSize(int) - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- setMergeMetrics(boolean) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Sets the merge metrics.
- setMessage(String) - Method in class com.toolsverse.etl.common.OnException
-
Sets the message displayed on exception.
- setMessage(String) - Method in class com.toolsverse.io.MailParams
-
Sets the message to send.
- setMessage(String) - Method in class com.toolsverse.service.LogNode
-
Sets the message.
- setMessage(M) - Method in class com.toolsverse.util.AnyMessage
-
Sets the message.
- setMessage(String) - Method in class com.toolsverse.util.concurrent.ConcurrentFeature
-
Sets the message which will be displayed on progress indicator.
- setMetaData(Map<String, FieldDef>) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the meta data.
- setMetadataAlter(boolean) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the flag which controls if the etl process should check if the
destination table should be altered
- setMetadataCreate(boolean) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the flag which controls if the etl process should check if the
destination table should be re-created
- setMetadataDest(boolean) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the metadata dest.
- setMetadataDriverClassname(String) - Method in class com.toolsverse.etl.common.Alias
-
Sets the metadata driver classname.
- setMetadataExtractorClass(String) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the metadata extractor class name.
- setMetadataExtractorClass(String) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Sets the metadata extractor class name.
- setMetadataOrder(boolean) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the metadata order.
- setMetadataSource(boolean) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the metadata source.
- setMetrics(List<Scenario>) - Method in class com.toolsverse.etl.core.engine.EtlResponse
-
Sets the metrics.
- setMetricsFolder(String) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Sets the metrics folder.
- setMissingFields(List<String>) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the fields missing in destination.
- setModifier(String) - Method in class com.toolsverse.etl.core.engine.EtlUnit
-
- setMultiLineRecord(boolean) - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Sets the flag which controls if multi line recorrds exist in the document.
- setName(String) - Method in class com.toolsverse.etl.common.Alias
-
Sets the name of the alias.
- setName(String) - Method in class com.toolsverse.etl.common.DataSet
-
Sets the name.
- setName(String) - Method in class com.toolsverse.etl.common.FieldDef
-
Sets the name.
- setName(String) - Method in class com.toolsverse.etl.common.OnException
-
Sets the name.
- setName(String) - Method in class com.toolsverse.etl.common.Variable
-
Sets the name.
- setName(String) - Method in interface com.toolsverse.etl.core.engine.Block
-
Sets the name of the block.
- setName(String) - Method in class com.toolsverse.etl.core.engine.Destination
-
- setName(String) - Method in class com.toolsverse.etl.core.engine.EtlMetrics
-
Sets the name.
- setName(String) - Method in class com.toolsverse.etl.core.engine.FileMetrics
-
Sets the name.
- setName(String) - Method in class com.toolsverse.etl.core.engine.RunningEtlTask
-
Sets the name.
- setName(String) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Sets the name.
- setName(String) - Method in class com.toolsverse.etl.core.engine.Source
-
- setName(String) - Method in class com.toolsverse.etl.core.engine.Task
-
- setName(String) - Method in class com.toolsverse.io.FileResource
-
Sets the name.
- setNameSpace(String) - Method in class com.toolsverse.etl.connector.xml.XmlObjectConnectorParams
-
Sets the namespace.
- setNativeDataType(String) - Method in class com.toolsverse.etl.common.FieldDef
-
Sets the native data type.
- setNCharacterStream(int, Reader, long) - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- setNCharacterStream(int, Reader) - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- setNClob(int, NClob) - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- setNClob(int, Reader, long) - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- setNClob(int, Reader) - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- setNestedStyle(String) - Method in class com.toolsverse.etl.connector.json.JsonConnectorParams
-
Sets the nested style.
- setNetworkTimeout(Executor, int) - Method in class com.toolsverse.etl.sql.connection.SshConnection
-
- setNetworkTimeout(Executor, int) - Method in class com.toolsverse.etl.sql.connection.StreamingConnection
-
- setNewConnection(boolean) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the "new connection" flag.
- setNewConnection(boolean) - Method in class com.toolsverse.etl.core.engine.Source
-
Sets the "new connection" flag.
- setNewConnectionSourceQuery(boolean) - Method in class com.toolsverse.etl.core.engine.Source
-
Sets the "new connection source query" flag.
- setNewFile(String) - Method in class com.toolsverse.io.IoStatus
-
Sets the new file name.
- setNewName(String) - Method in class com.toolsverse.etl.core.engine.FileMetrics
-
Sets the new name.
- setNext(ConcurrentLinkedHashMap.Node<K, V>) - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap.Node
-
- setNext(T) - Method in interface com.toolsverse.util.concurrentlinkedhashmap.Linked
-
Sets the next element or null if there is no link.
- setNoConnection(boolean) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the "no connection" flag.
- setNoConnection(boolean) - Method in class com.toolsverse.etl.core.engine.Source
-
Sets the "no connection" flag.
- setNoConnection(boolean) - Method in class com.toolsverse.etl.core.engine.Task
-
Sets the "no connection" flag.
- setNode(TreeNode) - Method in class com.toolsverse.util.TreeNode
-
Replaces this node with a new node.
- setNonameColumnName(String) - Method in class com.toolsverse.etl.connector.text.KeyValueConnectorParams
-
Sets the noname column name.
- setNonameColumnName(String) - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Sets the noname column name.
- setNoOriginalFileName(boolean) - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Sets the "no original file name" flag.
- setNoOwner(boolean) - Method in class com.toolsverse.etl.common.Alias
-
Sets the no owner.
- setNoReader(boolean) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the "no reader" flag.
- setNoWriter(boolean) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the "no writer" flag.
- setNString(int, String) - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- setNull(int, int) - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- setNull(int, int, String) - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- setNull(String, int) - Method in class com.toolsverse.etl.sql.NamedParameterPreparedStatement
-
- setNull(PreparedStatement, int, int) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Sets the null.
- setNullable(boolean) - Method in class com.toolsverse.etl.common.FieldDef
-
Sets the nullable.
- setNullable(Boolean) - Method in class com.toolsverse.etl.common.FieldMapping
-
Sets the destination is nullable flag
- setNullAttr(String) - Method in class com.toolsverse.etl.connector.xml.XmlObjectConnectorParams
-
Sets the null attribute.
- setNullIfEmpty(boolean) - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Sets the value of the property "null if empty".
- setNullIfEmpty(boolean) - Method in class com.toolsverse.etl.core.engine.LoadFunctionContext
-
Sets the value of the property "null if empty".
- setNumberOfColumnsInFile(int) - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
- setNumberOfDataColsSameAsFields(boolean) - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Sets the value of the "number of data columns same as fields" flag.
- setNumberOfExtractedRecords(Object) - Method in class com.toolsverse.etl.core.engine.EtlMetrics
-
Sets the number of extracted records.
- setNumberOfFiles(Long) - Method in class com.toolsverse.etl.core.engine.FileMetrics
-
Sets the number of files processed.
- setNumberOfFiles(Long) - Method in class com.toolsverse.io.IoStatus
-
Sets the number of files processed.
- setNumberOfLoadedRecords(Object) - Method in class com.toolsverse.etl.core.engine.EtlMetrics
-
Sets the number of loaded records.
- setNumberOfRecords(Long) - Method in class com.toolsverse.etl.core.engine.FileMetrics
-
Sets the number of records of processed records.
- setNumberOfRecords(long) - Method in class com.toolsverse.etl.core.engine.OnAddDataSetChangeListener
-
Sets the number of records.
- setNumberOfRecords(Long) - Method in class com.toolsverse.io.IoStatus
-
Sets the number of records.
- setObjClass(Class<?>) - Method in class com.toolsverse.ext.loader.Unit
-
Sets the module class.
- setObject(Object) - Method in class com.toolsverse.etl.common.Variable
-
Sets the object.
- setObject(int, Object, int) - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- setObject(int, Object) - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- setObject(int, Object, int, int) - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- setObject(String, Object, int, int) - Method in class com.toolsverse.etl.sql.NamedParameterPreparedStatement
-
- setObject(String, Object, int) - Method in class com.toolsverse.etl.sql.NamedParameterPreparedStatement
-
- setObject(String, Object) - Method in class com.toolsverse.etl.sql.NamedParameterPreparedStatement
-
- setObjectName(String) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the name of the object.
- setObjectName(String) - Method in class com.toolsverse.etl.core.engine.Source
-
Sets the name of the object.
- setObjectsAsStrings(boolean) - Method in class com.toolsverse.etl.common.FieldDef
-
Sets the flag "objects as strings".
- setObjectsAsStrings(boolean) - Method in class com.toolsverse.etl.connector.sql.SqlConnectorParams
-
Sets the flag "objects as strings".
- setObjectType(String) - Method in class com.toolsverse.etl.metadata.DatabaseFilter
-
Set the object type.
- setOnException(String) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Sets the on exception action.
- setOnExceptionAction(int) - Method in class com.toolsverse.etl.common.OnException
-
Sets the on exception action.
- setOnExceptionAction(String) - Method in class com.toolsverse.etl.common.OnException
-
Sets the on exception action using given on exception type.
- setOnExceptionTasks(ListHashMap<String, Task>) - Method in interface com.toolsverse.etl.core.engine.Block
-
Sets the tasks which are executed when there is an exception during processing of the etl block.
- setOnExceptionTasks(ListHashMap<String, Task>) - Method in class com.toolsverse.etl.core.engine.Destination
-
- setOnExceptionTasks(ListHashMap<String, Task>) - Method in class com.toolsverse.etl.core.engine.Source
-
- setOnFinish(int) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the type of action on finish (when etl process finished processing
destination).
- setOnFinish(String) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the the type of action on finish based on string value.
- setOnPersistDataSet(int) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Sets the action for "on persist data set" event.
- setOnPersistDataSet(String) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Sets the action for "on persist data set" event from the string.
- setOnPersistDataSet(int) - Method in class com.toolsverse.etl.core.engine.Source
-
Sets the action for "on persist data set" event.
- setOnPersistDataSet(String) - Method in class com.toolsverse.etl.core.engine.Source
-
Sets the action for "on persist data set" event.
- setOnPopulateDataSet(int) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Sets the action for "on populate data set" event.
- setOnPopulateDataSet(String) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Sets the action for "on populate data set" event from the string.
- setOnPopulateDataSet(int) - Method in class com.toolsverse.etl.core.engine.Source
-
Sets the action for "on populate data set" event.
- setOnPopulateDataSet(String) - Method in class com.toolsverse.etl.core.engine.Source
-
Sets the action for "on populate data set" event.
- setOnSave(int) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Sets the action for "on save" event.
- setOnSave(String) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Sets the action for "on save" event from the string.
- setOnTask(OnTask) - Method in class com.toolsverse.etl.core.engine.Task
-
Sets the instance of the OnTask interface.
- setOriginalFile(String) - Method in class com.toolsverse.etl.core.engine.FileMetrics
-
Sets the original file.
- setOriginalFile(String) - Method in class com.toolsverse.io.IoStatus
-
Sets the original file.
- setOriginalName(String) - Method in interface com.toolsverse.etl.core.engine.Block
-
Sets the original block name.
- setOriginalName(String) - Method in class com.toolsverse.etl.core.engine.Destination
-
- setOriginalName(String) - Method in class com.toolsverse.etl.core.engine.Source
-
- setOut(OutputStream) - Method in class com.toolsverse.etl.connector.excel.ExcelConnectorParams
-
Sets the output stream.
- setOutputParamIndexes(String) - Method in class com.toolsverse.etl.core.engine.Source
-
Sets the comma delimited list of of indexes for the output parameters to
get a result set from callable statement.
- setOutputStream(OutputStream) - Method in class com.toolsverse.etl.connector.DataSetConnectorParams
-
Sets the output stream.
- setOutputTemplate(String) - Method in class com.toolsverse.etl.connector.text.ClobConnectorParams
-
Sets the output template.
- setOverrideWildcrad(boolean) - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Sets the flag "override wildcard file name in the tag".
- setOwner(String) - Method in class com.toolsverse.etl.core.engine.RunningEtlTask
-
Sets the owner.
- setOwner(Block) - Method in class com.toolsverse.etl.core.engine.Task
-
Sets the owner.
- setOwner(Model) - Method in interface com.toolsverse.mvc.model.Model
-
Sets the owner.
- setOwner(Model) - Method in class com.toolsverse.mvc.model.ModelImpl
-
- setOwner(String) - Method in class com.toolsverse.service.LogNode
-
Sets the owner.
- setOwner(Object) - Method in interface com.toolsverse.util.concurrent.ParallelProgressDelegate
-
- setOwnerName(String) - Method in class com.toolsverse.etl.common.DataSet
-
Sets the owner name.
- setOwnerName(String) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the owner name.
- setOwnerName(String) - Method in class com.toolsverse.etl.core.engine.Source
-
Sets the owner name.
- setPageSize(String) - Method in class com.toolsverse.etl.connector.pdf.PdfConnectorParams
-
Sets the page size.
- setParallel(boolean) - Method in interface com.toolsverse.etl.core.engine.Block
-
Sets the the property isParallel for the scenario block.
- setParallel(boolean) - Method in class com.toolsverse.etl.core.engine.Destination
-
- setParallel(boolean) - Method in class com.toolsverse.etl.core.engine.Source
-
- setParallelConnections(boolean) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Sets "has parallel connections" flag.
- setParallelDests(int) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Sets the count of parallel destinations.
- setParallelInnerScenario(boolean) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Sets the "is parallel inner scenario" flag.
- setParallelProgressCallback(ParallelProgressCallback) - Method in class com.toolsverse.util.concurrent.ConcurrentFeature
-
Sets the parallel progress callback.
- setParallelScenario(boolean) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Sets the "is parallel scenario" flag.
- setParallelSources(int) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Sets the count of parallel sources.
- setParam(String) - Method in class com.toolsverse.etl.common.Variable
-
Sets the parameters.
- setParams(String) - Method in class com.toolsverse.etl.common.Alias
-
Sets the additional parameters for the connection.
- setParams(P) - Method in class com.toolsverse.etl.connector.BaseProducerPackage
-
Sets the parameters.
- setParams(P) - Method in class com.toolsverse.etl.connector.BaseStreamingPackage
-
Sets the parameters.
- setParams(Object) - Method in class com.toolsverse.mvc.model.Model.Attribute
-
Sets the parameters.
- setParent(TreeNode) - Method in class com.toolsverse.util.TreeNode
-
Sets the parent node for this node.
- setParentConnectorClassname(String) - Method in class com.toolsverse.etl.common.Alias
-
Sets the parent connector classname.
- setParentDataSet(DataSet) - Method in class com.toolsverse.etl.common.DataSet
-
Sets the parent data set.
- setParentDataSetRecord(DataSetRecord) - Method in class com.toolsverse.etl.common.DataSet
-
Sets the parent data set record.
- setParentDataSetRecord(DataSetRecord) - Method in class com.toolsverse.etl.common.DataSetRecord
-
Sets the parent data set record.
- setParentDriverName(String) - Method in class com.toolsverse.etl.driver.CallableDriver
-
- setParentDriverName(String) - Method in interface com.toolsverse.etl.driver.Driver
-
Sets the parent driver class name.
- setParentDriverName(String) - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- setParentEtlDriverClassname(String) - Method in class com.toolsverse.etl.common.Alias
-
Sets the parent etl driver classname.
- setParentJdbcDriverClass(String) - Method in class com.toolsverse.etl.common.Alias
-
Sets the parent jdbc driver class.
- setParentMetadataDriverClassname(String) - Method in class com.toolsverse.etl.common.Alias
-
Sets the parent metadata driver classname.
- setParentTransport(String) - Method in class com.toolsverse.etl.common.Alias
-
Sets the parent transport.
- setParentUrlPattern(String) - Method in class com.toolsverse.etl.common.Alias
-
Sets the parent url pattern.
- setParseAttrs(boolean) - Method in class com.toolsverse.etl.connector.xml.XmlObjectConnectorParams
-
Sets the value for the "parse xml attributes" flag.
- setParseCdata(boolean) - Method in class com.toolsverse.etl.connector.xml.XmlObjectConnectorParams
-
Sets the parse the cdata attribute.
- setParseDates(boolean) - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Sets the "parses dates" flag.
- setParser(SqlParser) - Method in class com.toolsverse.etl.sql.service.SqlRequest
-
Sets the sql parser.
- setParseRootAttrs(boolean) - Method in class com.toolsverse.etl.connector.xml.XmlObjectConnectorParams
-
Sets the value for the "parse root xml attributes" flag.
- setPassword(String) - Method in class com.toolsverse.etl.common.Alias
-
Sets the password of the JDBC database connection.
- setPassword(String) - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Sets the password.
- setPassword(String) - Method in class com.toolsverse.io.MailParams
-
Sets the password.
- setPath(String) - Method in class com.toolsverse.ext.loader.Unit
-
Sets the path.
- setPath(String) - Method in class com.toolsverse.io.FileResource
-
Sets the path.
- setPersistable(boolean) - Method in class com.toolsverse.mvc.model.Model.Attribute
-
Sets the persistable flag.
- setPersistedId(String) - Method in class com.toolsverse.etl.common.Alias
-
Sets the persisted id.
- setPersistMetaData(boolean) - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Sets the "persist meta data" flag.
- setPojo(P) - Method in class com.toolsverse.mvc.pojo.PojoWrapper
-
Sets the pojo.
- setPoolable(boolean) - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- setPort(Integer) - Method in class com.toolsverse.etl.sql.connection.GenericUrlParser
-
- setPort(Integer) - Method in class com.toolsverse.etl.sql.connection.JdbcUrlParser
-
- setPort(Integer) - Method in interface com.toolsverse.etl.sql.connection.UrlParser
-
Sets the port.
- setPorts(List<Integer>) - Method in class com.toolsverse.etl.sql.connection.GenericUrlParser
-
- setPorts(List<Integer>) - Method in class com.toolsverse.etl.sql.connection.JdbcUrlParser
-
- setPorts(List<Integer>) - Method in interface com.toolsverse.etl.sql.connection.UrlParser
-
Sets the ports.
- setPostPersistOccured(boolean) - Method in class com.toolsverse.etl.connector.DataSetConnectorParams
-
Sets the flag "post persist has occurred".
- setPostTasks(ListHashMap<String, Task>) - Method in interface com.toolsverse.etl.core.engine.Block
-
Sets the tasks which are executed after etl framework finished with the
processing of the particular scenario block.
- setPostTasks(ListHashMap<String, Task>) - Method in class com.toolsverse.etl.core.engine.Destination
-
- setPostTasks(ListHashMap<String, Task>) - Method in class com.toolsverse.etl.core.engine.Source
-
- setPrecision(int) - Method in class com.toolsverse.etl.common.FieldDef
-
Sets the precision.
- setPrePersistOccured(boolean) - Method in class com.toolsverse.etl.connector.DataSetConnectorParams
-
Sets the flag "pre persist has occurred".
- setPreprocessor(String) - Method in class com.toolsverse.etl.connector.text.ClobConnectorParams
-
Sets the filter.
- setPrevious(ConcurrentLinkedHashMap.Node<K, V>) - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap.Node
-
- setPrevious(T) - Method in interface com.toolsverse.util.concurrentlinkedhashmap.Linked
-
Sets the previous element or null if there is no link.
- setProgressDelegate(ProgressDelegate) - Method in class com.toolsverse.util.concurrent.ConcurrentFeature
-
Sets the new ProgressDelegate.
- setProperties(Map<String, String>) - Method in class com.toolsverse.config.LocalEtlThreadContext
-
Sets the properties.
- setProperties(Map<String, String>) - Method in class com.toolsverse.config.ThreadContext
-
Sets the properties.
- setProperties(String) - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Sets the properties.
- setProperties(LinkedHashMap<String, Object>) - Method in class com.toolsverse.etl.sql.service.SqlRequest
-
Sets the properties.
- setProperties(Properties) - Method in class com.toolsverse.io.MailParams
-
Sets the properties.
- setProperties(String) - Method in class com.toolsverse.io.MailParams
-
Sets the properties.
- setProperties(String) - Method in class com.toolsverse.storage.StorageManager
-
Sets the properties by parsing string like key;value|key;value.
- setProperties(StorageProvider, String) - Static method in class com.toolsverse.storage.util.StorageUtils
-
Parses the text and updates storageProvider.
- setProperty(String, StorageProvider.StorageObject) - Method in class com.toolsverse.storage.impl.local.LocalStorageProvider
-
- setProperty(String, Object) - Method in class com.toolsverse.storage.StorageManager
-
Sets the property.
- setProperty(String, StorageProvider.StorageObject) - Method in class com.toolsverse.storage.StorageManager
-
- setProperty(String, StorageProvider.StorageObject) - Method in interface com.toolsverse.storage.StorageProvider
-
Sets the property.
- setPropertyChangeSupport(PropertyChangeSupport) - Method in class com.toolsverse.util.TreeNode
-
Sets the PropertyChangeSupport object for the node.
- setProtocol(String) - Method in class com.toolsverse.io.MailParams
-
Sets the protocol.
- setProvider(DataSetProvider) - Method in interface com.toolsverse.etl.common.DataSetConsumer
-
Sets the data set provider.
- setProvider(SessionConnectionProvider<Alias>) - Method in class com.toolsverse.etl.sql.service.SqlRequest
-
Sets the connection provider.
- setQuery(String) - Method in class com.toolsverse.etl.common.Alias
-
Sets the query which transform dataset.
- setQuery(String) - Method in class com.toolsverse.etl.connector.xml.XmlObjectConnectorParams
-
Sets the query.
- setQueryTimeout(int) - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- setQuotePrefix(Character) - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Sets the quote prefix.
- setReader(String) - Method in class com.toolsverse.mvc.model.Model.Attribute
-
Sets the name of the reader method
- setReadOnly(boolean) - Method in class com.toolsverse.etl.common.Alias
-
Sets the read only.
- setReadOnly(boolean) - Method in class com.toolsverse.etl.sql.connection.SshConnection
-
- setReadOnly(boolean) - Method in class com.toolsverse.etl.sql.connection.StreamingConnection
-
- setReadOnlyMetadata(boolean) - Method in class com.toolsverse.etl.connector.DataSetConnectorParams
-
Sets the value of the flag "read only metadata".
- setReadTracker(ReadTracker) - Method in class com.toolsverse.etl.connector.DataSetConnectorParams
-
Sets the read tracker.
- setReady(boolean) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Sets ready status for the scenario.
- setRealFileName(String) - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Sets the real file name.
- setRealFileName(String) - Method in class com.toolsverse.etl.connector.sql.SqlConnectorParams
-
Sets the real file name.
- setRealName(String) - Method in class com.toolsverse.etl.common.FieldDef
-
Sets the real name.
- setReason(String) - Method in exception com.toolsverse.etl.exception.EtlException
-
Sets the reason.
- setRecord(DataSetRecord, int) - Method in class com.toolsverse.etl.common.DataSet
-
Sets the record.
- setReCreate(boolean) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the flag which controls if the destination table must be re-created.
- setRef(int, Ref) - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- setRegexpSearch(boolean) - Method in class com.toolsverse.etl.metadata.DatabaseFilter
-
Sets the "regexp search" modifier.
- setRemoveEol(boolean) - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Sets the "remove eol" property.
- setReorder(boolean) - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Sets the new value of the reorder flag.
- setReportFile(String) - Method in class com.toolsverse.etl.core.engine.FileMetrics
-
Sets the report file.
- setReportFile(String) - Method in class com.toolsverse.io.IoStatus
-
Sets the report file.
- setRequestId(String) - Method in class com.toolsverse.config.EtlThreadContext
-
Sets the request id.
- setRequestId(String) - Method in class com.toolsverse.etl.core.engine.EtlRequest
-
Sets the request id.
- setRequestId(String) - Method in class com.toolsverse.etl.core.engine.FileMetrics
-
Sets the request id.
- setRequestId(String) - Method in class com.toolsverse.etl.core.engine.RunningEtlTask
-
Sets the request id.
- setRequestId(String) - Method in class com.toolsverse.io.IoStatus
-
Sets the request id.
- setRequestStop(boolean) - Method in class com.toolsverse.etl.core.config.EtlConfig
-
Sets the value for the "request stop" flag used to check if user
requested to stop the loop.
- setResponseFileName(String) - Method in class com.toolsverse.etl.common.Alias
-
Sets the response file name.
- setResponseHttpCodeVariable(String) - Method in class com.toolsverse.etl.common.Alias
-
Sets the response http code variable.
- setResult(String) - Method in class com.toolsverse.etl.connector.ConnectorResult
-
Sets the result string.
- setResult(TaskResult.TaskResultCode) - Method in class com.toolsverse.etl.core.engine.TaskResult
-
Sets the result.
- setResult(Object) - Method in class com.toolsverse.util.ScriptResult
-
Sets the result.
- setResultSet(ResultSet) - Method in class com.toolsverse.etl.connector.sql.SqlConnectorParams
-
Sets the result set.
- setRetCode(int) - Method in class com.toolsverse.etl.connector.ConnectorResult
-
Sets the return code.
- setRetCode(int) - Method in class com.toolsverse.etl.core.engine.EtlResponse
-
Sets the return code.
- setReturnSql(boolean) - Method in class com.toolsverse.etl.sql.service.SqlRequest
-
Sets the "return sql" flag.
- setRootName(String) - Method in class com.toolsverse.etl.connector.json.JsonConnectorParams
-
Sets the root object name.
- setRootName(String) - Method in class com.toolsverse.etl.connector.xml.XmlObjectConnectorParams
-
Sets the root object name.
- setRootTag(String) - Method in class com.toolsverse.etl.connector.xml.XmlObjectConnectorParams
-
Sets the root tag.
- setRow(long) - Method in class com.toolsverse.etl.common.FunctionContext
-
Sets the row.
- setRowId(int, RowId) - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- setRowSorter(DataSetRowSorter) - Method in class com.toolsverse.etl.common.DataSet
-
Sets the data set row sorter.
- setRowTag(String) - Method in class com.toolsverse.etl.connector.xml.XmlObjectConnectorParams
-
Sets the row tag.
- setSavePoint(boolean) - Method in class com.toolsverse.etl.common.OnException
-
Sets the save point on exception.
- setSavepoint() - Method in class com.toolsverse.etl.sql.connection.SshConnection
-
- setSavepoint(String) - Method in class com.toolsverse.etl.sql.connection.SshConnection
-
- setSavepoint() - Method in class com.toolsverse.etl.sql.connection.StreamingConnection
-
- setSavepoint(String) - Method in class com.toolsverse.etl.sql.connection.StreamingConnection
-
- setScale(int) - Method in class com.toolsverse.etl.common.FieldDef
-
Sets the scale.
- setScenario(Scenario) - Method in class com.toolsverse.etl.core.engine.LoadFunctionContext
-
Sets the ETL scenario.
- setScenario(Scenario) - Method in class com.toolsverse.etl.core.engine.Task
-
Sets the scenario.
- setScenarioName(String) - Method in exception com.toolsverse.etl.exception.EtlException
-
Sets the scenario name.
- setScenarioPath(String) - Method in class com.toolsverse.etl.core.config.EtlConfig
-
Sets the scenario path.
- setScenarios(List<Scenario>) - Method in class com.toolsverse.etl.core.engine.EtlRequest
-
Sets the scenarios.
- setScenarioVariables(ListHashMap<String, Variable>) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the variables which belongs to the scenario.
- setSchema(String) - Method in class com.toolsverse.etl.common.Alias
-
Sets the schema.
- setSchema(String) - Method in class com.toolsverse.etl.metadata.DatabaseFilter
-
Sets the schema.
- setSchema(String) - Method in class com.toolsverse.etl.sql.connection.SshConnection
-
- setSchema(String) - Method in class com.toolsverse.etl.sql.connection.StreamingConnection
-
- setScope(int) - Method in class com.toolsverse.etl.common.FunctionContext
-
Sets the execution scope.
- setScope(String) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the scope.
- setScriptName(String) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Sets the script name.
- setSearchStr(String) - Method in class com.toolsverse.etl.metadata.DatabaseFilter
-
Sets the search string.
- setSelectedIndex(int) - Method in class com.toolsverse.util.IndexArrayList
-
- setSelectedIndex(int) - Method in interface com.toolsverse.util.IndexList
-
Sets the selected index.
- setSelectedValue(E) - Method in class com.toolsverse.util.IndexArrayList
-
- setSelectedValue(E) - Method in interface com.toolsverse.util.IndexList
-
Sets the selected value.
- setServiceClass(Class<? extends Service>) - Method in class com.toolsverse.service.ServiceProxy
-
Sets the service class.
- setSession(HttpSession) - Static method in class com.toolsverse.service.web.WebSessionManager
-
Associate the Session with the current Thread.
- setSetter(String) - Method in class com.toolsverse.mvc.model.Model.Attribute
-
Sets the name of the setter method
- setSheet(Sheet) - Method in class com.toolsverse.etl.connector.excel.ExcelConnectorParams
-
Sets the sheet.
- setSheetName(String) - Method in class com.toolsverse.etl.connector.excel.ExcelConnectorParams
-
Sets the sheet name.
- setShort(int, short) - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- setShort(String, short) - Method in class com.toolsverse.etl.sql.NamedParameterPreparedStatement
-
- setShowProgress(boolean) - Method in class com.toolsverse.util.concurrent.ConcurrentFeature
-
Sets the new show progress value.
- setSilent(boolean) - Method in class com.toolsverse.etl.connector.DataSetConnectorParams
-
Sets the "is silent" flag.
- setSilentUpdate(boolean) - Method in class com.toolsverse.mvc.model.ModelImpl
-
Sets the "silent update" flag.
- setSingleton(boolean) - Method in class com.toolsverse.ext.loader.Unit
-
Sets the singleton flag.
- setSize(long) - Method in class com.toolsverse.io.FileResource
-
Sets the size.
- setSkipBad(boolean) - Method in class com.toolsverse.etl.connector.text.KeyValueConnectorParams
-
Sets the skip bad rows flag.
- setSkipBad(boolean) - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Sets the skip bad rows flag.
- setSkipDataSetField(boolean) - Method in class com.toolsverse.etl.connector.text.KeyValueConnectorParams
-
Sets the "skip dataset column when writing data" flag.
- setSkipDataSetField(boolean) - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Sets the "skip dataset column when writing data" flag.
- setSkipDataSetRow(boolean) - Method in class com.toolsverse.etl.connector.text.KeyValueConnectorParams
-
Sets the "skip dataset row when writing data" flag.
- setSkipDataSetRow(boolean) - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Sets the "skip dataset row when writing data" flag.
- setSkipEmpty(boolean) - Method in class com.toolsverse.etl.connector.excel.ExcelConnectorParams
-
Sets the flag which controls if empty rows should be ignored.
- setSkipEmpty(boolean) - Method in class com.toolsverse.etl.connector.text.KeyValueConnectorParams
-
Sets the "skip empty rows when reading data" flag.
- setSkipEmpty(boolean) - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Sets the "skip empty rows when reading data" flag.
- setSkipFirst(boolean) - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Sets the skip first row flag.
- setSkipWhenFewerColumns(boolean) - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Sets the skip when fewer columns.
- setSkipWhenMoreColumns(boolean) - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Sets the skip when more columns.
- setSource(String) - Method in class com.toolsverse.etl.common.FieldMapping
-
Sets the source name
- setSource(Source) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the source, linked to the destination.
- setSource(String) - Method in class com.toolsverse.etl.core.engine.FileMetrics
-
Sets the source.
- setSource(Source) - Method in class com.toolsverse.etl.core.engine.Task
-
Sets the source.
- setSourceDriver(Driver) - Method in class com.toolsverse.etl.common.DataSet
-
Sets the source driver.
- setSourceDriver(String) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Sets the default source driver class name.
- setSourceName(String) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the name of the source.
- setSources(ListHashMap<String, Source>) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Sets the sources.
- setSourceTableName(String) - Method in class com.toolsverse.etl.common.DataSet
-
Sets the source table name.
- setSplit(String, String) - Static method in class com.toolsverse.util.Utils
-
Splits the string using given delimiter and adds tokens to the hash set.
- setSplit(String, String, boolean, boolean) - Static method in class com.toolsverse.util.Utils
-
Splits the string using given delimiter and adds tokens to the hash set.
- setSplitBy(String) - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Sets the split by property.
- setSql(String) - Method in class com.toolsverse.etl.connector.service.ConnectorRequest
-
Sets the sql.
- setSql(String) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the sql for the load.
- setSql(String) - Method in class com.toolsverse.etl.core.engine.Source
-
Sets the sql.
- setSql(String) - Method in class com.toolsverse.etl.sql.service.SqlRequest
-
Sets the sql.
- setSql(Map<String, String>) - Method in class com.toolsverse.etl.sql.service.SqlResult
-
Sets the list of actually executed sql statements.
- setSqlDataType(int) - Method in class com.toolsverse.etl.common.FieldDef
-
Sets the sql data type.
- setSqlType(String) - Method in class com.toolsverse.etl.common.FieldMapping
-
Sets the database specific sql data type
- setSQLXML(int, SQLXML) - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- setStarted(Date) - Method in class com.toolsverse.etl.core.engine.FileMetrics
-
Sets the started.
- setStarted(Date) - Method in class com.toolsverse.etl.core.engine.RunningEtlTask
-
Sets the started.
- setStartGroupingRow(int) - Method in class com.toolsverse.etl.connector.excel.ExcelConnectorParams
-
Sets the start grouping row.
- setStartRow(int) - Method in class com.toolsverse.etl.connector.excel.ExcelConnectorParams
-
Sets the start row.
- setStartRow(int) - Method in class com.toolsverse.etl.connector.text.KeyValueConnectorParams
-
Sets the start row.
- setStartRow(int) - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Sets the start row.
- setStartStyle(String) - Method in class com.toolsverse.etl.connector.json.JsonConnectorParams
-
Sets the start style.
- setStartsWith(boolean) - Method in class com.toolsverse.etl.metadata.DatabaseFilter
-
Sets the "STARTS WITH" modifier.
- setStartTime(Date) - Method in class com.toolsverse.etl.core.engine.EtlResponse
-
Sets the start time.
- setStatementType(SqlStatementType) - Method in class com.toolsverse.etl.core.engine.Source
-
Sets the statement type.
- setStatus(String) - Method in class com.toolsverse.etl.core.engine.FileMetrics
-
Sets the status.
- setStatus(String) - Method in class com.toolsverse.io.IoStatus
-
Sets the status.
- setStatus(String) - Method in class com.toolsverse.service.LogNode
-
Sets the status.
- setStoreHost(String) - Method in class com.toolsverse.io.MailParams
-
Sets the store host.
- setStream(boolean) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the "stream" flag.
- setString(int, String) - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- setString(String, String) - Method in class com.toolsverse.etl.sql.NamedParameterPreparedStatement
-
- setStringFieldSizeMultiplier(int) - Method in class com.toolsverse.etl.common.Alias
-
Sets the sclale string field size.
- setStringFieldSizeMultiplier(int) - Method in class com.toolsverse.etl.driver.AbstractDriver
-
- setStringFieldSizeMultiplier(int) - Method in interface com.toolsverse.etl.driver.Driver
-
Sets the sclale string field size.
- setStripNotPrintable(boolean) - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Sets the strip not printable flag.
- setSubject(String) - Method in class com.toolsverse.io.MailParams
-
Sets the subject.
- setSuffix(String) - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Sets the suffix.
- setSum(double) - Method in class com.toolsverse.util.AvgNumber
-
Sets the sum.
- setSupportsSorting(boolean) - Method in class com.toolsverse.etl.common.DataSet
-
Sets the supports sorting flag.
- setSystemProperty(String, String) - Method in class com.toolsverse.config.SystemConfig
-
Sets the system property.
- setTabAt(ConcurrentHashMapV8.Node<K, V>[], int, ConcurrentHashMapV8.Node<K, V>) - Static method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentHashMapV8
-
- setTable(PdfPTable) - Method in class com.toolsverse.etl.connector.pdf.PdfConnectorParams
-
Sets the pdf table.
- setTableName(String) - Method in class com.toolsverse.etl.common.DataSet
-
Sets the table name.
- setTableName(String) - Method in class com.toolsverse.etl.common.Variable
-
Sets the table name.
- setTableName(String) - Method in class com.toolsverse.etl.connector.sql.SqlConnectorParams
-
Sets the table name.
- setTableName(String) - Method in class com.toolsverse.etl.core.engine.Task
-
Sets the table name.
- setTagName(String) - Method in class com.toolsverse.etl.common.Variable
-
Sets the tag name.
- setTagValueField(boolean) - Method in class com.toolsverse.etl.common.FieldDef
-
Sets the flag for "XML tag value field".
- setTarget(String) - Method in class com.toolsverse.etl.common.DataSetRecord
-
Sets the target, typically a designated queue topic.
- setTarget(String) - Method in class com.toolsverse.etl.connector.BaseStreamingPackage
-
Sets the target.
- setTarget(String) - Method in class com.toolsverse.etl.connector.DataSetConnectorParams
-
Sets the target.
- setTarget(String) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the target.
- setTarget(String) - Method in interface com.toolsverse.io.StreamingPackage
-
Sets the target.
- setTargetDriver(String) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the target driver.
- setTaskName(String) - Method in exception com.toolsverse.etl.exception.EtlException
-
Sets the task name.
- setTaskName(String) - Method in class com.toolsverse.util.concurrent.ConcurrentFeature
-
Sets the name.
- setTasks(ListHashMap<String, Task>) - Method in interface com.toolsverse.etl.core.engine.Block
-
Sets the tasks which are executed before etl framework starts processing
of the particular scenario block.
- setTasks(ListHashMap<String, Task>) - Method in class com.toolsverse.etl.core.engine.Destination
-
- setTasks(ListHashMap<String, Task>) - Method in class com.toolsverse.etl.core.engine.Source
-
- setTempFileName(String) - Method in class com.toolsverse.etl.connector.xml.XmlConnectorParams
-
Sets the temporary file name.
- setTemplate(String) - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Sets the template.
- setTempStream(ByteArrayOutputStream) - Method in class com.toolsverse.etl.connector.xml.XmlObjectConnectorParams
-
Sets the temp stream.
- setTempTable(boolean) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the "temp table" flag.
- setTenant(String) - Method in class com.toolsverse.config.ThreadContext
-
Sets the tenant.
- setTenant(String) - Method in class com.toolsverse.etl.core.config.EtlConfig
-
Sets the tenant.
- setTenant(String) - Method in class com.toolsverse.etl.core.engine.RunningEtlTask
-
Sets the tenant.
- Setter - Annotation Type in com.toolsverse.mvc.model
-
The Setter annotation is used in the Model to define the setter method.
- setThen(String) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the block of code which is executed after "then" in the
if something then then_code else else_code end if; It is
important to understand that the auto generated code, for example "insert
into" will be executed in the same block as "then".
- setTheRest(String) - Method in class com.toolsverse.etl.sql.connection.JdbcUrlParser
-
Sets the the rest of the URL.
- setThreadContext(ThreadContext) - Method in class com.toolsverse.config.SystemConfig
-
Sets the thread context.
- setThreadGroupName(String) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the thread group name.
- setTime(int, Time) - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- setTime(int, Time, Calendar) - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- setTime(String, Time) - Method in class com.toolsverse.etl.sql.NamedParameterPreparedStatement
-
- setTimeCellStyle(CellStyle) - Method in class com.toolsverse.etl.connector.excel.ExcelConnectorParams
-
Sets the time cell style.
- setTimeFormat(String) - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Sets the time format.
- setTimestamp(int, Timestamp) - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- setTimestamp(int, Timestamp, Calendar) - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- setTimestamp(String, Timestamp) - Method in class com.toolsverse.etl.sql.NamedParameterPreparedStatement
-
- setTimeToMidnight(Date) - Static method in class com.toolsverse.util.Utils
-
Sets time to midnight.
- setTitleRow(String) - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Sets the title row.
- setTo(String) - Method in class com.toolsverse.io.MailParams
-
Sets the to.
- setToDelete(boolean) - Method in class com.toolsverse.etl.common.FieldDef
-
Sets "marked to be deleted" flag.
- setTrackFiles(boolean) - Method in class com.toolsverse.etl.core.connection.DefaultTransactionMonitor
-
- setTrackFiles(boolean) - Method in interface com.toolsverse.etl.sql.connection.TransactionMonitor
-
Sets the track files flag.
- setTrackingEnabled(boolean) - Method in class com.toolsverse.etl.core.engine.Source
-
Sets the tracking enabled.
- setTrackMetrics(boolean) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Sets the track metrics.
- setTransactionIsolation(int) - Method in class com.toolsverse.etl.sql.connection.SshConnection
-
- setTransactionIsolation(int) - Method in class com.toolsverse.etl.sql.connection.StreamingConnection
-
- setTransactionMonitor(TransactionMonitor) - Method in class com.toolsverse.etl.connector.DataSetConnectorParams
-
Sets the transaction monitor.
- setTransactionMonitor(TransactionMonitor) - Method in class com.toolsverse.etl.core.codegen.DefaultCodeGen
-
- setTransactionMonitor(TransactionMonitor) - Method in interface com.toolsverse.etl.core.engine.CodeGen
-
Sets the transaction monitor.
- setTransformationType(String) - Method in class com.toolsverse.etl.connector.text.KeyValueConnectorParams
-
Sets the transformation type.
- setTransformationType(String) - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Sets the transformation type.
- setTransformationType(String) - Method in class com.toolsverse.etl.connector.xml.XmlObjectConnectorParams
-
Sets the transformation type.
- setTransport(String) - Method in class com.toolsverse.etl.common.Alias
-
Sets the transport protocol such as file, ftp, sftp.
- setTransport(String) - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Sets the transport protocol.
- setTrimValue(boolean) - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Sets the "trim value" flag.
- setType(String) - Method in class com.toolsverse.etl.common.Variable
-
Sets the type.
- setType(String) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the type of the destination.
- setType(String) - Method in class com.toolsverse.etl.core.engine.RunningEtlTask
-
Sets the type.
- setType(String) - Method in class com.toolsverse.etl.sql.service.SqlRequest
-
Sets the request type (execute sql, script, external tool, etc).
- setType(int) - Method in class com.toolsverse.etl.sql.util.TypeAndValue
-
Sets the type.
- setType(int) - Method in class com.toolsverse.util.TreeNode
-
Sets the type of the node.
- setTypeMap(Map<String, Class<?>>) - Method in class com.toolsverse.etl.sql.connection.SshConnection
-
- setTypeMap(Map<String, Class<?>>) - Method in class com.toolsverse.etl.sql.connection.StreamingConnection
-
- setUnicodeStream(int, InputStream, int) - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
Deprecated.
- setUnicodeStream(String, InputStream, int) - Method in class com.toolsverse.etl.sql.NamedParameterPreparedStatement
-
Deprecated.
- setUnique(boolean) - Method in class com.toolsverse.etl.connector.sql.SqlConnectorParams
-
Sets the "is unique" flag.
- setUniqueId(String) - Method in class com.toolsverse.etl.common.Alias
-
Sets the unique id.
- setUniqueId(String) - Method in class com.toolsverse.etl.common.DataSetRecord
-
Sets the unique id.
- setUniqueId(String) - Method in class com.toolsverse.etl.connector.BaseProducerPackage
-
Sets the unique id.
- setUniqueId(String) - Method in class com.toolsverse.util.collector.AppInfo
-
Sets the unique id.
- setUnit(EtlUnit) - Method in class com.toolsverse.etl.core.codegen.DefaultCodeGen
-
- setUnit(EtlUnit) - Method in interface com.toolsverse.etl.core.engine.CodeGen
-
Sets the current unit.
- setUpConnection(Connection, boolean) - Method in class com.toolsverse.etl.driver.AbstractDriver
-
- setUpConnection(Connection, boolean) - Method in interface com.toolsverse.etl.driver.Driver
-
Set the up connection to enbale database logging, for example
dbms_output.enable()
- setUpConnection(Connection, boolean) - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- setUpdateDirtyOnChange(boolean) - Method in class com.toolsverse.mvc.model.ModelImpl
-
Sets the "update dirty on change" flag.
- setUpdateIndexOnChange(boolean) - Method in class com.toolsverse.etl.common.DataSet
-
Sets the value for the "update index on change event" flag.
- setUpdateIndexOnChange(boolean) - Method in class com.toolsverse.etl.core.engine.Source
-
Sets the value for the "update index on change event" flag.
- setUpdateLocation(boolean) - Method in class com.toolsverse.etl.core.config.EtlConfig
-
Sets the value of the "update location" flag.
- setUpDelegate(ConcurrentExecutor, ConcurrentFeature, ConcurrentAdapter) - Method in class com.toolsverse.util.concurrent.ConcurrentExecutor
-
- setUpDelegate(ConcurrentExecutor, ConcurrentFeature, ConcurrentAdapter) - Method in interface com.toolsverse.util.concurrent.ProgressDelegate
-
Set up and displays the ProgressDelegate.
- setUrl(String) - Method in class com.toolsverse.etl.common.Alias
-
Sets the url for the JDBC database connection.
- setUrl(String) - Method in class com.toolsverse.etl.sql.connection.GenericUrlParser
-
- setUrl(String) - Method in class com.toolsverse.etl.sql.connection.JdbcUrlParser
-
- setUrl(String) - Method in interface com.toolsverse.etl.sql.connection.UrlParser
-
Sets the url and default port.
- setURL(int, URL) - Method in class com.toolsverse.etl.sql.DelegatingPreparedStatement
-
- setUrl(String) - Method in class com.toolsverse.io.MailParams
-
Sets the url.
- setUrl(String, String, String) - Static method in class com.toolsverse.util.UrlUtils
-
Sets the value for the token in the input string.
Example:
token: file:
input: http://localhost:8080/something/{file:}
value: test2 return: http://localhost:8080/something/{file:test2}
- setUseBindVars(boolean) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the "use bind vars" flag.
- setUsedByOtherDestination(boolean) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the "used by other destination" flag.
- setUseMetadataDataTypes(boolean) - Method in class com.toolsverse.etl.core.engine.Destination
-
Sets the "use the metadata data types" flag.
- setUseMetadataDataTypes(boolean) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Sets the "use metadata data types" flag.
- setUser(String) - Method in class com.toolsverse.etl.core.config.EtlConfig
-
Sets the user.
- setUser(String) - Method in class com.toolsverse.etl.sql.connection.JdbcUrlParser
-
Sets the user.
- setUser(String) - Method in class com.toolsverse.io.MailParams
-
Sets the user.
- setUserId(String) - Method in class com.toolsverse.etl.common.Alias
-
Sets the user id of the JDBC database connection.
- setUserId(String) - Method in class com.toolsverse.etl.connector.FileConnectorParams
-
Sets the user id.
- setUserName(String) - Method in class com.toolsverse.config.ThreadContext
-
Sets the user name.
- setUseSelectedDataSet(boolean) - Method in class com.toolsverse.etl.connector.DataSetConnectorParams
-
Sets the "use selected data set" flag.
- setUsing(String) - Method in class com.toolsverse.etl.core.engine.Source
-
Sets the "using".
- setUsing(String) - Method in class com.toolsverse.etl.core.engine.Task
-
Sets the "using".
- setUuid(String) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Sets the uuid.
- setValidationFailed(boolean) - Method in class com.toolsverse.etl.common.DataSet
-
Sets the validation failed.
- setValue(Object, int) - Method in class com.toolsverse.etl.common.DataSet
-
Sets the "column" value using the following algorithms: If value is
within boundaries of the current record it assumes that new record must
be added to the data set.
- setValue(DataSetRecord, String, Object, int...) - Method in class com.toolsverse.etl.common.DataSet
-
Sets the field value.
- setValue(String) - Method in class com.toolsverse.etl.common.Variable
-
Sets the value.
- setValue(String, Object) - Method in class com.toolsverse.etl.core.config.EtlConfig
-
- setValue(String, Object) - Method in class com.toolsverse.etl.core.engine.Task
-
- setValue(Object) - Method in class com.toolsverse.etl.core.function.BindVarReturnValue
-
Sets the actual column value returned by the function.
- setValue(String, Object) - Method in class com.toolsverse.etl.sql.service.SqlRequest
-
- setValue(Object) - Method in class com.toolsverse.etl.sql.util.TypeAndValue
-
Sets the value.
- setValue(Object) - Method in class com.toolsverse.mvc.model.Model.Attribute
-
Sets the value of the attribute.
- setValue(String, Object) - Method in class com.toolsverse.storage.StorageManager
-
- setValue(V) - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentHashMapV8.MapEntry
-
Sets our entry's value and writes through to the map.
- setValue(V) - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentHashMapV8.Node
-
- setValue(V) - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap.WriteThroughEntry
-
- setValue(String, Object) - Method in interface com.toolsverse.util.ObjectStorage
-
Associates value with the key.
- setValue(String, Object) - Method in class com.toolsverse.util.ObjectStorageMap
-
- setValue(String, Object) - Method in class com.toolsverse.util.Script
-
- setValue(V) - Method in class com.toolsverse.util.TypedKeyValue
-
Sets the value.
- setValueAttr(String) - Method in class com.toolsverse.etl.connector.xml.XmlObjectConnectorParams
-
Sets the value attr.
- setValueForNull(String) - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Sets the value for null.
- setVarcharOnly(boolean) - Method in class com.toolsverse.etl.common.Alias
-
Sets the value of the varchar only flag.
- setVariable(Variable) - Method in class com.toolsverse.etl.common.FunctionContext
-
Sets the variable.
- setVariables(Map<String, Variable>) - Method in class com.toolsverse.etl.common.DataSet
-
Sets the variables.
- setVariables(ListHashMap<String, Variable>) - Method in interface com.toolsverse.etl.core.engine.Block
-
Sets the variables for the block.
- setVariables(ListHashMap<String, Variable>) - Method in class com.toolsverse.etl.core.engine.Destination
-
- setVariables(ListHashMap<String, Variable>) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Sets the variables.
- setVariables(ListHashMap<String, Variable>) - Method in class com.toolsverse.etl.core.engine.Source
-
- setVariables(ListHashMap<String, Variable>) - Method in class com.toolsverse.etl.core.engine.Task
-
Sets the variables.
- setVarValues(String, LinkedHashMap<String, TypedKeyValue<String, String>>, char, char) - Static method in class com.toolsverse.util.Utils
-
Sets the variable values.
- setVersion(int, int, Object) - Method in class com.toolsverse.etl.common.DataSetRecord
-
Sets the value for the version.
- setVisible(boolean) - Method in class com.toolsverse.etl.common.FieldDef
-
Sets the "is visible" flag.
- setWarning(String) - Method in class com.toolsverse.etl.core.engine.EtlMetrics
-
Sets the warning.
- setWarning(boolean) - Method in exception com.toolsverse.etl.exception.EtlException
-
Sets the warning.
- setWarnings(String) - Method in class com.toolsverse.etl.core.engine.EtlResponse
-
Sets the warnings.
- setWho(String) - Method in class com.toolsverse.service.LogNode
-
Sets the who.
- setWildcardParallel(boolean) - Method in class com.toolsverse.etl.core.engine.Source
-
Sets the value of the flag which controls if parallel processing of wildcard sources is enabled.
- setWorkbook(Workbook) - Method in class com.toolsverse.etl.connector.excel.ExcelConnectorParams
-
Sets the workbook.
- setWriteMetrics(String) - Method in class com.toolsverse.etl.core.engine.Scenario
-
Sets the format to write metrics to.
- setWriter(Writer) - Method in class com.toolsverse.etl.connector.html.HtmlConnectorParams
-
Sets the writer.
- setWriter(Writer) - Method in class com.toolsverse.etl.connector.json.JsonConnectorParams
-
Sets the writer.
- setWriter(Writer) - Method in class com.toolsverse.etl.connector.json.JsonDatasetConnectorParams
-
Sets the writer.
- setWriter(Writer) - Method in class com.toolsverse.etl.connector.sql.SqlConnectorParams
-
Sets the writer.
- setWriter(Writer) - Method in class com.toolsverse.etl.connector.text.ClobConnectorParams
-
Sets the writer.
- setWriter(Writer) - Method in class com.toolsverse.etl.connector.text.KeyValueConnectorParams
-
Sets the writer.
- setWriter(Writer) - Method in class com.toolsverse.etl.connector.text.TextConnectorParams
-
Sets the writer.
- setWriter(XMLStreamWriter) - Method in class com.toolsverse.etl.connector.xml.XmlConnectorParams
-
Sets the writer.
- setWriter(XMLStreamWriter) - Method in class com.toolsverse.etl.connector.xml.XmlObjectConnectorParams
-
Sets the writer.
- setWriter(DataSetConnector<DataSetConnectorParams, ?>) - Method in class com.toolsverse.etl.core.engine.EtlUnit
-
Sets the data writer.
- setWriter(String) - Method in class com.toolsverse.mvc.model.Model.Attribute
-
Sets the name of the writer method.
- setWriterParams(DataSetConnectorParams) - Method in class com.toolsverse.etl.core.engine.EtlUnit
-
Sets the data writer params.
- setXmlConfigFileName(String) - Method in class com.toolsverse.etl.core.config.EtlConfig
-
Sets the xml config file name.
- setXmlTag(boolean) - Method in class com.toolsverse.etl.connector.xml.XmlObjectConnectorParams
-
Sets the value for the "xmltag" flag.
- setXmlVersion(String) - Method in class com.toolsverse.etl.connector.xml.XmlConnectorParams
-
Sets the xml version.
- setXmlVersion(String) - Method in class com.toolsverse.etl.connector.xml.XmlObjectConnectorParams
-
Sets the xml version.
- setXslFileName(String) - Method in class com.toolsverse.etl.connector.xml.XmlConnectorParams
-
Sets the xsl file name.
- setXslFromFileName(String) - Method in class com.toolsverse.etl.connector.xml.XmlConnectorParams
-
Sets the xsl "from" file name.
- setXslToFileName(String) - Method in class com.toolsverse.etl.connector.xml.XmlConnectorParams
-
Sets the xsl "to" file name.
- SEVERE - Static variable in class com.toolsverse.util.log.Logger
-
An error that lets the application continue running, but needs to be
fixed.
- SEVERE_STR - Static variable in class com.toolsverse.util.log.Logger
-
- SFTP - Static variable in class com.toolsverse.io.IoProcessorFactory
-
SFTP.
- SFTP - Static variable in class com.toolsverse.io.SftpProcessor
-
SFTP.
- SftpProcessor - Class in com.toolsverse.io
-
The SFTP implementation of the IoProcessor.
- SftpProcessor() - Constructor for class com.toolsverse.io.SftpProcessor
-
Instantiates a new SftpProcessor.
- SHARED_CLASSPATH - Static variable in class com.toolsverse.config.SystemConfig
-
SHARED CLASSPATH property.
- SharedUnitLoader - Class in com.toolsverse.ext.loader
-
This class is a UnitLoader designed to load only extensions which can be shared between sessions.
- SHEET_ALREADY_EXTRACTED_EXCEPTION - Static variable in class com.toolsverse.etl.connector.excel.ExcelConnectorParams
-
The SHEET ALREADY EXTRACTED EXCEPTION.
- SHEET_NAME_PROP - Static variable in class com.toolsverse.etl.connector.excel.ExcelConnectorParams
-
The SHEET NAME property.
- SHEETS_EXTRACTED_EXCEPTION - Static variable in class com.toolsverse.etl.metadata.excel.ExcelFileMetadata
-
The SHEETS_EXTRACTED_EXCEPTION.
- SHELL_EXT_PROP - Static variable in class com.toolsverse.config.SystemConfig
-
SHELL EXTENSION PROP.
- SHELL_EXT_VAR - Static variable in class com.toolsverse.etl.core.config.EtlConfig
-
The SHELL_EXT variable name.
- SHELL_LANG - Static variable in interface com.toolsverse.util.lang.ParserTypeFactory
-
SHELL.
- shouldDrainBuffers(boolean) - Method in enum com.toolsverse.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap.DrainStatus
-
Determines whether the buffers should be drained.
- shutdown(boolean) - Method in class com.toolsverse.util.concurrent.ConcurrentExecutor
-
Shutdowns thread pool.
- SIGN - Static variable in class com.toolsverse.util.Base64UrlSafe
-
Used to test the sign of a byte.
- signAwsRequest(HttpRequestBase, String, String, String, String) - Static method in class com.toolsverse.io.AwsAuthUtils
-
Sign aws request.
- signRequest(HttpRequestBase) - Method in class com.toolsverse.io.HttpProcessor
-
Sign http request.
- SimpleBorderLocator - Class in com.toolsverse.imaging
-
ImageTransformation which implements "simple border detection" algorithm.
- SimpleBorderLocator() - Constructor for class com.toolsverse.imaging.SimpleBorderLocator
-
- SimpleDriver - Class in com.toolsverse.etl.driver
-
The default abstract implementation of the Driver interface which does not
support callable statements.
- SimpleDriver() - Constructor for class com.toolsverse.etl.driver.SimpleDriver
-
Instantiates a new simple driver.
- singleton() - Static method in class com.toolsverse.util.concurrentlinkedhashmap.Weighers
-
A weigher where a value has a weight of 1.
- SIXTEENBIT - Static variable in class com.toolsverse.util.Base64UrlSafe
-
Used when encoding something which has fewer than 24 bits.
- size() - Method in interface com.toolsverse.cache.Cache
-
Returns size of the cache.
- size() - Method in class com.toolsverse.cache.ListMemoryCache
-
- size() - Method in class com.toolsverse.cache.MemoryCache
-
- size() - Method in class com.toolsverse.etl.common.DataSetData
-
Gets the number of records.
- size() - Method in class com.toolsverse.etl.common.DataSetRecord
-
Gets the number of fields.
- size() - Method in class com.toolsverse.util.ByteArrayOutputStream
-
Return the current size of the byte array.
- size() - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentHashMapV8.CollectionView
-
- size() - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentHashMapV8
- size() - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap.DiscardingQueue
-
- size() - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap.EntrySet
-
- size() - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap.KeySet
-
- size() - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
-
- size() - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap.Values
-
- size() - Method in class com.toolsverse.util.concurrentlinkedhashmap.LinkedDeque
- size() - Method in interface com.toolsverse.util.history.History
-
Returns the current size of the history.
- size() - Method in class com.toolsverse.util.history.HistoryImpl
-
- size() - Method in class com.toolsverse.util.LinkedCaseInsensitiveMap
-
- SIZE_ATTR - Static variable in class com.toolsverse.etl.common.DataSet
-
The SIZE_ATTR attribute.
- skip(InputStream, long) - Static method in class com.toolsverse.util.IOUtils
-
Skips bytes from an input byte stream.
- skip(ReadableByteChannel, long) - Static method in class com.toolsverse.util.IOUtils
-
Skips bytes from a ReadableByteChannel.
- skip(Reader, long) - Static method in class com.toolsverse.util.IOUtils
-
Skips characters from an input character stream.
- skip(long) - Method in class com.toolsverse.util.UnicodeBomInputStream
- SKIP_BAD_PROP - Static variable in class com.toolsverse.etl.connector.text.KeyValueConnectorParams
-
SKIP "BAD" ROW WHEN READING DATA property.
- SKIP_BAD_PROP - Static variable in class com.toolsverse.etl.connector.text.TextConnectorParams
-
SKIP "BAD" ROW WHEN READING DATA property.
- SKIP_DATASET_COLUMN_PROP - Static variable in class com.toolsverse.etl.connector.text.KeyValueConnectorParams
-
IGNORE FIEDLS WITH DATASETS property.
- SKIP_DATASET_COLUMN_PROP - Static variable in class com.toolsverse.etl.connector.text.TextConnectorParams
-
IGNORE FIEDLS WITH DATASETS property.
- SKIP_DATASET_ROW_PROP - Static variable in class com.toolsverse.etl.connector.text.KeyValueConnectorParams
-
IGNORE ROWS WITH DATASETS property.
- SKIP_DATASET_ROW_PROP - Static variable in class com.toolsverse.etl.connector.text.TextConnectorParams
-
IGNORE ROWS WITH DATASETS property.
- SKIP_EMPTY_PROP - Static variable in class com.toolsverse.etl.connector.excel.ExcelConnectorParams
-
SKIP EMPTY ROWS WHEN READING DATA property.
- SKIP_EMPTY_PROP - Static variable in class com.toolsverse.etl.connector.text.KeyValueConnectorParams
-
SKIP EMPTY ROWS WHEN READING DATA property.
- SKIP_EMPTY_PROP - Static variable in class com.toolsverse.etl.connector.text.TextConnectorParams
-
SKIP EMPTY ROWS WHEN READING DATA property.
- SKIP_FEWER_PROP - Static variable in class com.toolsverse.etl.connector.text.TextConnectorParams
-
SKIP ROW WITH FEWER COLUMNS WHEN READING DATA property.
- SKIP_FIRST_PROP - Static variable in class com.toolsverse.etl.connector.text.TextConnectorParams
-
SKIP FIRST ROW WHEN READING DATA property.
- SKIP_MORE_PROP - Static variable in class com.toolsverse.etl.connector.text.TextConnectorParams
-
SKIP ROW WITH MORE COLUMNS WHEN READING DATA property.
- skipBOM() - Method in class com.toolsverse.util.UnicodeBomInputStream
-
- skipFully(InputStream, long) - Static method in class com.toolsverse.util.IOUtils
-
Skips the requested number of bytes or fail if there are not enough left.
- skipFully(ReadableByteChannel, long) - Static method in class com.toolsverse.util.IOUtils
-
Skips the requested number of bytes or fail if there are not enough left.
- skipFully(Reader, long) - Static method in class com.toolsverse.util.IOUtils
-
Skips the requested number of characters or fail if there are not enough left.
- SLabelAdapter - Class in com.toolsverse.mvc.view.wings
-
SLabelAdapter is a default implementation of the WingComponentAdapter for the SLabel
- SLabelAdapter(View, SLabel) - Constructor for class com.toolsverse.mvc.view.wings.SLabelAdapter
-
Instantiates a new SLabelAdapter.
- SLEEP_AFTER_PROP - Static variable in class com.toolsverse.io.HttpProcessor
-
The SLEEP AFTER PROPERTY.
- SLEEP_ENDPOINT_PROP - Static variable in class com.toolsverse.io.HttpProcessor
-
The ENDPOINT PROPERTY.
- SLEEP_PROP - Static variable in class com.toolsverse.io.HttpProcessor
-
The SLEEP PROPERTY.
- SListAdapter - Class in com.toolsverse.mvc.view.wings
-
SListAdapter is a default implementation of the WingComponentAdapter for the SList
- SListAdapter(View, SList) - Constructor for class com.toolsverse.mvc.view.wings.SListAdapter
-
Instantiates a new SListAdapter.
- SMALLEST_ALG - Static variable in interface com.toolsverse.io.IoProcessor
-
- smartConcat(String, String, String, String) - Static method in class com.toolsverse.util.Utils
-
Concatenate string using the following algorithm:
left + delim + right.
- SMenuItemAdapter - Class in com.toolsverse.mvc.view.wings
-
SMenuItemAdapter is a default implementation of the WingComponentAdapter for the SMenuItem
- SMenuItemAdapter(View, SMenuItem) - Constructor for class com.toolsverse.mvc.view.wings.SMenuItemAdapter
-
Instantiates a new SMenuItemAdapter.
- SNOWFLAKE_JDBC_CLASS - Static variable in class com.toolsverse.etl.common.FieldsRepository.FieldsRepositoryConfig
-
- SnowflakeDriver - Class in com.toolsverse.etl.driver.snowflake
-
Snowflake ETL driver.
- SnowflakeDriver() - Constructor for class com.toolsverse.etl.driver.snowflake.SnowflakeDriver
-
- sort(List<TypedKeyValue<Integer, DataSetData.SortType>>, List<FieldDef>) - Method in class com.toolsverse.etl.common.DataSetData
-
Sorts data using given order by list with field indexes.
- sort(List<FileResource>, String, int) - Static method in class com.toolsverse.io.FileSorter
-
Sort list of files.
- SortableModel - Interface in com.toolsverse.util
-
SortableModel common interface for sortable table models
- sortByFieldIndex(List<TypedKeyValue<Integer, DataSetData.SortType>>) - Method in class com.toolsverse.etl.common.DataSet
-
Sorts data using given order by list with field indexes.
- sortByFieldName(List<TypedKeyValue<String, DataSetData.SortType>>) - Method in class com.toolsverse.etl.common.DataSet
-
Sorts data using given order by list with field names.
- sortByString(String) - Method in class com.toolsverse.etl.common.DataSet
-
Sorts data using given "order by" string.
- SOURCE - Static variable in class com.toolsverse.etl.core.config.EtlConfig
-
The SOURSE.
- Source - Class in com.toolsverse.etl.core.engine
-
Source is a one of the two building blocks of the ETL scenario:
etl process extracts data from the Sources and loads into the Destinations.
- Source() - Constructor for class com.toolsverse.etl.core.engine.Source
-
Instantiates a new source.
- SOURCE_ATTR - Static variable in class com.toolsverse.etl.core.engine.Destination
-
The Constant SOURCE_ATTR.
- SOURCE_ATTR - Static variable in class com.toolsverse.etl.core.engine.Source
-
SOURCE_ATTR.
- SOURCE_CONNECTION_NAME - Static variable in class com.toolsverse.etl.core.config.EtlConfig
-
The default source connection name.
- SOURCE_CONNECTION_NAME - Static variable in class com.toolsverse.etl.core.task.common.FileManagerTask
-
- SOURCE_CONNECTION_NAME_NODE - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
The SOURCE_CONNECTION_NAME_NODE.
- SOURCE_DRIVER_CLASS_NAME_NODE - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
The SOURCE_DRIVER_CLASS_NAME_NODE.
- SOURCE_EMPTY_ATTR - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
The SOURCE_EMPTY_ATTR.
- SOURCE_ENABLED_ATTR - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
The SOURCE_ENABLED_ATTR.
- SOURCE_ENCODE_ATTR - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
The SOURCE_ENCODE_ATTR.
- SOURCE_ETL_DRIVER_ATTR - Static variable in class com.toolsverse.etl.core.engine.Scenario
-
The Constant SOURCE_ETL_DRIVER_ATTR.
- SOURCE_FETCH_SIZE_ATTR - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
The SOURCE_FETCH_SIZE_ATTR.
- SOURCE_FILE_TRACKING_ENABLED_ATTR - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
The SOURCE_FILE_TRACKING_ENABLED_ATTR.
- SOURCE_FILE_VAR - Static variable in class com.toolsverse.etl.core.task.common.FileMerge
-
The SOURCE_FILE_VAR - the value of this variable defines pattern for
source files.
- SOURCE_FILE_VAR - Static variable in class com.toolsverse.etl.core.task.common.XslTransormTask
-
The SOURCE_FILE_VAR - the value of this variable defines source file
name.
- SOURCE_FOLDER_VAR - Static variable in class com.toolsverse.etl.core.task.common.FileManagerTask
-
The SOURCE_FOLDER_VAR.
- SOURCE_IGNORE_EMPTY_ATTR - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
The SOURCE_IGNORE_EMPTY_ATTR.
- SOURCE_IGNORE_NO_RECORDS_ATTR - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
The SOURCE_IGNORE_NO_RECORDS_ATTR.
- SOURCE_INDEPENDENT_ATTR - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
The SOURCE_INDEPENDENT_ATTR.
- SOURCE_KEY_FIELDS_ATTR - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
The SOURCE_KEY_FIELDS_ATTR.
- SOURCE_KEY_FILE_VAR - Static variable in class com.toolsverse.etl.core.task.common.FileManagerTask
-
The SOURCE KEY_FILE_VAR.
- SOURCE_KEY_NAME_ATTR - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
The SOURCE_KEY_NAME_ATTR.
- SOURCE_LIMIT_ATTR - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
The SOURCE_LIMIT_ATTR.
- SOURCE_MANDATORY_ATTR - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
The SOURCE_MANDATORY_ATTR.
- SOURCE_MAX_FILES_ATTR - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
- SOURCE_METRICS_ENABLED_ATTR - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
The SOURCE_METRICS_ENABLED_ATTR.
- SOURCE_NAME_NODE - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
The SOURCE_NAME_NODE.
- SOURCE_NEW_CONNECTION_ATTR - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
- SOURCE_NEW_CONNECTION_SOURCE_QUERY_ATTR - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
- SOURCE_NODE - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
The SOURCE_NODE.
- SOURCE_PARALLEL_ATTR - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
The SOURCE_PARALLEL_ATTR.
- SOURCE_PARAMS_VAR - Static variable in class com.toolsverse.etl.core.task.common.FileManagerTask
-
The SOURCE_PARAMS_VAR.
- SOURCE_PARENT_ETL_DRIVER_ATTR - Static variable in class com.toolsverse.etl.core.engine.Scenario
-
The Constant SOURCE_PARENT_ETL_DRIVER_ATTR.
- SOURCE_PASSIVE_MODE_VAR - Static variable in class com.toolsverse.etl.core.task.common.FileManagerTask
-
The SOURCE_PASSIVE_MODE_VAR.
- SOURCE_PASSPHRASE_VAR - Static variable in class com.toolsverse.etl.core.task.common.FileManagerTask
-
The DEST PASSPHRASE_VAR.
- SOURCE_PASSWORD_VAR - Static variable in class com.toolsverse.etl.core.task.common.FileManagerTask
-
The SOURCE_PASSWORD_VAR.
- SOURCE_PROXY_PORT_VAR - Static variable in class com.toolsverse.etl.core.task.common.FileManagerTask
-
The SOURCE_PROXY_PORT_VAR.
- SOURCE_PROXY_VAR - Static variable in class com.toolsverse.etl.core.task.common.FileManagerTask
-
The SOURCE_PROXY_VAR.
- SOURCE_READER_NODE - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
The SOURCE_READER_NODE.
- SOURCE_SQL_ATTR - Static variable in class com.toolsverse.etl.core.engine.Source
-
SOURCE_SQL_ATTR.
- SOURCE_SQL_STATEMENT_PARAM_INDEX_NODE - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
The SOURCE SQL STATEMENT OUTPUT PARAMETER INDEX NODE.
- SOURCE_SQL_STATEMENT_TYPE_NODE - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
The SOURCE SQL STATEMENT TYPE NODE.
- SOURCE_TYPE - Static variable in exception com.toolsverse.etl.exception.EtlException
-
The source type.
- SOURCE_TYPE_VAR - Static variable in class com.toolsverse.etl.core.task.common.FileManagerTask
-
The SOURCE_TYPE_VAR.
- SOURCE_UPDATE_KEY_ATTR - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
The SOURCE_UPDATE_KEY_ATTR.
- SOURCE_URL_VAR - Static variable in class com.toolsverse.etl.core.task.common.FileManagerTask
-
The SOURCE_URL_VAR.
- SOURCE_USER_VAR - Static variable in class com.toolsverse.etl.core.task.common.FileManagerTask
-
The SOURCE_USER_VAR.
- SOURCE_WILCARD_ENABLED_ATTR - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
- SOURCE_WILDCARD_PARALLEL_ATTR - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
The SOURCE_WILDCARD_PARALLEL_ATTR.
- SOURCE_WRITER_NODE - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
The SOURCE_WRITER_NODE.
- SourceConnector - Class in com.toolsverse.etl.connector
-
Reads data from the excising data set.
- SourceConnector() - Constructor for class com.toolsverse.etl.connector.SourceConnector
-
- SourceConnectorParams - Class in com.toolsverse.etl.connector
-
- SourceConnectorParams() - Constructor for class com.toolsverse.etl.connector.SourceConnectorParams
-
Instantiates a new SourceConnectorParams.
- SOURCES - Static variable in class com.toolsverse.etl.core.config.EtlConfig
-
The SOURSES.
- SOURCES_NODE - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
The SOURCES_NODE.
- SPACE - Static variable in class com.toolsverse.etl.common.Variable
-
Substitution for the space character in the variable name.
- SPARQL_LANG - Static variable in interface com.toolsverse.util.lang.ParserTypeFactory
-
SPARQL.
- split(DataSet, String) - Static method in class com.toolsverse.etl.common.CommonEtlUtils
-
Splits the data set on multiple data sets using given key field(s).
- split(DataSet, String, int) - Static method in class com.toolsverse.etl.common.CommonEtlUtils
-
Splits the data set on multiple data sets using given key field(s).
- split(IoProcessor, IoProcessor, String, String, String) - Method in class com.toolsverse.etl.connector.json.JsonSplitProcessor
-
- split(IoProcessor, String, Map<String, String>, String, int, boolean) - Method in class com.toolsverse.etl.connector.json.JsonSplitProcessor
-
Split the JSON file to files on specified repeating elements
- split(IoProcessor, File, Map<String, String>, String, int, boolean) - Method in class com.toolsverse.etl.connector.json.JsonSplitProcessor
-
Split the JSON file to files on specified repeating elements
- split(IoProcessor, InputStream, String, Map<String, String>, String, int, boolean) - Method in class com.toolsverse.etl.connector.json.JsonSplitProcessor
-
Split the JSON input stream to files on specified repeating elements
- split(IoProcessor, IoProcessor, String, String, String) - Method in class com.toolsverse.etl.connector.text.TextSplitProcessor
-
- split(IoProcessor, IoProcessor, String, String, String) - Method in class com.toolsverse.etl.connector.xml.XmlMerger
-
- split(IoProcessor, IoProcessor, String, String, String) - Method in class com.toolsverse.etl.connector.xml.XmlSplitProcessor
-
- split(IoProcessor, String, Map<String, String>, String, int, boolean) - Method in class com.toolsverse.etl.connector.xml.XmlSplitProcessor
-
Split the XML file to files on specified repeating elements
- split(IoProcessor, File, Map<String, String>, String, int, boolean) - Method in class com.toolsverse.etl.connector.xml.XmlSplitProcessor
-
Split the XML file to files on specified repeating elements.
- split(IoProcessor, InputStream, String, Map<String, String>, String, int, boolean) - Method in class com.toolsverse.etl.connector.xml.XmlSplitProcessor
-
Split the XML input stream to files on specified repeating elements
- split(IoProcessor, InputStream, Map<String, XmlSplitProcessor.RepeatedElement>, int, boolean) - Method in class com.toolsverse.etl.connector.xml.XmlSplitProcessor
-
Split the XML input stream to files on specified repeating elements.
- split(String) - Method in class com.toolsverse.etl.parser.GenericSqlParser
-
- split(String) - Method in interface com.toolsverse.etl.parser.SqlParser
-
Splits given sql on multiple sql statements using ";" as a separator.
- split(IoProcessor, IoProcessor, String, String, String) - Method in interface com.toolsverse.io.SplitProcessor
-
Split the input stream into multiple files.
- split(String, String, int[]) - Static method in class com.toolsverse.util.Utils
-
Splits the input string using either delim string or if
lengthArray != null && lengthArray.length > 0 lengthArray as
an array where each element is a field length.
- SPLIT_BY_PROP - Static variable in class com.toolsverse.etl.connector.FileConnectorParams
-
The SPLIT BY property.
- SPLIT_PROCESSOR_CLASS - Static variable in class com.toolsverse.etl.core.task.common.FileManagerTask
-
- SplitDataSet - Class in com.toolsverse.etl.core.task.common
-
This
Task.POST task splits data set using either combination of keys
(group by) or maximum number of records.
- SplitDataSet() - Constructor for class com.toolsverse.etl.core.task.common.SplitDataSet
-
- splitLines(List<TypedKeyValue<String, Integer>>, String, int, String) - Static method in class com.toolsverse.util.Utils
-
This method takes value as an input string and builds
all list in a way that each element ('partition') of the
list contains not more than lines of text.
- splitOnEol(String) - Static method in class com.toolsverse.util.Utils
-
Split on eol.
- splitOnTokens(String) - Static method in class com.toolsverse.util.FilenameUtils
-
Splits a string into a number of tokens.
- SplitParser(String) - Constructor for class com.toolsverse.etl.parser.GenericSqlParser.SplitParser
-
Instantiates a new SplitParser.
- SplitProcessor - Interface in com.toolsverse.io
-
The common interface for all classes that can split the source input stream
into multiple files.
- SplitReceiver - Interface in com.toolsverse.io
-
A moniker interface, which indicates that the class supports
SplitProcessor.
- splitRecord(DataSetRecord, int, DataSetFields) - Static method in class com.toolsverse.etl.common.CommonEtlUtils
-
Split record.
- splitToList(String, String, boolean, boolean) - Static method in class com.toolsverse.util.Utils
-
Splits the string using given delimiter and adds tokens to the hash set.
- splitWithCommaAndQuoteRemoveSpaces(String) - Static method in class com.toolsverse.util.Utils
-
Split string with quotes using comma as a separator.
- spread(int) - Static method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentHashMapV8
-
Spreads (XORs) higher bits of hash to lower and also forces top
bit to 0.
- SPRING_CONFIG_LOCATION_PROPERTY - Static variable in class com.toolsverse.config.SystemConfig
-
The location of the SPRING application properties file.
- sql - Variable in class com.toolsverse.etl.sql.util.SqlHistory.SqlHistoryKey
-
The sql.
- sql2Java(String) - Static method in class com.toolsverse.util.Script
-
Replaces SQL like boolean operations.
- SQL_ATTR - Static variable in class com.toolsverse.etl.common.Variable
-
- SQL_ATTR - Static variable in class com.toolsverse.etl.core.engine.Destination
-
The Constant SQL_ATTR.
- SQL_ATTR - Static variable in class com.toolsverse.etl.core.engine.Source
-
SQL_ATTR.
- SQL_ATTR - Static variable in class com.toolsverse.etl.core.task.common.SqlTask
-
- SQL_ATTR - Static variable in class com.toolsverse.etl.core.task.informix.InformixDbAccessTask
-
- SQL_ATTR - Static variable in class com.toolsverse.etl.core.task.oracle.OracleCopyTask
-
- SQL_ATTR - Static variable in class com.toolsverse.etl.core.task.oracle.OracleExtractTask
-
- SQL_ATTR - Static variable in class com.toolsverse.etl.core.task.oracle.OracleLoadTask
-
- SQL_ATTR - Static variable in class com.toolsverse.etl.core.task.sqlserver.BcpTask
-
- SQL_LANG - Static variable in interface com.toolsverse.util.lang.ParserTypeFactory
-
SQL.
- SQL_NODE - Static variable in class com.toolsverse.etl.core.engine.EtlFactory
-
The SQL_NODE.
- SQL_SERVER_JDBC_CLASS - Static variable in class com.toolsverse.etl.common.FieldsRepository.FieldsRepositoryConfig
-
- SQL_STATEMENT_OUTPUT_PARAM_INDEEX_ATTR - Static variable in class com.toolsverse.etl.core.engine.Source
-
OUTPUT PARAMETERS INDEX ATTR.
- SQL_STATEMENT_PARAM_INDEX_ATTR - Static variable in class com.toolsverse.etl.core.engine.Source
-
OUTPUT PARAMETER INDEX FOR CALLABLE STATEMENT ATTR.
- SQL_STATEMENT_TYPE_ATTR - Static variable in class com.toolsverse.etl.core.engine.Source
-
EXTRACT SQL STATEMENT TYPE ATTR.
- SQL_SYNTAX_VAR - Static variable in class com.toolsverse.etl.core.task.common.Filter
-
- SQL_TYPE_ATTR - Static variable in class com.toolsverse.etl.common.Variable
-
The SQL TYPE ATTRIBUTE.
- SqlConfig - Class in com.toolsverse.etl.sql.config
-
The singleton class which holds a reference to the map of the named aliases.
- SqlConnector - Class in com.toolsverse.etl.connector.sql
-
Reads data from the database using jdbc, creates insert sql statements.
- SqlConnector() - Constructor for class com.toolsverse.etl.connector.sql.SqlConnector
-
- SqlConnectorParams - Class in com.toolsverse.etl.connector.sql
-
- SqlConnectorParams() - Constructor for class com.toolsverse.etl.connector.sql.SqlConnectorParams
-
Instantiates a new SqlConnectorParams.
- SqlConnectorParams(ResultSet, CacheProvider<String, Object>, boolean, int) - Constructor for class com.toolsverse.etl.connector.sql.SqlConnectorParams
-
Instantiates a new SqlConnectorParams.
- SqlConnectorResource - Enum in com.toolsverse.etl.connector.sql
-
Messages used by SqlConnector
- SqlHistory - Class in com.toolsverse.etl.sql.util
-
The data structure used to capture the history of the executed sql statements
along with bind variables.
- SqlHistory(int) - Constructor for class com.toolsverse.etl.sql.util.SqlHistory
-
Instantiates SqlHistory.
- SqlHistory.SqlHistoryKey - Class in com.toolsverse.etl.sql.util
-
The Class SqlHistoryKey.
- SqlHistory.SqlHistoryValue - Class in com.toolsverse.etl.sql.util
-
The SqlHistoryEntry.
- SqlHistoryKey(String, String) - Constructor for class com.toolsverse.etl.sql.util.SqlHistory.SqlHistoryKey
-
Instantiates a new sql history key.
- SqlHistoryValue(String, Map<String, Object>) - Constructor for class com.toolsverse.etl.sql.util.SqlHistory.SqlHistoryValue
-
Instantiates a new sql history value.
- SqlParser - Interface in com.toolsverse.etl.parser
-
The sql grammar parser.
- SqlParserFactory - Class in com.toolsverse.etl.core.util
-
Use to instantiate TGSqlParser for the given
Driver class name.
- SqlParserFactory() - Constructor for class com.toolsverse.etl.core.util.SqlParserFactory
-
- SqlRequest - Class in com.toolsverse.etl.sql.service
-
SqlRequest is a data structure passed as a parameter to the SqlService methods.
- SqlRequest(SessionConnectionProvider<Alias>, ConnectionParamsProvider<Alias>, SqlParser, Driver, Map<String, Object>, String, boolean, boolean) - Constructor for class com.toolsverse.etl.sql.service.SqlRequest
-
Instantiates a new sql request.
- SqlRequest(SessionConnectionProvider<Alias>, ConnectionParamsProvider<Alias>, SqlParser, Driver, Map<String, Object>, String, boolean, boolean, boolean, boolean) - Constructor for class com.toolsverse.etl.sql.service.SqlRequest
-
Instantiates a new sql request.
- SqlRequest(SessionConnectionProvider<Alias>, ConnectionParamsProvider<Alias>, SqlParser, Driver, Map<String, Object>, String, boolean, boolean, boolean, int, boolean) - Constructor for class com.toolsverse.etl.sql.service.SqlRequest
-
Instantiates a new sql request.
- SqlResult - Class in com.toolsverse.etl.sql.service
-
SqlResult is a data structure returned by various methods of SqlService.
- SqlResult(String, Map<String, DataSet>) - Constructor for class com.toolsverse.etl.sql.service.SqlResult
-
Instantiates a new sql result.
- SqlResult(String, Map<String, DataSet>, boolean, boolean) - Constructor for class com.toolsverse.etl.sql.service.SqlResult
-
Instantiates a new sql result.
- SqlService - Interface in com.toolsverse.etl.sql.service
-
SqlService provides support for execution of the sql queries.
- SqlServiceImpl - Class in com.toolsverse.etl.sql.service
-
The default implementation for the SqlService interface.
- SqlServiceImpl() - Constructor for class com.toolsverse.etl.sql.service.SqlServiceImpl
-
- SqlStatementType - Enum in com.toolsverse.etl.sql.util
-
Types of sql statements.
- SqlTask - Class in com.toolsverse.etl.core.task.common
-
- SqlTask() - Constructor for class com.toolsverse.etl.core.task.common.SqlTask
-
- SQLTYPE_ATTR - Static variable in class com.toolsverse.etl.common.Variable
-
- SqlTypeParser() - Constructor for class com.toolsverse.etl.parser.GenericSqlParser.SqlTypeParser
-
- SqlUtils - Class in com.toolsverse.etl.sql.util
-
Collection of static methods for SQL operations.
- SqlUtils() - Constructor for class com.toolsverse.etl.sql.util.SqlUtils
-
- SQLXML - Static variable in class com.toolsverse.etl.sql.util.SqlUtils
-
The SQLXML type.
- SRadioButtonAdapter - Class in com.toolsverse.mvc.view.wings
-
SRadioButton is a default implementation of the WingComponentAdapter for the SRadioButton
- SRadioButtonAdapter(View, SRadioButton) - Constructor for class com.toolsverse.mvc.view.wings.SRadioButtonAdapter
-
Instantiates a new SRadioButtonAdapter.
- SRawTextComponentAdapter - Class in com.toolsverse.mvc.view.wings
-
SRawTextComponentAdapter is a default implementation of the WingComponentAdapter for the SRawTextComponent
- SRawTextComponentAdapter(View, SRawTextComponent) - Constructor for class com.toolsverse.mvc.view.wings.SRawTextComponentAdapter
-
Instantiates a new SRawTextComponentAdapter.
- SSH_HOST_PROP - Static variable in class com.toolsverse.etl.sql.connection.SshTunnel
-
- SSH_LOCAL_HOST_PROP - Static variable in class com.toolsverse.etl.sql.connection.SshTunnel
-
- SSH_PASSPHRASE_PROP - Static variable in class com.toolsverse.etl.sql.connection.SshTunnel
-
- SSH_PASSWORD_PROP - Static variable in class com.toolsverse.etl.sql.connection.SshTunnel
-
- SSH_PORT_PROP - Static variable in class com.toolsverse.etl.sql.connection.SshTunnel
-
- SSH_PRIVATE_KEY_PROP - Static variable in class com.toolsverse.etl.sql.connection.SshTunnel
-
- SSH_USER_NAME_PROP - Static variable in class com.toolsverse.etl.sql.connection.SshTunnel
-
- SshConnection - Class in com.toolsverse.etl.sql.connection
-
A wrapper for the Connection interface which implements JDBC
connection over SSH tunnel.
- SshConnection(SshTunnel, Connection) - Constructor for class com.toolsverse.etl.sql.connection.SshConnection
-
Instantiates a new ssh connection.
- SshConnection(SshTunnel, Connection, String, int) - Constructor for class com.toolsverse.etl.sql.connection.SshConnection
-
Instantiates a new ssh connection.
- SshTunnel - Class in com.toolsverse.etl.sql.connection
-
SshTunnel
- SshTunnel(Alias, Properties) - Constructor for class com.toolsverse.etl.sql.connection.SshTunnel
-
Instantiates a new ssh tunnel.
- SshTunnel(String, Properties, UrlParser) - Constructor for class com.toolsverse.etl.sql.connection.SshTunnel
-
Instantiates a new ssh tunnel.
- SSL_CLIENT_CERT - Static variable in class com.toolsverse.service.web.HttpClientFactory
-
- SSL_CLIENT_CERT_PASSWORD - Static variable in class com.toolsverse.service.web.HttpClientFactory
-
- SSL_CLIENT_CERT_TYPE - Static variable in class com.toolsverse.service.web.HttpClientFactory
-
- SSL_TRUST_SELF_SIGNED - Static variable in class com.toolsverse.service.web.HttpClientFactory
-
- STableAdapter - Class in com.toolsverse.mvc.view.wings
-
STableAdapter is a default implementation of the WingComponentAdapter for the STable
- STableAdapter(View, STable) - Constructor for class com.toolsverse.mvc.view.wings.STableAdapter
-
Instantiates a new STableAdapter.
- STAGE_VAR - Static variable in class com.toolsverse.etl.core.task.snowflake.CopyIntoTableTask
-
- start() - Method in class com.toolsverse.util.concurrent.ConcurrentAdapter
-
Start.
- start() - Method in class com.toolsverse.util.concurrent.ConcurrentExecutor
-
- start() - Method in interface com.toolsverse.util.concurrent.ProgressDelegate
-
Executed when service thread is started
- START_ARRAY - Static variable in class com.toolsverse.etl.connector.json.JsonConnectorParams
-
The Constant START_ARRAY.
- START_ATTR - Static variable in class com.toolsverse.etl.core.function.DefFunctions
-
The START ATTRIBUTE.
- START_GROUPING_ROW_PROP - Static variable in class com.toolsverse.etl.connector.excel.ExcelConnectorParams
-
The START GROUPING ROW property.
- START_LOOP - Static variable in class com.toolsverse.etl.driver.oracle.OracleDriver
-
The START_LOOP sql.
- START_LOOP - Static variable in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
The START_LOOP sql.
- START_NAMED_OBJECT - Static variable in class com.toolsverse.etl.connector.json.JsonConnectorParams
-
The Constant START_NAMED_OBJECT.
- START_OBJECT - Static variable in class com.toolsverse.etl.connector.json.JsonConnectorParams
-
The Constant START_OBJECT.
- START_POSITION - Static variable in class com.toolsverse.util.PositionalXmlReader
-
- START_ROW_PROP - Static variable in class com.toolsverse.etl.connector.excel.ExcelConnectorParams
-
The START ROW property.
- START_ROW_PROP - Static variable in class com.toolsverse.etl.connector.text.KeyValueConnectorParams
-
The START ROW property.
- START_ROW_PROP - Static variable in class com.toolsverse.etl.connector.text.TextConnectorParams
-
The START ROW property.
- START_STYLE_PROP - Static variable in class com.toolsverse.etl.connector.json.JsonConnectorParams
-
The START STYLE property.
- START_VARIABLE_OBJECT - Static variable in class com.toolsverse.etl.connector.json.JsonConnectorParams
-
The Constant START_VARIABLE_OBJECT.
- startedAt() - Method in interface com.toolsverse.util.concurrent.ParallelProgressDelegate
-
Date+time when task started.
- startElement(String, String, String, Attributes) - Method in class com.toolsverse.etl.connector.excel.ExcelXlsxConnector.XSSFSheetHandler
-
- startLoad() - Method in class com.toolsverse.etl.aliasreader.AliasReaderUnit
-
- startLoad() - Method in class com.toolsverse.etl.connector.ConnectorUnit
-
- startLoad() - Method in class com.toolsverse.etl.driver.DriverUnit
-
- startLoad() - Method in class com.toolsverse.etl.metadata.MetadataUnit
-
- startLoad() - Method in class com.toolsverse.ext.loader.Unit
-
Executed when UnitLoader starts loading.
- startLoad() - Method in class com.toolsverse.imaging.ImageProcessor
-
- startLoad() - Method in class com.toolsverse.io.IoProcessorFactory
-
- startProgress(ParallelProgressDelegate) - Method in interface com.toolsverse.util.concurrent.ParallelProgressCallback
-
Start progress.
- STARTS_WITH - Static variable in class com.toolsverse.etl.metadata.DatabaseFilter
-
The STARTS_WITH modifier.
- startStream(JsonProducerPackage) - Method in class com.toolsverse.etl.connector.json.JsonConnector
-
- startStream(KeyValueProducerPackage) - Method in class com.toolsverse.etl.connector.text.KeyValueConnector
-
- startStream(TextProducerPackage) - Method in class com.toolsverse.etl.connector.text.TextConnector
-
- startStream(XmlProducerPackage) - Method in class com.toolsverse.etl.connector.xml.XmlObjectStreamingConnector
-
- startStream(P) - Method in interface com.toolsverse.io.StreamingConnector
-
Start the stream.
- startTrackingExtract(String, Source, DataSet, Destination, String) - Method in class com.toolsverse.etl.core.engine.EtlMetricsTracker
-
Start tracking extract.
- startTrackingFile(FileMetrics) - Method in class com.toolsverse.etl.core.engine.EtlMetricsTracker
-
Start tracking file.
- startTrackingLoad(String, Destination, String) - Method in class com.toolsverse.etl.core.engine.EtlMetricsTracker
-
Start tracking load.
- stateChanged(ChangeEvent) - Method in class com.toolsverse.mvc.view.wings.SRadioButtonAdapter
-
- STATUS_ERROR - Static variable in class com.toolsverse.service.LogNode
-
The STATUS_ERROR.
- STATUS_EXCEPTION - Static variable in class com.toolsverse.service.LogNode
-
The STATUS_EXCEPTION.
- STATUS_OK - Static variable in class com.toolsverse.service.LogNode
-
The STATUS_OK.
- STextComponentAdapter - Class in com.toolsverse.mvc.view.wings
-
STextComponentAdapter is a default implementation of the WingComponentAdapter for the STextComponent
- STextComponentAdapter(View, STextComponent) - Constructor for class com.toolsverse.mvc.view.wings.STextComponentAdapter
-
Instantiates a new STextComponentAdapter.
- SToggleButtonAdapter - Class in com.toolsverse.mvc.view.wings
-
SToggleButtonAdapter is a default implementation of the WingComponentAdapter for the SToggleButton
- SToggleButtonAdapter(View, SToggleButton) - Constructor for class com.toolsverse.mvc.view.wings.SToggleButtonAdapter
-
Instantiates a new SToggleButtonAdapter.
- STOP - Static variable in class com.toolsverse.etl.core.engine.TaskResult
-
The STOP current task.
- stopProgress(ParallelProgressDelegate) - Method in interface com.toolsverse.util.concurrent.ParallelProgressCallback
-
Stop progress.
- stopThread() - Method in class com.toolsverse.util.FileWatcher
-
Stop thread.
- stopTrackingFile(FileMetrics, String, String) - Method in class com.toolsverse.etl.core.engine.EtlMetricsTracker
-
Stop tracking file.
- StorageManager - Class in com.toolsverse.storage
-
The singleton class which includes all property management and retrieval
related functions.
- StorageObject(Object) - Constructor for class com.toolsverse.storage.StorageProvider.StorageObject
-
Instantiates a new storage object.
- StorageObject(String, Object) - Constructor for class com.toolsverse.storage.StorageProvider.StorageObject
-
Instantiates a new storage object.
- StorageProvider - Interface in com.toolsverse.storage
-
The interface for all classes that used to get\set\remove properties Possible implementations are: local storage provider (map),
HTML5 storage provider, etc.
- StorageProvider.StorageObject - Class in com.toolsverse.storage
-
The Class StorageObject.
- StorageResource - Enum in com.toolsverse.storage.resource
-
The messages used by the storage framework.
- StorageService - Interface in com.toolsverse.storage.service
-
The class that loads and stores properties must implement this interface.
- StorageUtils - Class in com.toolsverse.storage.util
-
StorageUtils is collection of static methods used by StorageManager.
- StorageUtils() - Constructor for class com.toolsverse.storage.util.StorageUtils
-
- storageValue2Value(int, Object, Map<String, String>) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Converts field value.
- store(String) - Method in interface com.toolsverse.etl.core.engine.FileFilter
-
Store history.
- store(String) - Method in class com.toolsverse.etl.core.engine.NoDupsFileFilter
-
- store() - Method in interface com.toolsverse.storage.PersistableStorage
-
Stores properties.
- store(Map<String, StorageProvider.StorageObject>) - Method in interface com.toolsverse.storage.PersistableStorage
-
Stores only given properties.
- store(StorageProvider) - Method in class com.toolsverse.storage.PersistableStorageAdapter
-
Stores all properties from the given StorageProvider using active
StorageService.
- store(StorageProvider, Map<String, StorageProvider.StorageObject>) - Method in class com.toolsverse.storage.PersistableStorageAdapter
-
Stores given properties from the given StorageProvider using active
StorageService.
- store(Map<String, StorageProvider.StorageObject>) - Method in interface com.toolsverse.storage.service.StorageService
-
Stores properties.
- store() - Method in class com.toolsverse.storage.StorageManager
-
- store(Map<String, StorageProvider.StorageObject>) - Method in class com.toolsverse.storage.StorageManager
-
- STORE_HOST_ATTR - Static variable in class com.toolsverse.etl.core.task.common.MailTask
-
- STORE_HOST_PROP - Static variable in class com.toolsverse.io.MailParams
-
The STORE HOST PROPERTY.
- STORE_HOST_VAR - Static variable in class com.toolsverse.etl.core.task.common.MailTask
-
The STORE HOST VARIABLE.
- STORE_PASSWORD_ATTR - Static variable in class com.toolsverse.etl.core.task.common.MailTask
-
- STORE_PASSWORD_PROP - Static variable in class com.toolsverse.io.MailParams
-
The STORE PASSWORD PROPERTY.
- STORE_PASSWORD_VAR - Static variable in class com.toolsverse.etl.core.task.common.MailTask
-
The STORE PASSWORD VARIABLE.
- STORE_PROTOCOL_ATTR - Static variable in class com.toolsverse.etl.core.task.common.MailTask
-
- STORE_PROTOCOL_PROP - Static variable in class com.toolsverse.io.MailParams
-
The STORE PROTOCOL PROPERTY.
- STORE_PROTOCOL_VAR - Static variable in class com.toolsverse.etl.core.task.common.MailTask
-
The STORE PROTOCOL VARIABLE.
- STORE_USER_ATTR - Static variable in class com.toolsverse.etl.core.task.common.MailTask
-
- STORE_USER_PROP - Static variable in class com.toolsverse.io.MailParams
-
The STORE USER PROPERTY.
- STORE_USER_VAR - Static variable in class com.toolsverse.etl.core.task.common.MailTask
-
The STORE USER VARIABLE.
- StoredExtension(ExtensionModule) - Constructor for class com.toolsverse.ext.loader.UnitLoader.StoredExtension
-
Instantiates a new StoredExtension.
- storeFile(String, String, InputStream) - Method in class com.toolsverse.io.FtpUtils
-
Stores a file on the server using name dropOffFolder + filename and
taking input from the given InputStream.
- str2Bool(String, boolean) - Static method in class com.toolsverse.util.Utils
-
Converts string to boolean.
- str2Boolean(String, Boolean) - Static method in class com.toolsverse.util.Utils
-
Converts string to Boolean.
- str2Byte(String, byte) - Static method in class com.toolsverse.util.Utils
-
Converts string to byte.
- str2CsvStr(String) - Static method in class com.toolsverse.util.Utils
-
Convert string to the standard csv string.
- str2DataSet(DataSet, String, String, String) - Static method in class com.toolsverse.etl.connector.ConnectorUtils
-
Populate dataset using given string and connector class name.
- str2Date(String, Map<String, String>) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Converts text to date using value for the DATE_FORMAT_PROP property as a
format string.
- str2Date(String, Date, String) - Static method in class com.toolsverse.util.Utils
-
Converts string to date using format string.
- str2Date(String, String[]) - Static method in class com.toolsverse.util.Utils
-
Converts string to date using array of formats.
- str2DateTime(String, Map<String, String>) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Converts text to date+time using value for the DATE_TIME_FORMAT_PROP
property as a format string.
- str2Int(String, int) - Static method in class com.toolsverse.util.Utils
-
Converts string to int.
- str2Integer(String, Integer) - Static method in class com.toolsverse.util.Utils
-
Converts string to Integer.
- str2Long(String, long) - Static method in class com.toolsverse.util.Utils
-
Converts string to long.
- str2Long(String, Long) - Static method in class com.toolsverse.util.Utils
-
Converts string to Long.
- str2Name(String) - Static method in class com.toolsverse.util.Utils
-
Converts string to the 'name' by removing whitespaces and other special
characters (such as '_').
- str2Number(String, Number) - Static method in class com.toolsverse.util.Utils
-
Converts string to Number.
- str2PropsStr(String, String, String) - Static method in class com.toolsverse.util.Utils
-
Parses string like name=value;name=value and converts it to
name='value';name='value';
- str2Regexp(String) - Static method in class com.toolsverse.util.Utils
-
Converts string with special chars used by Java regular expression engine
to the string where these chars precede by escapes character.
- str2Str(String, String) - Static method in class com.toolsverse.util.Utils
-
If fiven str is not null returns str, otherwise
returns def.
- str2Time(String, Map<String, String>) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Converts text to time using value for the TIME_FORMAT_PROP property as a
format string.
- stream(StreamingPackage, Alias, StreamingConnector) - Method in class com.toolsverse.etl.connector.BaseDataSetConnector
-
Stream data.
- stream(StreamingConnector, ProducerPackage) - Method in interface com.toolsverse.io.StreamingProcessor
-
Send data to stream.
- STREAM_ATTR - Static variable in class com.toolsverse.etl.core.engine.Destination
-
The Constant STREAM_ATTR.
- STREAM_WHEN_POSTING_PROP - Static variable in class com.toolsverse.io.HttpProcessor
-
The STREAM_WHEN_POSTING PROPERTY.
- StreamingCommitPolicy - Interface in com.toolsverse.etl.common
-
Class which is used to commit and rollback the changes after the unsuccessful attempt to load data
using streaming processor must implement this interface.
- StreamingConnection - Class in com.toolsverse.etl.sql.connection
-
A wrapper for the Connection interface which implements JDBC
connection that enforces constraints such as fetchSize, maxRows and
maxFieldSize.
- StreamingConnection(Connection, int, int, int) - Constructor for class com.toolsverse.etl.sql.connection.StreamingConnection
-
Instantiates a new streaming connection.
- StreamingConnector<S extends StreamingPackage,P extends ProducerPackage> - Interface in com.toolsverse.io
-
The common interface for all connector classes that can stream data and
consume streams using given
IoProcessor.
- StreamingPackage - Interface in com.toolsverse.io
-
The parameter passed to the StreamingConnecto#consume method.
- StreamingProcessor - Interface in com.toolsverse.io
-
A common interface for
IoProcessor classes which can stream data and consume data from streams.
- STRING - Static variable in class com.toolsverse.util.Utils
-
The STRING.
- StringBuilderWriter - Class in com.toolsverse.util
-
Writer implementation that outputs to a StringBuilder.
- StringBuilderWriter() - Constructor for class com.toolsverse.util.StringBuilderWriter
-
Constructs a new StringBuilder instance with default capacity.
- StringBuilderWriter(int) - Constructor for class com.toolsverse.util.StringBuilderWriter
-
Constructs a new StringBuilder instance with the specified capacity.
- StringBuilderWriter(StringBuilder) - Constructor for class com.toolsverse.util.StringBuilderWriter
-
Constructs a new instance with the specified StringBuilder.
- stringToBytes(String) - Static method in class com.toolsverse.io.AwsAuthUtils
-
String to bytes.
- STRIP_NOT_PRINTABLE_PROP - Static variable in class com.toolsverse.etl.connector.text.TextConnectorParams
-
STRIP NOT PRINTABLE property.
- stripComments(String) - Method in class com.toolsverse.etl.parser.GenericSqlParser
-
- stripComments(String) - Method in interface com.toolsverse.etl.parser.SqlParser
-
Strip comments.
- stripLeadingSlash(String) - Static method in class com.toolsverse.util.UrlUtils
-
Strip leading slash.
- StripParser() - Constructor for class com.toolsverse.etl.parser.GenericSqlParser.StripParser
-
Instantiates a new StripParser.
- struct2Object(Struct) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Convert java.sql.Struct to the object which is recognizable by framework,
for example DataSet.
- structureEquals(DataSet) - Method in class com.toolsverse.etl.common.DataSet
-
Checks if two datasets are structure equal.
- subAppend(LoggingEvent) - Method in class com.toolsverse.etl.util.ThreadAppender
-
- SUBJECT_ATTR - Static variable in class com.toolsverse.etl.core.task.common.MailTask
-
- SUBJECT_PROP - Static variable in class com.toolsverse.io.MailParams
-
The SUBJECT PROPERTY.
- SUBJECT_VAR - Static variable in class com.toolsverse.etl.core.task.common.MailTask
-
The SUBJECT VARIABLE.
- substituteVars(ListHashMap<String, Variable>) - Static method in class com.toolsverse.etl.core.util.EtlUtils
-
Substitute variable values in {} brackets.
- subStrCount(String, String) - Static method in class com.toolsverse.util.Utils
-
Count number of occurrences of the toFind string inside given source
string.
- SUCCESS_MASK_ATTR - Static variable in class com.toolsverse.etl.core.task.common.CmdTask
-
- SUCCESS_MASK_ATTR - Static variable in class com.toolsverse.etl.core.task.common.FileMerge
-
- SUCCESS_MASK_VAR - Static variable in class com.toolsverse.etl.core.config.EtlConfig
-
The SUCCESS_MASK variable name.
- SUCCESS_PROP - Static variable in class com.toolsverse.io.HttpProcessor
-
The SUCCESS property.
- SUCCESS_STATUS - Static variable in class com.toolsverse.etl.core.engine.FileMetrics
-
The Constant SUCCESS_STATUS.
- SUFFIX_PROP - Static variable in class com.toolsverse.etl.connector.FileConnectorParams
-
The SUFFIX property.
- SUFFIX_VAR - Static variable in class com.toolsverse.etl.core.task.common.FileManagerTask
-
The SUFFIX_VAR.
- suggestBestFieldForTheKey(List<String>, String, Driver, boolean) - Static method in class com.toolsverse.etl.sql.util.SqlUtils
-
Suggest best field for the key.
- sum(Object, Object) - Method in class com.toolsverse.etl.core.task.common.PivotFunctions
-
Calculates sum.
- sumCount() - Method in class com.toolsverse.util.concurrentlinkedhashmap.ConcurrentHashMapV8
-
- supportColonInFormatter() - Method in class com.toolsverse.etl.driver.AbstractDriver
-
- supportColonInFormatter() - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- supportColonInFormatter() - Method in interface com.toolsverse.etl.driver.Driver
-
Support colon in formatter.
- supportColonInFormatter() - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- supportedJoinTypes() - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- supportedJoinTypes() - Method in interface com.toolsverse.etl.driver.Driver
-
Returns supported join types, such as inner join, left outer join etc.
- supportedJoinTypes() - Method in class com.toolsverse.etl.driver.GenericFileDriver
-
- supportedJoinTypes() - Method in class com.toolsverse.etl.driver.GenericJdbcDriver
-
- supportedJoinTypes() - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- supportedJoinTypes() - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- supportedJoinTypes() - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- supportedJoinTypes() - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- supportedJoinTypes() - Method in class com.toolsverse.etl.driver.snowflake.SnowflakeDriver
-
- supportedJoinTypes() - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- supportedSetOperations() - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- supportedSetOperations() - Method in interface com.toolsverse.etl.driver.Driver
-
Returns names of the supported set operations, such as union, union all,
etc.
- supportedSetOperations() - Method in class com.toolsverse.etl.driver.GenericFileDriver
-
- supportedSetOperations() - Method in class com.toolsverse.etl.driver.GenericJdbcDriver
-
- supportedSetOperations() - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- supportedSetOperations() - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- supportedSetOperations() - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- supportedSetOperations() - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- supportedSetOperations() - Method in class com.toolsverse.etl.driver.snowflake.SnowflakeDriver
-
- supportedSetOperations() - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- supportsActionAnnotation(String) - Method in interface com.toolsverse.mvc.controller.ControllerAdapter
-
Returns true if ViewAction annotation is supported for the attribute.
- supportsActionAnnotation(String) - Method in class com.toolsverse.mvc.controller.ControllerAdapterImpl
-
- supportsAnonymousBlocks() - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- supportsAnonymousBlocks() - Method in interface com.toolsverse.etl.driver.Driver
-
"Supports anonymous blocks" flag.
- supportsAnonymousBlocks() - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- supportsAnonymousBlocks() - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- supportsAnonymousBlocks() - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- supportsAnonymousBlocks() - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- supportsAnonymousBlocks() - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- supportsAnonymousBlocks() - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- supportsAnonymousBlocks() - Method in class com.toolsverse.etl.driver.sqlserver.SybaseDriver
-
- supportsAsText(String) - Method in class com.toolsverse.etl.metadata.BaseMetadata
-
- supportsAsText(String) - Method in class com.toolsverse.etl.metadata.db2.Db2Metadata
-
- supportsAsText(String) - Method in class com.toolsverse.etl.metadata.informix.InformixMetadata
-
- supportsAsText(String) - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
- supportsAsText(String) - Method in interface com.toolsverse.etl.metadata.Metadata
-
Checks if metadata driver supports asText method for the type.
- supportsAsText(String) - Method in class com.toolsverse.etl.metadata.mysql.MySqlMetadata
-
- supportsAsText(String) - Method in class com.toolsverse.etl.metadata.oracle.OracleMetadata
-
- supportsAsText(String) - Method in class com.toolsverse.etl.metadata.postgres.PostgresMetadata
-
- supportsAsText(String) - Method in class com.toolsverse.etl.metadata.sqlserver.MsSqlMetadata
-
- supportsAsText(String) - Method in class com.toolsverse.etl.metadata.sqlserver.SybaseMetadata
-
- supportsAutotrace() - Method in class com.toolsverse.etl.driver.AbstractDriver
-
- supportsAutotrace() - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- supportsAutotrace() - Method in interface com.toolsverse.etl.driver.Driver
-
Checks if driver supports autotrace.
- supportsAutotrace() - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- supportsAutotrace() - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- supportsAutotrace() - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- supportsAutotrace() - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- supportsBinaryInProc() - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- supportsBinaryInProc() - Method in interface com.toolsverse.etl.driver.Driver
-
"Supports binary data types in procedures" flag.
- supportsBinaryInProc() - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- supportsBinaryInProc() - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- supportsBinaryInProc() - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- supportsBinaryInProc() - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- supportsBinaryInProc() - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- supportsBinaryInProc() - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- supportsCallableStatement() - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- supportsCallableStatement() - Method in interface com.toolsverse.etl.driver.Driver
-
"Supports callable statement" flag.
- supportsCallableStatement() - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- supportsCallableStatement() - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- supportsCallableStatement() - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- supportsCallableStatement() - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- supportsCallableStatement() - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- supportsCallableStatement() - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- supportsCdata() - Method in class com.toolsverse.io.DirectProcessor
-
- supportsCdata() - Method in class com.toolsverse.io.FileProcessor
-
- supportsCdata() - Method in class com.toolsverse.io.FtpProcessor
-
- supportsCdata() - Method in class com.toolsverse.io.HttpProcessor
-
- supportsCdata() - Method in interface com.toolsverse.io.IoProcessor
-
Checks if IoProcessor supports cdata.
- supportsCdata() - Method in class com.toolsverse.io.MailProcessor
-
- supportsCdata() - Method in class com.toolsverse.io.NullProcessor
-
- supportsCdata() - Method in class com.toolsverse.io.SftpProcessor
-
- SupportsCodeUpdate - Interface in com.toolsverse.etl.core.engine
-
Moniker interface for OnTask that supports upading the code before recording start/finish event in Redis
- supportsConvertForDisplayAnnotation(String) - Method in interface com.toolsverse.mvc.controller.ControllerAdapter
-
Returns true if ConvertForDisplay annotation is supported for the attribute.
- supportsConvertForDisplayAnnotation(String) - Method in class com.toolsverse.mvc.controller.ControllerAdapterImpl
-
- supportsConvertForStorageAnnotation(String) - Method in interface com.toolsverse.mvc.controller.ControllerAdapter
-
Returns true if ConvertForStorage annotation is supported for the attribute.
- supportsConvertForStorageAnnotation(String) - Method in class com.toolsverse.mvc.controller.ControllerAdapterImpl
-
- supportsDrop(String) - Method in class com.toolsverse.etl.metadata.BaseMetadata
-
- supportsDrop(String) - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
- supportsDrop(String) - Method in interface com.toolsverse.etl.metadata.Metadata
-
Checks if metadata driver supports dropAsText method for the type.
- supportsExecute(String) - Method in class com.toolsverse.etl.metadata.db2.Db2Metadata
-
- supportsExecute(String) - Method in class com.toolsverse.etl.metadata.FileMetadata
-
- supportsExecute(String) - Method in class com.toolsverse.etl.metadata.informix.InformixMetadata
-
- supportsExecute(String) - Method in class com.toolsverse.etl.metadata.JdbcMetadata
-
- supportsExecute(String) - Method in interface com.toolsverse.etl.metadata.Metadata
-
Checks if metadata driver supports executeAsText method for the type.
- supportsExecute(String) - Method in class com.toolsverse.etl.metadata.mysql.MySqlMetadata
-
- supportsExecute(String) - Method in class com.toolsverse.etl.metadata.oracle.OracleMetadata
-
- supportsExecute(String) - Method in class com.toolsverse.etl.metadata.postgres.PostgresMetadata
-
- supportsExecute(String) - Method in class com.toolsverse.etl.metadata.sqlserver.MsSqlMetadata
-
- supportsExecute(String) - Method in class com.toolsverse.etl.metadata.sqlserver.SybaseMetadata
-
- supportsExplainPlan() - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- supportsExplainPlan() - Method in interface com.toolsverse.etl.driver.Driver
-
"Supports explain plan" flag.
- supportsExplainPlan() - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- supportsExplainPlan() - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- supportsExplainPlan() - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- supportsExplainPlan() - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- supportsExplainPlan() - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- supportsExplainPlan() - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- supportsExternalTool() - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- supportsExternalTool() - Method in interface com.toolsverse.etl.driver.Driver
-
"Supports external tool" flag.
- supportsExternalTool() - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- supportsExternalTool() - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- supportsExternalTool() - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- supportsExternalTool() - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- supportsExternalTool() - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- supportsExternalTool() - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- supportsFiles() - Method in class com.toolsverse.io.DirectProcessor
-
- supportsFiles() - Method in class com.toolsverse.io.FileProcessor
-
- supportsFiles() - Method in class com.toolsverse.io.FtpProcessor
-
- supportsFiles() - Method in class com.toolsverse.io.HttpProcessor
-
- supportsFiles() - Method in interface com.toolsverse.io.IoProcessor
-
Checks if IoProcessor supports files.
- supportsFiles() - Method in class com.toolsverse.io.MailProcessor
-
- supportsFiles() - Method in class com.toolsverse.io.NullProcessor
-
- supportsFiles() - Method in class com.toolsverse.io.SftpProcessor
-
- supportsIndexes() - Method in class com.toolsverse.etl.driver.CallableDriver
-
- supportsIndexes() - Method in interface com.toolsverse.etl.driver.Driver
-
Supports indexes.
- supportsIndexes() - Method in class com.toolsverse.etl.driver.GenericFileDriver
-
- supportsIndexes() - Method in class com.toolsverse.etl.driver.GenericJdbcDriver
-
- supportsIndexes() - Method in class com.toolsverse.etl.driver.postgres.RedshiftDriver
-
- supportsIndexes() - Method in class com.toolsverse.etl.driver.snowflake.SnowflakeDriver
-
- supportsInnerFunctions() - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- supportsInnerFunctions() - Method in interface com.toolsverse.etl.driver.Driver
-
"Supports inner functions" flag.
- supportsInnerFunctions() - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- supportsInnerFunctions() - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- supportsInnerFunctions() - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- supportsInnerFunctions() - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- supportsInnerFunctions() - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- supportsInnerFunctions() - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- supportsLogging() - Method in class com.toolsverse.etl.driver.AbstractDriver
-
- supportsLogging() - Method in interface com.toolsverse.etl.driver.Driver
-
Checks if drivers supports database logging such as Oracle dbms_output.
- supportsLogging() - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- supportsNested() - Method in interface com.toolsverse.etl.connector.DataSetConnector
-
Supports nested.
- supportsNested() - Method in class com.toolsverse.etl.connector.excel.ExcelConnector
-
- supportsNested() - Method in class com.toolsverse.etl.connector.excel.ExcelXlsxConnector
-
- supportsNested() - Method in class com.toolsverse.etl.connector.html.HtmlConnector
-
- supportsNested() - Method in class com.toolsverse.etl.connector.json.JsonConnector
-
- supportsNested() - Method in class com.toolsverse.etl.connector.json.JsonDatasetConnector
-
- supportsNested() - Method in class com.toolsverse.etl.connector.pdf.PdfConnector
-
- supportsNested() - Method in class com.toolsverse.etl.connector.SourceConnector
-
- supportsNested() - Method in class com.toolsverse.etl.connector.sql.SqlConnector
-
- supportsNested() - Method in class com.toolsverse.etl.connector.text.ClobConnector
-
- supportsNested() - Method in class com.toolsverse.etl.connector.text.KeyValueConnector
-
- supportsNested() - Method in class com.toolsverse.etl.connector.text.TextConnector
-
- supportsNested() - Method in class com.toolsverse.etl.connector.xml.XmlConnector
-
- supportsNested() - Method in class com.toolsverse.etl.connector.xml.XmlObjectConnector
-
- supportsNested() - Method in class com.toolsverse.etl.connector.xml.XmlObjectStreamingConnector
-
- supportsNotNullable() - Method in class com.toolsverse.etl.driver.AbstractDriver
-
- supportsNotNullable() - Method in interface com.toolsverse.etl.driver.Driver
-
Checks is driver supports not nullable collumns.
- supportsParallel() - Method in class com.toolsverse.etl.connector.BaseSplitProcessor
-
- supportsParallel() - Method in class com.toolsverse.etl.connector.xml.XmlMerger
-
- supportsParallel() - Method in interface com.toolsverse.io.SplitProcessor
-
Supports parallel.
- supportsParallelExtract() - Method in class com.toolsverse.etl.driver.AbstractDriver
-
- supportsParallelExtract() - Method in interface com.toolsverse.etl.driver.Driver
-
"Supports parallel extract" flag.
- supportsParallelExtract() - Method in class com.toolsverse.etl.driver.GenericFileDriver
-
- supportsParallelLoad() - Method in class com.toolsverse.etl.driver.AbstractDriver
-
- supportsParallelLoad() - Method in interface com.toolsverse.etl.driver.Driver
-
"Supports parallel load" flag.
- supportsParallelLoad() - Method in class com.toolsverse.etl.driver.GenericFileDriver
-
- supportsParallelLoad() - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- supportsParamsInAnonymousBlocks() - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- supportsParamsInAnonymousBlocks() - Method in interface com.toolsverse.etl.driver.Driver
-
"Supports parameters in anonymous blocks" flag.
- supportsParamsInAnonymousBlocks() - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- supportsParamsInAnonymousBlocks() - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- supportsParamsInAnonymousBlocks() - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- supportsParamsInAnonymousBlocks() - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- supportsParamsInAnonymousBlocks() - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- supportsParamsInAnonymousBlocks() - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- supportsParentDriver() - Method in class com.toolsverse.etl.driver.AbstractDriver
-
- supportsParentDriver() - Method in interface com.toolsverse.etl.driver.Driver
-
Used internally to make a disition is it possible to use a generic jdbc
driver with a parent driver.
- supportsParentDriver() - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- supportsPreparedStatement() - Method in class com.toolsverse.etl.driver.AbstractDriver
-
- supportsPreparedStatement() - Method in interface com.toolsverse.etl.driver.Driver
-
Supports prepared statements.
- supportsPreparedStatement() - Method in class com.toolsverse.etl.driver.GenericJdbcDriverNoPreparedStatement
-
- supportsPreparedStatementInParallelThreads() - Method in class com.toolsverse.etl.driver.AbstractDriver
-
- supportsPreparedStatementInParallelThreads() - Method in interface com.toolsverse.etl.driver.Driver
-
Supports prepared statement in parallel threads.
- supportsPreparedStatementInParallelThreads() - Method in class com.toolsverse.etl.driver.GenericJdbcDriverNoPreparedStatement
-
- supportsPreparedStatementInParallelThreads() - Method in class com.toolsverse.etl.driver.postgres.RedshiftDriver
-
- supportsPreparedStatementInTransaction() - Method in class com.toolsverse.etl.driver.AbstractDriver
-
- supportsPreparedStatementInTransaction() - Method in interface com.toolsverse.etl.driver.Driver
-
Supports prepared statement in transaction.
- supportsPreparedStatementInTransaction() - Method in class com.toolsverse.etl.driver.GenericJdbcDriverNoPreparedStatement
-
- supportsPreparedStatementInTransaction() - Method in class com.toolsverse.etl.driver.postgres.RedshiftDriver
-
- supportsReadStreaming() - Method in interface com.toolsverse.etl.connector.DataSetConnector
-
Supports read streaming.
- supportsReadStreaming() - Method in class com.toolsverse.etl.connector.excel.ExcelConnector
-
- supportsReadStreaming() - Method in class com.toolsverse.etl.connector.excel.ExcelXlsxConnector
-
- supportsReadStreaming() - Method in class com.toolsverse.etl.connector.html.HtmlConnector
-
- supportsReadStreaming() - Method in class com.toolsverse.etl.connector.json.JsonConnector
-
- supportsReadStreaming() - Method in class com.toolsverse.etl.connector.json.JsonDatasetConnector
-
- supportsReadStreaming() - Method in class com.toolsverse.etl.connector.pdf.PdfConnector
-
- supportsReadStreaming() - Method in class com.toolsverse.etl.connector.SourceConnector
-
- supportsReadStreaming() - Method in class com.toolsverse.etl.connector.sql.SqlConnector
-
- supportsReadStreaming() - Method in class com.toolsverse.etl.connector.text.ClobConnector
-
- supportsReadStreaming() - Method in class com.toolsverse.etl.connector.text.KeyValueConnector
-
- supportsReadStreaming() - Method in class com.toolsverse.etl.connector.text.TextConnector
-
- supportsReadStreaming() - Method in class com.toolsverse.etl.connector.xml.XmlConnector
-
- supportsReadStreaming() - Method in class com.toolsverse.etl.connector.xml.XmlObjectConnector
-
- supportsReadStreaming() - Method in class com.toolsverse.etl.connector.xml.XmlObjectStreamingConnector
-
- SupportsRecording - Interface in com.toolsverse.etl.core.engine
-
Moniker interface for OnTask that supports start/stop recording in Redis
- supportsRefresh(String) - Method in class com.toolsverse.etl.metadata.BaseMetadata
-
- supportsRefresh(String) - Method in interface com.toolsverse.etl.metadata.Metadata
-
Checks if metadata driver supports refresh for the type.
- supportsReordering(P) - Method in interface com.toolsverse.etl.connector.DataSetConnector
-
Supports reordering of the fields.
- supportsReordering(TextConnectorParams) - Method in class com.toolsverse.etl.connector.text.TextConnector
-
- supportsRollbackAfterDDL() - Method in class com.toolsverse.etl.driver.db2.Db2Driver
-
- supportsRollbackAfterDDL() - Method in interface com.toolsverse.etl.driver.Driver
-
"Supports rollback after ddl" flag.
- supportsRollbackAfterDDL() - Method in class com.toolsverse.etl.driver.informix.InformixDriver
-
- supportsRollbackAfterDDL() - Method in class com.toolsverse.etl.driver.mysql.MySqlDriver
-
- supportsRollbackAfterDDL() - Method in class com.toolsverse.etl.driver.oracle.OracleDriver
-
- supportsRollbackAfterDDL() - Method in class com.toolsverse.etl.driver.postgres.PostgresDriver
-
- supportsRollbackAfterDDL() - Method in class com.toolsverse.etl.driver.SimpleDriver
-
- supportsRollbackAfterDDL() - Method in class com.toolsverse.etl.driver.sqlserver.MsSqlDriver
-
- supportsRollbackAfterDDL() - Method in class com.toolsverse.etl.driver.sqlserver.SybaseDriver
-
- supportsScripts() - Method in class com.toolsverse.etl.driver.CallableDriver
-
- supportsScripts() - Method in interface com.toolsverse.etl.driver.Driver
-
If true the database supports extended sql, such as PLSQL, Transact SQL,
etc.
- supportsScripts() - Method in class com.toolsverse.etl.driver.GenericFileDriver
-
- supportsScripts() - Method in class com.toolsverse.etl.driver.GenericJdbcDriver
-
- supportsScripts() - Method in class com.toolsverse.etl.driver.snowflake.SnowflakeDriver
-
- supportsSearchDatabase() - Method in class com.toolsverse.etl.metadata.BaseMetadata
-
- supportsSearchDatabase() - Method in class com.toolsverse.etl.metadata.db2.Db2Metadata
-
- supportsSearchDatabase() - Method in class com.toolsverse.etl.metadata.informix.InformixMetadata
-
- supportsSearchDatabase() - Method in interface com.toolsverse.etl.metadata.Metadata
-
Checks if metadata driver supports search database.
- supportsSearchDatabase() - Method in class com.toolsverse.etl.metadata.mysql.MySqlMetadata
-
- supportsSearchDatabase() - Method in class com.toolsverse.etl.metadata.oracle.OracleMetadata
-
- supportsSearchDatabase() - Method in class com.toolsverse.etl.metadata.postgres.PostgresMetadata
-
- supportsSearchDatabase() - Method in class com.toolsverse.etl.metadata.sqlserver.MsSqlMetadata
-
- supportsSearchDatabase() - Method in class com.toolsverse.etl.metadata.sqlserver.SybaseMetadata
-
- supportsSorting() - Method in class com.toolsverse.etl.common.DataSet
-
Checks if data set supports sorting.
- supportsStreaming() - Method in class com.toolsverse.etl.connector.json.ApiJsonConnector
-
- supportsWorksheets() - Method in class com.toolsverse.etl.connector.BaseDataSetConnector
-
- supportsWorksheets() - Method in interface com.toolsverse.etl.connector.DataSetConnector
-
Checks if connector supports worksheets.
- supportsWorksheets() - Method in class com.toolsverse.etl.connector.excel.ExcelConnector
-
- supportsWorksheets() - Method in class com.toolsverse.etl.connector.excel.ExcelXlsxConnector
-
- supportsWorksheets() - Method in class com.toolsverse.etl.connector.SourceConnector
-
- supportsWriteStreaming() - Method in interface com.toolsverse.etl.connector.DataSetConnector
-
Supports write streaming.
- supportsWriteStreaming() - Method in class com.toolsverse.etl.connector.excel.ExcelConnector
-
- supportsWriteStreaming() - Method in class com.toolsverse.etl.connector.excel.ExcelXlsxConnector
-
- supportsWriteStreaming() - Method in class com.toolsverse.etl.connector.html.HtmlConnector
-
- supportsWriteStreaming() - Method in class com.toolsverse.etl.connector.json.JsonConnector
-
- supportsWriteStreaming() - Method in class com.toolsverse.etl.connector.json.JsonDatasetConnector
-
- supportsWriteStreaming() - Method in class com.toolsverse.etl.connector.pdf.PdfConnector
-
- supportsWriteStreaming() - Method in class com.toolsverse.etl.connector.SourceConnector
-
- supportsWriteStreaming() - Method in class com.toolsverse.etl.connector.sql.SqlConnector
-
- supportsWriteStreaming() - Method in class com.toolsverse.etl.connector.text.ClobConnector
-
- supportsWriteStreaming() - Method in class com.toolsverse.etl.connector.text.KeyValueConnector
-
- supportsWriteStreaming() - Method in class com.toolsverse.etl.connector.text.TextConnector
-
- supportsWriteStreaming() - Method in class com.toolsverse.etl.connector.xml.XmlConnector
-
- supportsWriteStreaming() - Method in class com.toolsverse.etl.connector.xml.XmlObjectConnector
-
- supportsWriteStreaming() - Method in class com.toolsverse.etl.connector.xml.XmlObjectStreamingConnector
-
- suspendEncoding() - Method in class com.toolsverse.util.Base64.OutputStream
-
Suspends encoding of the stream.
- SYBASE_HOME_PROP - Static variable in class com.toolsverse.etl.driver.sqlserver.SybaseDriver
-
The SYBASE client HOME property.
- SYBASE_HOME_VAR - Static variable in class com.toolsverse.etl.driver.sqlserver.SybaseDriver
-
The SYBASE client HOME variable.
- SYBASE_JDBC_CLASS - Static variable in class com.toolsverse.etl.common.FieldsRepository.FieldsRepositoryConfig
-
- SYBASE_SQL_METADATA_METHODS - Static variable in class com.toolsverse.etl.metadata.sqlserver.SybaseMetadata
-
The Sybase metadata methods.
- SYBASE_SQL_TYPE_SUPPORT_AS_TEXT - Static variable in class com.toolsverse.etl.metadata.sqlserver.SybaseMetadata
-
The Sybase object types which support asText.
- SYBASE_SQL_TYPES_BY_PARENT - Static variable in class com.toolsverse.etl.metadata.sqlserver.SybaseMetadata
-
The Sybase types by parent.
- SYBASE_TYPE_SUPPORT_EXECUTE_AS_TEXT - Static variable in class com.toolsverse.etl.metadata.sqlserver.SybaseMetadata
-
The sybase type support execute as text map.
- SybaseBcpTask - Class in com.toolsverse.etl.core.task.sqlserver
-
The Sybase implementation of the BCP task.
- SybaseBcpTask() - Constructor for class com.toolsverse.etl.core.task.sqlserver.SybaseBcpTask
-
- SybaseDriver - Class in com.toolsverse.etl.driver.sqlserver
-
The Sybase Sql server implementation of the Driver interface.
- SybaseDriver() - Constructor for class com.toolsverse.etl.driver.sqlserver.SybaseDriver
-
- SybaseExtractTask - Class in com.toolsverse.etl.core.task.sqlserver
-
This is a Sybase Sql Server specific
Task.POST task which extracts data into the text file using sql.
- SybaseExtractTask() - Constructor for class com.toolsverse.etl.core.task.sqlserver.SybaseExtractTask
-
- SybaseFunctions - Class in com.toolsverse.etl.core.function.sqlserver
-
The Sybase Sql Server specific functions.
- SybaseFunctions() - Constructor for class com.toolsverse.etl.core.function.sqlserver.SybaseFunctions
-
- SybaseLoadTask - Class in com.toolsverse.etl.core.task.sqlserver
-
This is a Sybase Sql Server specific
Task.POST task which loads data from the text file.
- SybaseLoadTask() - Constructor for class com.toolsverse.etl.core.task.sqlserver.SybaseLoadTask
-
- SybaseMetadata - Class in com.toolsverse.etl.metadata.sqlserver
-
The Sybase Sql Server implementation of the Metadata interface.
- SybaseMetadata() - Constructor for class com.toolsverse.etl.metadata.sqlserver.SybaseMetadata
-
- SymmetricEncryptor - Class in com.toolsverse.util.encryption
-
SymmetricEncryptor uses symmetric key to encrypt and decrypt strings, streams and files.
- SymmetricEncryptor() - Constructor for class com.toolsverse.util.encryption.SymmetricEncryptor
-
- SynchLinkedMemoryCache<K,V> - Class in com.toolsverse.cache
-
The thread safe version of the LinkedMemoryCache class.
- SynchLinkedMemoryCache() - Constructor for class com.toolsverse.cache.SynchLinkedMemoryCache
-
Instantiates a new LinkedMemoryCache.
- SynchLinkedMemoryCache(int) - Constructor for class com.toolsverse.cache.SynchLinkedMemoryCache
-
Instantiates a new LinkedMemoryCache.
- SynchListMemoryCache<V> - Class in com.toolsverse.cache
-
Thread safe version of the ListMemoryCache.
- SynchListMemoryCache() - Constructor for class com.toolsverse.cache.SynchListMemoryCache
-
- SynchMemoryCache<K,V> - Class in com.toolsverse.cache
-
ConcurrentHashMap implementation of the Cache interface.
- SynchMemoryCache() - Constructor for class com.toolsverse.cache.SynchMemoryCache
-
- SYNONYMS_DATASET_TYPE - Static variable in interface com.toolsverse.etl.metadata.Metadata
-
The SYNONYMS_DATASET_TYPE.
- SYSTEM - Static variable in class com.toolsverse.util.IOCase
-
The constant for case sensitivity determined by the current operating
system.
- SYSTEM_LINE_SEPARATOR - Static variable in class com.toolsverse.etl.connector.text.KeyValueConnectorParams
-
The Constant SYSTEM_LINE_SEPARATOR.
- SYSTEM_LINE_SEPARATOR - Static variable in class com.toolsverse.etl.connector.text.TextConnectorParams
-
The Constant SYSTEM_LINE_SEPARATOR.
- SystemConfig - Class in com.toolsverse.config
-
The main configuration class for the Toolsverse framework.