|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HarvestInfo | |
---|---|
dk.netarkivet.harvester.datamodel |
Uses of HarvestInfo in dk.netarkivet.harvester.datamodel |
---|
Methods in dk.netarkivet.harvester.datamodel that return HarvestInfo | |
---|---|
HarvestInfo |
Domain.getBestHarvestInfoExpectation(java.lang.String configName)
Gets the harvest info giving best information for expectation or how many objects a harvest using a given configuration will retrieve, we will prioritise the most recently harvest, where we have a full harvest. |
static HarvestInfo |
DomainHistory.getBestHarvestInfoExpectation(java.lang.String configName,
DomainHistory history)
Return the most recent harvestresult for the configuration identified by name that was a complete harvest of the domain. |
abstract HarvestInfo |
DomainDAO.getDomainJobInfo(Job job,
java.lang.String domainName,
java.lang.String configName)
Get the HarvestInfo object for a certain job and DomainConfiguration defined by domainName and configName. |
HarvestInfo |
DomainDBDAO.getDomainJobInfo(Job j,
java.lang.String domainName,
java.lang.String configName)
|
HarvestInfo |
DomainHistory.getMostRecentHarvestInfo(java.lang.String cfgName)
Gets the most recent harvestinfo for a specific DomainConfiguration. |
HarvestInfo |
DomainHistory.getSpecifiedHarvestInfo(java.lang.Long oid,
java.lang.String cfgName)
Gets the newest harvestinfo for a specific HarvestDefinition and DomainConfiguration. |
Methods in dk.netarkivet.harvester.datamodel that return types with arguments of type HarvestInfo | |
---|---|
java.util.Iterator<HarvestInfo> |
DomainHistory.getHarvestInfo()
Get all harvest information domain history. |
abstract java.util.Iterator<HarvestInfo> |
DomainDAO.getHarvestInfoBasedOnPreviousHarvestDefinition(HarvestDefinition previousHarvestDefinition)
Find all info about results of a harvest definition. |
java.util.Iterator<HarvestInfo> |
DomainDBDAO.getHarvestInfoBasedOnPreviousHarvestDefinition(HarvestDefinition previousHarvestDefinition)
|
Methods in dk.netarkivet.harvester.datamodel with parameters of type HarvestInfo | |
---|---|
void |
DomainHistory.addHarvestInfo(HarvestInfo hi)
Add new harvestinformation to the domainHistory. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |