| Package | Description |
|---|---|
| org.oncoblocks.centromere.core.dataimport.pipeline |
| Modifier and Type | Method and Description |
|---|---|
DataSetMetadata |
DataSetManager.getDataSetByName(String name)
Retireves a
DataSetMetadata record by name, as stored in the internal map. |
| Modifier and Type | Method and Description |
|---|---|
List<DataSetMetadata> |
ImportJob.getDataSets() |
| Modifier and Type | Method and Description |
|---|---|
void |
DataSetManager.addDataSet(DataSetMetadata dataSet)
Adds or overwrites a
DataSetMetadata record to the internal map. |
protected Object |
ImportJobRunner.getDataSetId(DataSetMetadata dataSet,
InputFile inputFile)
Returns a data set identifier based upon its
DataSetMetadata reference. |
protected void |
ImportJobRunner.processDataSet(DataSetMetadata dataSet,
InputFile inputFile)
Processes the current data set record.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataSetManager.addDataSets(Iterable<DataSetMetadata> dataSets)
Adds or overwrites multiple
DataSetMetadata records to the map. |
void |
ImportJob.setDataSets(List<DataSetMetadata> dataSets) |
| Constructor and Description |
|---|
DataSetManager(Iterable<DataSetMetadata> dataSets) |
Copyright © 2016. All rights reserved.