Package org.gcube.dataharvest.harvester
Class BasicHarvester
- java.lang.Object
-
- org.gcube.dataharvest.harvester.BasicHarvester
-
- Direct Known Subclasses:
CatalogueAccessesHarvester,CoreServicesAccessesHarvester,JupyterAccessesHarvester,MethodInvocationHarvester,RStudioAccessesHarvester,SoBigDataHarvester,SocialInteractionsHarvester,TagMeMethodInvocationHarvester,VREAccessesHarvester,VREUsersHarvester
public abstract class BasicHarvester extends Object
-
-
Constructor Summary
Constructors Constructor Description BasicHarvester(Date start, Date end)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract List<org.gcube.accounting.accounting.summary.access.model.update.AccountingRecord>getAccountingRecords()org.gcube.accounting.accounting.summary.access.model.internal.DimensiongetDimension(HarvestedDataKey harvestedDataKey)
-
-
-
Constructor Detail
-
BasicHarvester
public BasicHarvester(Date start, Date end) throws ParseException
- Throws:
ParseException
-
-
Method Detail
-
getAccountingRecords
public abstract List<org.gcube.accounting.accounting.summary.access.model.update.AccountingRecord> getAccountingRecords() throws Exception
- Throws:
Exception
-
getDimension
public org.gcube.accounting.accounting.summary.access.model.internal.Dimension getDimension(HarvestedDataKey harvestedDataKey)
-
-