| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
Cache<K,V>
Cache interface provides set of methods for different cache
 implementations, such as MemoryCache or SyncMemoryCache, etc. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
LinkedMemoryCache<K,V>
LimitedMap implementation of the Cache interface. 
 | 
class  | 
ListMemoryCache<V>
ArrayList implementation of the Cache interface. 
 | 
class  | 
MemoryCache<K,V>
HashMap implementation of the Cache interface. 
 | 
class  | 
SynchLinkedMemoryCache<K,V>
The thread safe version of the LinkedMemoryCache class. 
 | 
class  | 
SynchListMemoryCache<V>
Thread safe version of the ListMemoryCache. 
 | 
class  | 
SynchMemoryCache<K,V>
ConcurrentHashMap implementation of the Cache interface. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CacheProvider<String,Object> | 
Variable.getLinkedCacheProvider()
Gets the linked cache provider. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Variable.setLinkedCacheProvider(CacheProvider<String,Object> value)
Sets the linked cache provider. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CacheProvider<String,Object> | 
DataSetConnectorParams.getCacheProvider()
Gets the cache provider. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DataSetConnectorParams.setCacheProvider(CacheProvider<String,Object> value)
Sets the cache provider. 
 | 
| Constructor and Description | 
|---|
FileConnectorParams(CacheProvider<String,Object> cacheProvider,
                   boolean silent,
                   int logStep)
Instantiates a new FileConnectorParams. 
 | 
| Constructor and Description | 
|---|
ExcelConnectorParams(CacheProvider<String,Object> cacheProvider,
                    boolean silent,
                    int logStep)
Instantiates a new ExcelConnectorParams. 
 | 
| Constructor and Description | 
|---|
HtmlConnectorParams(CacheProvider<String,Object> cacheProvider,
                   boolean silent,
                   int logStep)
Instantiates a new TextConnectorParams. 
 | 
| Constructor and Description | 
|---|
JsonConnectorParams(CacheProvider<String,Object> cacheProvider,
                   boolean silent,
                   int logStep)
Instantiates a new JsonConnectorParams. 
 | 
JsonDatasetConnectorParams(CacheProvider<String,Object> cacheProvider,
                          boolean silent,
                          int logStep)
Instantiates a new JsonConnectorParams. 
 | 
| Constructor and Description | 
|---|
PdfConnectorParams(CacheProvider<String,Object> cacheProvider,
                  boolean silent,
                  int logStep)
Instantiates a new TextConnectorParams. 
 | 
| Constructor and Description | 
|---|
SqlConnectorParams(ResultSet rs,
                  CacheProvider<String,Object> cacheProvider,
                  boolean silent,
                  int logStep)
Instantiates a new SqlConnectorParams. 
 | 
| Constructor and Description | 
|---|
ClobConnectorParams(CacheProvider<String,Object> cacheProvider,
                   boolean silent,
                   int logStep)
Instantiates a new ClobConnectorParams. 
 | 
ClobConnectorParams(CacheProvider<String,Object> cacheProvider,
                   boolean silent,
                   int logStep,
                   String delimiter,
                   boolean persistMetaData)
Instantiates a new ClobConnectorParams. 
 | 
KeyValueConnectorParams(CacheProvider<String,Object> cacheProvider,
                       boolean silent,
                       int logStep)
Instantiates a new TextConnectorParams. 
 | 
KeyValueConnectorParams(CacheProvider<String,Object> cacheProvider,
                       boolean silent,
                       int logStep,
                       String delimiter,
                       boolean persistMetaData)
Instantiates a new TextConnectorParams. 
 | 
TextConnectorParams(CacheProvider<String,Object> cacheProvider,
                   boolean silent,
                   int logStep)
Instantiates a new TextConnectorParams. 
 | 
TextConnectorParams(CacheProvider<String,Object> cacheProvider,
                   boolean silent,
                   int logStep,
                   String delimiter,
                   boolean persistMetaData)
Instantiates a new TextConnectorParams. 
 | 
| Constructor and Description | 
|---|
XmlConnectorParams(CacheProvider<String,Object> cacheProvider,
                  boolean silent,
                  int logStep)
Instantiates a new XmlConnectorParams. 
 | 
XmlObjectConnectorParams(CacheProvider<String,Object> cacheProvider,
                        boolean silent,
                        int logStep)
Instantiates a new XmlObjectConnectorParams. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
EtlConfig
Represents an ETL configuration file. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Destination
Destination is a one of the two building blocks of the ETL
 scenario: etl process extracts data from the Sources and loads into the
 Destinations. | 
| Modifier and Type | Method and Description | 
|---|---|
static String | 
EtlUtils.mergeSqlWithVars(CacheProvider<String,Object> cacheProvider,
                String sql,
                String using,
                ListHashMap<String,Variable> variables,
                Map<String,Object> bindVars)
Merges sql with variables. 
 | 
Copyright © 2010-2020 Toolsverse. All Rights Reserved.