public class DataSetManager extends Object
ImportJobRunner, which stores and retrieves references to DataSetMetadata
for the current pipeline job.| Constructor and Description |
|---|
DataSetManager() |
DataSetManager(Iterable<DataSetMetadata> dataSets) |
| Modifier and Type | Method and Description |
|---|---|
void |
addDataSet(DataSetMetadata dataSet)
Adds or overwrites a
DataSetMetadata record to the internal map. |
void |
addDataSets(Iterable<DataSetMetadata> dataSets)
Adds or overwrites multiple
DataSetMetadata records to the map. |
DataSetMetadata |
getDataSetByName(String name)
Retireves a
DataSetMetadata record by name, as stored in the internal map. |
public DataSetManager()
public DataSetManager(Iterable<DataSetMetadata> dataSets)
public void addDataSet(DataSetMetadata dataSet)
DataSetMetadata record to the internal map.dataSet - public void addDataSets(Iterable<DataSetMetadata> dataSets)
DataSetMetadata records to the map.dataSets - public DataSetMetadata getDataSetByName(String name)
DataSetMetadata record by name, as stored in the internal map.name - Copyright © 2016. All rights reserved.