| Interface | Description |
|---|---|
| DataSetAware |
Data import components that implement this interface are assumed to have the identifier of the
currently processed data set assigned to them, for annotating processed records.
|
| ImportOptionsAware |
Data import components that implement this interface are assumed to reference the
ImportOptions
for the containing data file or data set processing components. |
| JobFileParser |
Interface for classes that parse a job-description file and output an
ImportJob object. |
| Class | Description |
|---|---|
| DataSetManager |
Helper class for
ImportJobRunner, which stores and retrieves references to DataSetMetadata
for the current pipeline job. |
| DataSetMetadata |
Simple representation of a data set being processed and imported into the warehouse.
|
| DataType |
Simple POJO that maps a user-defined data type name to a
RecordProcessor bean and an
instance of ImportOptions to dictate job parameters. |
| DataTypeManager |
Simple object that handles mapping of user-defined data types to
RecordProcessor beans,
as defined by DataType instances. |
| ImportJob |
Simple POJO representation of an import job configuration.
|
| ImportJobRunner |
Configures and runs a data import job, as defined by a
ImportJob object. |
| ImportOptions |
Captures basic parameters required for a data import pipeline.
|
| InputFile |
Simple representation of a file to be imported.
|
| JsonJobFileParser |
Converts a JSON-formatted job description file and returns an
ImportJob object. |
Copyright © 2016. All rights reserved.