Class SoBigDataHarvester
- java.lang.Object
-
- org.gcube.dataharvest.harvester.BasicHarvester
-
- org.gcube.dataharvest.harvester.sobigdata.SoBigDataHarvester
-
- Direct Known Subclasses:
ResourceCatalogueHarvester
public abstract class SoBigDataHarvester extends BasicHarvester
The Class SoBigDataHarvester.- Author:
- Luca Frosini (ISTI-CNR), Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it) May 24, 2018
-
-
Field Summary
Fields Modifier and Type Field Description protected SortedSet<String>contextsprotected HashMap<String,String>mapCatalogueGroupToVREprotected HashMap<String,String>mapSystemTypeToDBEntryprotected HashMap<String,String>mapWsFolderNameToVRE-
Fields inherited from class org.gcube.dataharvest.harvester.BasicHarvester
end, instant, start
-
-
Constructor Summary
Constructors Constructor Description SoBigDataHarvester(Date start, Date end, SortedSet<String> contexts)Instantiates a new so big data harvester.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description HashMap<String,String>getMapCatalogueGroupToVRE()Gets the map catalogue group to vre.HashMap<String,String>getMapSystemTypeToDBEntry()HashMap<String,String>getMapWsFolderNameToVRE()SortedSet<String>getValidContexts(Set<String> contexts, String base)Gets the so big data contexts.protected voidinitMappingMaps()Inits the mapping maps.static List<String>listGroup()-
Methods inherited from class org.gcube.dataharvest.harvester.BasicHarvester
getAccountingRecords, getDimension
-
-
-
-
Method Detail
-
initMappingMaps
protected void initMappingMaps() throws org.gcube.common.authorization.client.exceptions.ObjectNotFound, ExceptionInits the mapping maps.- Throws:
Exceptionorg.gcube.common.authorization.client.exceptions.ObjectNotFound
-
getMapCatalogueGroupToVRE
public HashMap<String,String> getMapCatalogueGroupToVRE()
Gets the map catalogue group to vre.- Returns:
- the map catalogue group to vre
-
getMapSystemTypeToDBEntry
public HashMap<String,String> getMapSystemTypeToDBEntry()
- Returns:
- the mapSystemTypeToDBEntry
-
getMapWsFolderNameToVRE
public HashMap<String,String> getMapWsFolderNameToVRE()
- Returns:
- the mapWsFolderNameToVRE
-
-