Class SoBigDataHarvester
java.lang.Object
org.gcube.dataharvest.harvester.BasicHarvester
org.gcube.dataharvest.harvester.sobigdata.SoBigDataHarvester
- Direct Known Subclasses:
ResourceCatalogueHarvester
The Class SoBigDataHarvester.
- Author:
- Luca Frosini (ISTI-CNR), Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it) May 24, 2018
-
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from class org.gcube.dataharvest.harvester.BasicHarvester
end, instant, start -
Constructor Summary
ConstructorsConstructorDescriptionSoBigDataHarvester(Date start, Date end, SortedSet<String> contexts) Instantiates a new so big data harvester. -
Method Summary
Modifier and TypeMethodDescriptionGets the map catalogue group to vre.getValidContexts(Set<String> contexts, String base) Gets the so big data contexts.protected voidInits the mapping maps.Methods inherited from class org.gcube.dataharvest.harvester.BasicHarvester
getAccountingRecords, getDimension
-
Field Details
-
mapSystemTypeToDBEntry
-
mapCatalogueGroupToVRE
-
mapWsFolderNameToVRE
-
contexts
-
-
Constructor Details
-
SoBigDataHarvester
Instantiates a new so big data harvester.- Parameters:
start- the startend- the endcontexts- the contexts. They are the VREs- Throws:
ParseException- the parse exceptionException
-
-
Method Details
-
initMappingMaps
protected void initMappingMaps() throws org.gcube.common.authorization.client.exceptions.ObjectNotFound, ExceptionInits the mapping maps.- Throws:
Exceptionorg.gcube.common.authorization.client.exceptions.ObjectNotFound
-
listGroup
- Throws:
Exception
-
getMapCatalogueGroupToVRE
Gets the map catalogue group to vre.- Returns:
- the map catalogue group to vre
-
getMapSystemTypeToDBEntry
- Returns:
- the mapSystemTypeToDBEntry
-
getMapWsFolderNameToVRE
- Returns:
- the mapWsFolderNameToVRE
-
getValidContexts
Gets the so big data contexts.- Parameters:
contexts- the contextsbase- the base- Returns:
- the so big data contexts
-