| Class | Description |
|---|---|
| AbstractImportToJdbcOptionsMetadata |
Factors out options that are common to modules/jobs that import into a db table.
|
| FileJdbcJobOptionsMetadata |
Captures options for the
filejdbc job. |
| JdbcConnectionMixin |
Basic JDBC module/job options.
|
| JdbcConnectionPoolMixin |
Basic JDBC module/job connection pool options.
|
| JdbcHdfsOptionsMetadata |
Captures options for the
jdbchdfs job. |
| JdbcMessagePayloadTransformer |
Transforms a payload to a Map representation based on provided column names.
|
| JdbcSinkModuleOptionsMetadata |
Captures module options for the "jdbc" sink module.
|
| JdbcSinkModuleOptionsMetadata.JdbcSinkImportToJdbcMixin | |
| JdbcSourceModuleOptionsMetadata |
Captures options for the
jdbc source module. |
| NamedColumnJdbcBatchItemWriter<T> |
JdbcBatchItemWriter which is customized for use with the XD
JDBC import job.
|
| NamedColumnJdbcItemReader |
Reader which reads a row from a database as a delimited string from a
predefined list of column names.
|
| NamedColumnJdbcItemReaderFactory |
Factory for configuring a
NamedColumnJdbcItemReader. |
| ResourcesIntoJdbcJobModuleOptionsMetadata |
Typical class for metadata about jobs that slurp delimited resources into jdbc.
|
| ResourcesIntoJdbcJobModuleOptionsMetadata.JobImportToJdbcMixin | |
| SingleTableDatabaseInitializer |
Class that's intended for initializing a single table and the script used can use a placeholder #table for the table
name.
|