| Package | Description |
|---|---|
| org.oncoblocks.centromere.core.dataimport.component | |
| org.oncoblocks.centromere.core.dataimport.pipeline |
| Class and 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.
|
| ImportOptions
Captures basic parameters required for a data import pipeline.
|
| ImportOptionsAware
Data import components that implement this interface are assumed to reference the
ImportOptions
for the containing data file or data set processing components. |
| Class and 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.
|
| ImportOptions
Captures basic parameters required for a data import pipeline.
|
| InputFile
Simple representation of a file to be imported.
|
| JobFileParser
Interface for classes that parse a job-description file and output an
ImportJob object. |
Copyright © 2016. All rights reserved.