| Package | Description |
|---|---|
| org.oncoblocks.centromere.core.dataimport | |
| org.oncoblocks.centromere.core.util |
| Class and Description |
|---|
| BasicImportOptions
Captures basic parameters required for a data import pipeline.
|
| DataImportComponent
Ensures that data import component classes have flexible setup and teardown methods that run
before and after the main import methods.
|
| DataImportException
Generic exception thrown when a data import component has an unresolvable problem.
|
| DataTypeSupport
Implementing classes are expected to support specific data types, which can be defined in the
class declaration with a
DataTypes annotation, or at runtime with the defined methods. |
| ImportOptions
Simple interface for allowing the passing of key-value string parameters between data import
components.
|
| ImportOptionsAware
Data import components that implement this interface are assumed to reference the
BasicImportOptions
for the containing data file or data set processing components. |
| RecordImporter
Data import component designed to take a temporary record file and import it directly into the
database, via a specified utility (eg.
|
| RecordProcessor
Record processors take all of the individual data import components (reader, writer, validator,
and importer), and combines them to handle a single data type's import
|
| RecordReader
Data impoer component class.
|
| RecordWriter
Data import component class for writing imported
Model records to a temporary file or
RepositoryOperations implementation. |
| RepositoryRecordWriter.WriteMode |
| Class and Description |
|---|
| RecordProcessor
Record processors take all of the individual data import components (reader, writer, validator,
and importer), and combines them to handle a single data type's import
|
Copyright © 2016. All rights reserved.