| Package | Description |
|---|---|
| org.oncoblocks.centromere.core.dataimport |
| Modifier and Type | Method and Description |
|---|---|
void |
RepositoryRecordWriter.doAfter(Object... args)
To be executed after the main component method is called for the last time.
|
void |
RepositoryRecordUpdater.doAfter(Object... args)
Deprecated.
To be executed after the main component method is called for the last time.
|
void |
RecordCollectionReader.doAfter(Object... args) |
void |
GenericRecordProcessor.doAfter(Object... args)
To be executed after the main component method is called for the last time.
|
void |
DataImportComponent.doAfter(Object... args)
To be executed after the main component method is called for the last time.
|
void |
AbstractRecordFileWriter.doAfter(Object... args)
Closes the open file writer.
|
void |
RepositoryRecordWriter.doBefore(Object... args)
To be executed before the main component method is first called.
|
void |
RepositoryRecordUpdater.doBefore(Object... args)
Deprecated.
To be executed before the main component method is first called.
|
void |
RecordCollectionReader.doBefore(Object... args) |
void |
GenericRecordProcessor.doBefore(Object... args)
To be executed before the main component method is first called.
|
void |
DataImportComponent.doBefore(Object... args)
To be executed before the main component method is first called.
|
void |
AbstractRecordFileWriter.doBefore(Object... args)
Opens a new output file for writing.
|
void |
AbstractRecordFileReader.doBefore(Object... args)
Closes any open readers and opens the new target file.
|
void |
RecordImporter.importFile(String filePath)
Runs the data import on the specified temp file.
|
void |
AbstractRecordFileWriter.open(String outputFilePath)
Creates or overwrites an output file, creates a
FileWriter for writing records to the file. |
void |
AbstractRecordFileReader.open(String inputFilePath)
Opens the target file and creates a
BufferedReader, which can be referenced via its
getter method. |
T |
RecordReader.readRecord()
Generates and returns a single
Model entity from the input data source. |
T |
RecordCollectionReader.readRecord() |
void |
RecordProcessor.run(Object... args)
Executes the pipeline and processes the input through the individual components.
|
void |
GenericRecordProcessor.run(Object... args)
|
void |
RepositoryRecordWriter.writeRecord(T entity)
Writes the input
Model record to the target RepositoryOperations implementation,
using the appropriate operation. |
void |
RecordWriter.writeRecord(T record)
Writes a single
Model entity to the target destination. |
Copyright © 2016. All rights reserved.